Oct 27 20:18:21.004 INFO checking jemallocator-0.1.9 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 20:18:21.004 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.415 INFO blam! dfd07edbc99755eda65928ed92dc2780033c76f185c433bb36e6f3d27cb9d745 Oct 27 20:18:21.418 INFO running `"docker" "start" "-a" "dfd07edbc99755eda65928ed92dc2780033c76f185c433bb36e6f3d27cb9d745"` Oct 27 20:18:22.675 INFO kablam! usermod: no changes Oct 27 20:18:22.770 INFO kablam! Compiling fs_extra v1.1.0 Oct 27 20:18:24.499 INFO kablam! Compiling jemalloc-sys v0.1.8 Oct 27 20:20:09.551 INFO kablam! Checking jemallocator v0.1.9 (/source) Oct 27 20:20:13.601 INFO kablam! error[E0432]: unresolved import `std::heap` Oct 27 20:20:13.601 INFO kablam! --> benches/roundtrip.rs:9:10 Oct 27 20:20:13.601 INFO kablam! | Oct 27 20:20:13.601 INFO kablam! 9 | use std::heap::{Alloc, Layout, Excess}; Oct 27 20:20:13.601 INFO kablam! | ^^^^ Could not find `heap` in `std` Oct 27 20:20:13.601 INFO kablam! Oct 27 20:20:14.498 INFO kablam! warning: unused import: `Alloc` Oct 27 20:20:14.498 INFO kablam! --> benches/roundtrip.rs:9:17 Oct 27 20:20:14.498 INFO kablam! | Oct 27 20:20:14.498 INFO kablam! 9 | use std::heap::{Alloc, Layout, Excess}; Oct 27 20:20:14.498 INFO kablam! | ^^^^^ Oct 27 20:20:14.498 INFO kablam! | Oct 27 20:20:14.498 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 20:20:14.498 INFO kablam! Oct 27 20:20:22.906 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.906 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.906 INFO kablam! | Oct 27 20:20:22.906 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.906 INFO kablam! | ^^^^^ Oct 27 20:20:22.906 INFO kablam! ... Oct 27 20:20:22.906 INFO kablam! 260 | rt_alloc_layout_checked!(rt_pow2_1bytes_1align_alloc_layout_checked, 1, 1); Oct 27 20:20:22.906 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.906 INFO kablam! | Oct 27 20:20:22.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.906 INFO kablam! | Oct 27 20:20:22.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.906 INFO kablam! | Oct 27 20:20:22.906 INFO kablam! Oct 27 20:20:22.906 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.906 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.906 INFO kablam! | Oct 27 20:20:22.906 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.906 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.906 INFO kablam! ... Oct 27 20:20:22.906 INFO kablam! 260 | rt_alloc_layout_checked!(rt_pow2_1bytes_1align_alloc_layout_checked, 1, 1); Oct 27 20:20:22.906 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.906 INFO kablam! | Oct 27 20:20:22.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.906 INFO kablam! | Oct 27 20:20:22.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.906 INFO kablam! | Oct 27 20:20:22.906 INFO kablam! Oct 27 20:20:22.927 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.927 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.927 INFO kablam! | ^^^^^ Oct 27 20:20:22.927 INFO kablam! ... Oct 27 20:20:22.927 INFO kablam! 273 | rt_alloc_layout_checked!(rt_pow2_2bytes_1align_alloc_layout_checked, 2, 1); Oct 27 20:20:22.927 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! Oct 27 20:20:22.927 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.927 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.927 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.927 INFO kablam! ... Oct 27 20:20:22.927 INFO kablam! 273 | rt_alloc_layout_checked!(rt_pow2_2bytes_1align_alloc_layout_checked, 2, 1); Oct 27 20:20:22.927 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! Oct 27 20:20:22.927 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.927 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.927 INFO kablam! | ^^^^^ Oct 27 20:20:22.927 INFO kablam! ... Oct 27 20:20:22.927 INFO kablam! 286 | rt_alloc_layout_checked!(rt_pow2_4bytes_1align_alloc_layout_checked, 4, 1); Oct 27 20:20:22.927 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! Oct 27 20:20:22.927 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.927 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.927 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.927 INFO kablam! ... Oct 27 20:20:22.927 INFO kablam! 286 | rt_alloc_layout_checked!(rt_pow2_4bytes_1align_alloc_layout_checked, 4, 1); Oct 27 20:20:22.927 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! Oct 27 20:20:22.927 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.927 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.927 INFO kablam! | ^^^^^ Oct 27 20:20:22.927 INFO kablam! ... Oct 27 20:20:22.927 INFO kablam! 299 | rt_alloc_layout_checked!(rt_pow2_8bytes_1align_alloc_layout_checked, 8, 1); Oct 27 20:20:22.927 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! Oct 27 20:20:22.927 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.927 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.927 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.927 INFO kablam! ... Oct 27 20:20:22.927 INFO kablam! 299 | rt_alloc_layout_checked!(rt_pow2_8bytes_1align_alloc_layout_checked, 8, 1); Oct 27 20:20:22.927 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.927 INFO kablam! | Oct 27 20:20:22.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! Oct 27 20:20:22.928 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.928 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.928 INFO kablam! | ^^^^^ Oct 27 20:20:22.928 INFO kablam! ... Oct 27 20:20:22.928 INFO kablam! 312 | rt_alloc_layout_checked!(rt_pow2_16bytes_1align_alloc_layout_checked, 16, 1); Oct 27 20:20:22.928 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! Oct 27 20:20:22.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.928 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.928 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.928 INFO kablam! ... Oct 27 20:20:22.928 INFO kablam! 312 | rt_alloc_layout_checked!(rt_pow2_16bytes_1align_alloc_layout_checked, 16, 1); Oct 27 20:20:22.928 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! Oct 27 20:20:22.928 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.928 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.928 INFO kablam! | ^^^^^ Oct 27 20:20:22.928 INFO kablam! ... Oct 27 20:20:22.928 INFO kablam! 325 | rt_alloc_layout_checked!(rt_pow2_32bytes_1align_alloc_layout_checked, 32, 1); Oct 27 20:20:22.928 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! Oct 27 20:20:22.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.928 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.928 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.928 INFO kablam! ... Oct 27 20:20:22.928 INFO kablam! 325 | rt_alloc_layout_checked!(rt_pow2_32bytes_1align_alloc_layout_checked, 32, 1); Oct 27 20:20:22.928 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! Oct 27 20:20:22.928 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.928 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.928 INFO kablam! | ^^^^^ Oct 27 20:20:22.928 INFO kablam! ... Oct 27 20:20:22.928 INFO kablam! 338 | rt_alloc_layout_checked!(rt_pow2_64bytes_1align_alloc_layout_checked, 64, 1); Oct 27 20:20:22.928 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! Oct 27 20:20:22.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.928 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.928 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.928 INFO kablam! ... Oct 27 20:20:22.928 INFO kablam! 338 | rt_alloc_layout_checked!(rt_pow2_64bytes_1align_alloc_layout_checked, 64, 1); Oct 27 20:20:22.928 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.928 INFO kablam! | Oct 27 20:20:22.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! Oct 27 20:20:22.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.929 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.929 INFO kablam! | ^^^^^ Oct 27 20:20:22.929 INFO kablam! ... Oct 27 20:20:22.929 INFO kablam! 351 | rt_alloc_layout_checked!(rt_pow2_128bytes_1align_alloc_layout_checked, 128, 1); Oct 27 20:20:22.929 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! Oct 27 20:20:22.929 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.929 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.929 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.929 INFO kablam! ... Oct 27 20:20:22.929 INFO kablam! 351 | rt_alloc_layout_checked!(rt_pow2_128bytes_1align_alloc_layout_checked, 128, 1); Oct 27 20:20:22.929 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! Oct 27 20:20:22.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.929 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.929 INFO kablam! | ^^^^^ Oct 27 20:20:22.929 INFO kablam! ... Oct 27 20:20:22.929 INFO kablam! 364 | rt_alloc_layout_checked!(rt_pow2_256bytes_1align_alloc_layout_checked, 256, 1); Oct 27 20:20:22.929 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! Oct 27 20:20:22.929 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.929 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.929 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.929 INFO kablam! ... Oct 27 20:20:22.929 INFO kablam! 364 | rt_alloc_layout_checked!(rt_pow2_256bytes_1align_alloc_layout_checked, 256, 1); Oct 27 20:20:22.929 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! Oct 27 20:20:22.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.929 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.929 INFO kablam! | ^^^^^ Oct 27 20:20:22.929 INFO kablam! ... Oct 27 20:20:22.929 INFO kablam! 377 | rt_alloc_layout_checked!(rt_pow2_512bytes_1align_alloc_layout_checked, 512, 1); Oct 27 20:20:22.929 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! Oct 27 20:20:22.929 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.929 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.929 INFO kablam! | Oct 27 20:20:22.929 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.929 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.930 INFO kablam! ... Oct 27 20:20:22.930 INFO kablam! 377 | rt_alloc_layout_checked!(rt_pow2_512bytes_1align_alloc_layout_checked, 512, 1); Oct 27 20:20:22.930 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.930 INFO kablam! | Oct 27 20:20:22.930 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.930 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.930 INFO kablam! | Oct 27 20:20:22.930 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.930 INFO kablam! | Oct 27 20:20:22.930 INFO kablam! Oct 27 20:20:22.931 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.931 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.931 INFO kablam! | Oct 27 20:20:22.931 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.931 INFO kablam! | ^^^^^ Oct 27 20:20:22.931 INFO kablam! ... Oct 27 20:20:22.931 INFO kablam! 390 | rt_alloc_layout_checked!(rt_pow2_1024bytes_1align_alloc_layout_checked, 1024, 1); Oct 27 20:20:22.931 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.931 INFO kablam! | Oct 27 20:20:22.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.931 INFO kablam! | Oct 27 20:20:22.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.931 INFO kablam! | Oct 27 20:20:22.931 INFO kablam! Oct 27 20:20:22.931 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.931 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.931 INFO kablam! | Oct 27 20:20:22.931 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.931 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.931 INFO kablam! ... Oct 27 20:20:22.931 INFO kablam! 390 | rt_alloc_layout_checked!(rt_pow2_1024bytes_1align_alloc_layout_checked, 1024, 1); Oct 27 20:20:22.931 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.931 INFO kablam! | Oct 27 20:20:22.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.931 INFO kablam! | Oct 27 20:20:22.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.931 INFO kablam! | Oct 27 20:20:22.931 INFO kablam! Oct 27 20:20:22.931 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.931 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.931 INFO kablam! | Oct 27 20:20:22.931 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.931 INFO kablam! | ^^^^^ Oct 27 20:20:22.931 INFO kablam! ... Oct 27 20:20:22.931 INFO kablam! 403 | rt_alloc_layout_checked!(rt_pow2_2048bytes_1align_alloc_layout_checked, 2048, 1); Oct 27 20:20:22.931 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.931 INFO kablam! | Oct 27 20:20:22.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.931 INFO kablam! | Oct 27 20:20:22.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.932 INFO kablam! | Oct 27 20:20:22.932 INFO kablam! Oct 27 20:20:22.932 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.932 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.932 INFO kablam! | Oct 27 20:20:22.932 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.932 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.932 INFO kablam! ... Oct 27 20:20:22.932 INFO kablam! 403 | rt_alloc_layout_checked!(rt_pow2_2048bytes_1align_alloc_layout_checked, 2048, 1); Oct 27 20:20:22.932 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.932 INFO kablam! | Oct 27 20:20:22.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.932 INFO kablam! | Oct 27 20:20:22.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.932 INFO kablam! | Oct 27 20:20:22.932 INFO kablam! Oct 27 20:20:22.935 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.935 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.935 INFO kablam! | Oct 27 20:20:22.935 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.935 INFO kablam! | ^^^^^ Oct 27 20:20:22.935 INFO kablam! ... Oct 27 20:20:22.935 INFO kablam! 416 | rt_alloc_layout_checked!(rt_pow2_4096bytes_1align_alloc_layout_checked, 4096, 1); Oct 27 20:20:22.935 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.935 INFO kablam! | Oct 27 20:20:22.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.935 INFO kablam! | Oct 27 20:20:22.935 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.935 INFO kablam! | Oct 27 20:20:22.935 INFO kablam! Oct 27 20:20:22.935 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.935 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.935 INFO kablam! | Oct 27 20:20:22.935 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.935 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.935 INFO kablam! ... Oct 27 20:20:22.935 INFO kablam! 416 | rt_alloc_layout_checked!(rt_pow2_4096bytes_1align_alloc_layout_checked, 4096, 1); Oct 27 20:20:22.935 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.935 INFO kablam! | Oct 27 20:20:22.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.935 INFO kablam! | Oct 27 20:20:22.935 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.935 INFO kablam! | Oct 27 20:20:22.935 INFO kablam! Oct 27 20:20:22.935 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.935 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.935 INFO kablam! | Oct 27 20:20:22.935 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.935 INFO kablam! | ^^^^^ Oct 27 20:20:22.935 INFO kablam! ... Oct 27 20:20:22.935 INFO kablam! 429 | rt_alloc_layout_checked!(rt_pow2_8192bytes_1align_alloc_layout_checked, 8192, 1); Oct 27 20:20:22.935 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.935 INFO kablam! | Oct 27 20:20:22.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.935 INFO kablam! | Oct 27 20:20:22.935 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.935 INFO kablam! | Oct 27 20:20:22.935 INFO kablam! Oct 27 20:20:22.939 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.939 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.939 INFO kablam! | Oct 27 20:20:22.939 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.939 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.939 INFO kablam! ... Oct 27 20:20:22.939 INFO kablam! 429 | rt_alloc_layout_checked!(rt_pow2_8192bytes_1align_alloc_layout_checked, 8192, 1); Oct 27 20:20:22.939 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.939 INFO kablam! | Oct 27 20:20:22.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.939 INFO kablam! | Oct 27 20:20:22.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.939 INFO kablam! | Oct 27 20:20:22.939 INFO kablam! Oct 27 20:20:22.939 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.939 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.939 INFO kablam! | Oct 27 20:20:22.939 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.939 INFO kablam! | ^^^^^ Oct 27 20:20:22.939 INFO kablam! ... Oct 27 20:20:22.939 INFO kablam! 442 | rt_alloc_layout_checked!(rt_pow2_16384bytes_1align_alloc_layout_checked, 16384, 1); Oct 27 20:20:22.939 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.939 INFO kablam! | Oct 27 20:20:22.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.939 INFO kablam! | Oct 27 20:20:22.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.939 INFO kablam! | Oct 27 20:20:22.939 INFO kablam! Oct 27 20:20:22.939 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.939 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.939 INFO kablam! | Oct 27 20:20:22.939 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.939 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.939 INFO kablam! ... Oct 27 20:20:22.939 INFO kablam! 442 | rt_alloc_layout_checked!(rt_pow2_16384bytes_1align_alloc_layout_checked, 16384, 1); Oct 27 20:20:22.939 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.939 INFO kablam! | Oct 27 20:20:22.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! Oct 27 20:20:22.940 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.940 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.940 INFO kablam! | ^^^^^ Oct 27 20:20:22.940 INFO kablam! ... Oct 27 20:20:22.940 INFO kablam! 455 | rt_alloc_layout_checked!(rt_pow2_32768bytes_1align_alloc_layout_checked, 32768, 1); Oct 27 20:20:22.940 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! Oct 27 20:20:22.940 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.940 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.940 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.940 INFO kablam! ... Oct 27 20:20:22.940 INFO kablam! 455 | rt_alloc_layout_checked!(rt_pow2_32768bytes_1align_alloc_layout_checked, 32768, 1); Oct 27 20:20:22.940 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! Oct 27 20:20:22.940 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.940 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.940 INFO kablam! | ^^^^^ Oct 27 20:20:22.940 INFO kablam! ... Oct 27 20:20:22.940 INFO kablam! 468 | rt_alloc_layout_checked!(rt_pow2_65536bytes_1align_alloc_layout_checked, 65536, 1); Oct 27 20:20:22.940 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! Oct 27 20:20:22.940 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.940 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.940 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.940 INFO kablam! ... Oct 27 20:20:22.940 INFO kablam! 468 | rt_alloc_layout_checked!(rt_pow2_65536bytes_1align_alloc_layout_checked, 65536, 1); Oct 27 20:20:22.940 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.940 INFO kablam! | Oct 27 20:20:22.940 INFO kablam! Oct 27 20:20:22.951 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.951 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.951 INFO kablam! | ^^^^^ Oct 27 20:20:22.951 INFO kablam! ... Oct 27 20:20:22.951 INFO kablam! 481 | rt_alloc_layout_checked!(rt_pow2_131072bytes_1align_alloc_layout_checked, 131072, 1); Oct 27 20:20:22.951 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! Oct 27 20:20:22.951 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.951 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.951 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.951 INFO kablam! ... Oct 27 20:20:22.951 INFO kablam! 481 | rt_alloc_layout_checked!(rt_pow2_131072bytes_1align_alloc_layout_checked, 131072, 1); Oct 27 20:20:22.951 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! Oct 27 20:20:22.951 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.951 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.951 INFO kablam! | ^^^^^ Oct 27 20:20:22.951 INFO kablam! ... Oct 27 20:20:22.951 INFO kablam! 494 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_1align_alloc_layout_checked, 4194304, 1); Oct 27 20:20:22.951 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! Oct 27 20:20:22.951 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.951 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.951 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.951 INFO kablam! ... Oct 27 20:20:22.951 INFO kablam! 494 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_1align_alloc_layout_checked, 4194304, 1); Oct 27 20:20:22.951 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! Oct 27 20:20:22.951 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.951 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.951 INFO kablam! | ^^^^^ Oct 27 20:20:22.951 INFO kablam! ... Oct 27 20:20:22.951 INFO kablam! 508 | rt_alloc_layout_checked!(rt_even_10bytes_1align_alloc_layout_checked, 10, 1); Oct 27 20:20:22.951 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.951 INFO kablam! | Oct 27 20:20:22.952 INFO kablam! Oct 27 20:20:22.952 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.952 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.952 INFO kablam! | Oct 27 20:20:22.952 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.952 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.952 INFO kablam! ... Oct 27 20:20:22.952 INFO kablam! 508 | rt_alloc_layout_checked!(rt_even_10bytes_1align_alloc_layout_checked, 10, 1); Oct 27 20:20:22.952 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.952 INFO kablam! | Oct 27 20:20:22.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.952 INFO kablam! | Oct 27 20:20:22.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.952 INFO kablam! | Oct 27 20:20:22.952 INFO kablam! Oct 27 20:20:22.952 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.952 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.952 INFO kablam! | Oct 27 20:20:22.952 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.952 INFO kablam! | ^^^^^ Oct 27 20:20:22.952 INFO kablam! ... Oct 27 20:20:22.952 INFO kablam! 521 | rt_alloc_layout_checked!(rt_even_100bytes_1align_alloc_layout_checked, 100, 1); Oct 27 20:20:22.952 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.952 INFO kablam! | Oct 27 20:20:22.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.952 INFO kablam! | Oct 27 20:20:22.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.952 INFO kablam! | Oct 27 20:20:22.952 INFO kablam! Oct 27 20:20:22.952 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.952 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.952 INFO kablam! | Oct 27 20:20:22.952 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.952 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.952 INFO kablam! ... Oct 27 20:20:22.952 INFO kablam! 521 | rt_alloc_layout_checked!(rt_even_100bytes_1align_alloc_layout_checked, 100, 1); Oct 27 20:20:22.952 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.952 INFO kablam! | Oct 27 20:20:22.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.952 INFO kablam! | Oct 27 20:20:22.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.952 INFO kablam! | Oct 27 20:20:22.952 INFO kablam! Oct 27 20:20:22.959 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.959 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.959 INFO kablam! | ^^^^^ Oct 27 20:20:22.959 INFO kablam! ... Oct 27 20:20:22.959 INFO kablam! 534 | rt_alloc_layout_checked!(rt_even_1000bytes_1align_alloc_layout_checked, 1000, 1); Oct 27 20:20:22.959 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! Oct 27 20:20:22.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.959 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.959 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.959 INFO kablam! ... Oct 27 20:20:22.959 INFO kablam! 534 | rt_alloc_layout_checked!(rt_even_1000bytes_1align_alloc_layout_checked, 1000, 1); Oct 27 20:20:22.959 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! Oct 27 20:20:22.959 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.959 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.959 INFO kablam! | ^^^^^ Oct 27 20:20:22.959 INFO kablam! ... Oct 27 20:20:22.959 INFO kablam! 547 | rt_alloc_layout_checked!(rt_even_10000bytes_1align_alloc_layout_checked, 10000, 1); Oct 27 20:20:22.959 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! Oct 27 20:20:22.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.959 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.959 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.959 INFO kablam! ... Oct 27 20:20:22.959 INFO kablam! 547 | rt_alloc_layout_checked!(rt_even_10000bytes_1align_alloc_layout_checked, 10000, 1); Oct 27 20:20:22.959 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! Oct 27 20:20:22.959 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.959 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.959 INFO kablam! | ^^^^^ Oct 27 20:20:22.959 INFO kablam! ... Oct 27 20:20:22.959 INFO kablam! 560 | rt_alloc_layout_checked!(rt_even_100000bytes_1align_alloc_layout_checked, 100000, 1); Oct 27 20:20:22.959 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.959 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! Oct 27 20:20:22.960 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.960 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.960 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.960 INFO kablam! ... Oct 27 20:20:22.960 INFO kablam! 560 | rt_alloc_layout_checked!(rt_even_100000bytes_1align_alloc_layout_checked, 100000, 1); Oct 27 20:20:22.960 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! Oct 27 20:20:22.960 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.960 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.960 INFO kablam! | ^^^^^ Oct 27 20:20:22.960 INFO kablam! ... Oct 27 20:20:22.960 INFO kablam! 573 | rt_alloc_layout_checked!(rt_even_1000000bytes_1align_alloc_layout_checked, 1000000, 1); Oct 27 20:20:22.960 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! Oct 27 20:20:22.960 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.960 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.960 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.960 INFO kablam! ... Oct 27 20:20:22.960 INFO kablam! 573 | rt_alloc_layout_checked!(rt_even_1000000bytes_1align_alloc_layout_checked, 1000000, 1); Oct 27 20:20:22.960 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! Oct 27 20:20:22.960 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.960 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.960 INFO kablam! | ^^^^^ Oct 27 20:20:22.960 INFO kablam! ... Oct 27 20:20:22.960 INFO kablam! 587 | rt_alloc_layout_checked!(rt_odd_10bytes_1align_alloc_layout_checked, 10- 1, 1); Oct 27 20:20:22.960 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! Oct 27 20:20:22.960 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.960 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.960 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.960 INFO kablam! ... Oct 27 20:20:22.960 INFO kablam! 587 | rt_alloc_layout_checked!(rt_odd_10bytes_1align_alloc_layout_checked, 10- 1, 1); Oct 27 20:20:22.960 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! Oct 27 20:20:22.960 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.960 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.960 INFO kablam! | Oct 27 20:20:22.960 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.960 INFO kablam! | ^^^^^ Oct 27 20:20:22.960 INFO kablam! ... Oct 27 20:20:22.961 INFO kablam! 600 | rt_alloc_layout_checked!(rt_odd_100bytes_1align_alloc_layout_checked, 100- 1, 1); Oct 27 20:20:22.961 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.961 INFO kablam! | Oct 27 20:20:22.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.961 INFO kablam! | Oct 27 20:20:22.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.961 INFO kablam! | Oct 27 20:20:22.961 INFO kablam! Oct 27 20:20:22.961 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.961 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.961 INFO kablam! | Oct 27 20:20:22.961 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.961 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.961 INFO kablam! ... Oct 27 20:20:22.961 INFO kablam! 600 | rt_alloc_layout_checked!(rt_odd_100bytes_1align_alloc_layout_checked, 100- 1, 1); Oct 27 20:20:22.961 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.961 INFO kablam! | Oct 27 20:20:22.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.961 INFO kablam! | Oct 27 20:20:22.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.961 INFO kablam! | Oct 27 20:20:22.961 INFO kablam! Oct 27 20:20:22.966 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.967 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.967 INFO kablam! | ^^^^^ Oct 27 20:20:22.967 INFO kablam! ... Oct 27 20:20:22.967 INFO kablam! 613 | rt_alloc_layout_checked!(rt_odd_1000bytes_1align_alloc_layout_checked, 1000- 1, 1); Oct 27 20:20:22.967 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! Oct 27 20:20:22.967 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.967 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.967 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.967 INFO kablam! ... Oct 27 20:20:22.967 INFO kablam! 613 | rt_alloc_layout_checked!(rt_odd_1000bytes_1align_alloc_layout_checked, 1000- 1, 1); Oct 27 20:20:22.967 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! Oct 27 20:20:22.967 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.967 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.967 INFO kablam! | ^^^^^ Oct 27 20:20:22.967 INFO kablam! ... Oct 27 20:20:22.967 INFO kablam! 626 | rt_alloc_layout_checked!(rt_odd_10000bytes_1align_alloc_layout_checked, 10000- 1, 1); Oct 27 20:20:22.967 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! Oct 27 20:20:22.967 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.967 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.967 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.967 INFO kablam! ... Oct 27 20:20:22.967 INFO kablam! 626 | rt_alloc_layout_checked!(rt_odd_10000bytes_1align_alloc_layout_checked, 10000- 1, 1); Oct 27 20:20:22.967 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! Oct 27 20:20:22.967 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.967 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.967 INFO kablam! | ^^^^^ Oct 27 20:20:22.967 INFO kablam! ... Oct 27 20:20:22.967 INFO kablam! 639 | rt_alloc_layout_checked!(rt_odd_100000bytes_1align_alloc_layout_checked, 100000- 1, 1); Oct 27 20:20:22.967 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! Oct 27 20:20:22.967 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.967 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.967 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.967 INFO kablam! ... Oct 27 20:20:22.967 INFO kablam! 639 | rt_alloc_layout_checked!(rt_odd_100000bytes_1align_alloc_layout_checked, 100000- 1, 1); Oct 27 20:20:22.967 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.967 INFO kablam! | Oct 27 20:20:22.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.968 INFO kablam! | Oct 27 20:20:22.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.968 INFO kablam! | Oct 27 20:20:22.968 INFO kablam! Oct 27 20:20:22.974 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.975 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.975 INFO kablam! | ^^^^^ Oct 27 20:20:22.975 INFO kablam! ... Oct 27 20:20:22.975 INFO kablam! 652 | rt_alloc_layout_checked!(rt_odd_1000000bytes_1align_alloc_layout_checked, 1000000- 1, 1); Oct 27 20:20:22.975 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! Oct 27 20:20:22.975 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.975 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.975 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.975 INFO kablam! ... Oct 27 20:20:22.975 INFO kablam! 652 | rt_alloc_layout_checked!(rt_odd_1000000bytes_1align_alloc_layout_checked, 1000000- 1, 1); Oct 27 20:20:22.975 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! Oct 27 20:20:22.975 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.975 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.975 INFO kablam! | ^^^^^ Oct 27 20:20:22.975 INFO kablam! ... Oct 27 20:20:22.975 INFO kablam! 666 | rt_alloc_layout_checked!(rt_primes_3bytes_1align_alloc_layout_checked, 3, 1); Oct 27 20:20:22.975 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! Oct 27 20:20:22.975 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.975 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.975 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.975 INFO kablam! ... Oct 27 20:20:22.975 INFO kablam! 666 | rt_alloc_layout_checked!(rt_primes_3bytes_1align_alloc_layout_checked, 3, 1); Oct 27 20:20:22.975 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! Oct 27 20:20:22.975 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.975 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.975 INFO kablam! | ^^^^^ Oct 27 20:20:22.975 INFO kablam! ... Oct 27 20:20:22.975 INFO kablam! 679 | rt_alloc_layout_checked!(rt_primes_7bytes_1align_alloc_layout_checked, 7, 1); Oct 27 20:20:22.975 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! Oct 27 20:20:22.975 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.975 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.975 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.975 INFO kablam! ... Oct 27 20:20:22.975 INFO kablam! 679 | rt_alloc_layout_checked!(rt_primes_7bytes_1align_alloc_layout_checked, 7, 1); Oct 27 20:20:22.975 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.975 INFO kablam! | Oct 27 20:20:22.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.976 INFO kablam! | Oct 27 20:20:22.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.976 INFO kablam! | Oct 27 20:20:22.976 INFO kablam! Oct 27 20:20:22.976 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.976 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.976 INFO kablam! | Oct 27 20:20:22.976 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.976 INFO kablam! | ^^^^^ Oct 27 20:20:22.976 INFO kablam! ... Oct 27 20:20:22.976 INFO kablam! 692 | rt_alloc_layout_checked!(rt_primes_13bytes_1align_alloc_layout_checked, 13, 1); Oct 27 20:20:22.976 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.976 INFO kablam! | Oct 27 20:20:22.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.976 INFO kablam! | Oct 27 20:20:22.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.976 INFO kablam! | Oct 27 20:20:22.976 INFO kablam! Oct 27 20:20:22.982 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.983 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.983 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.983 INFO kablam! ... Oct 27 20:20:22.983 INFO kablam! 692 | rt_alloc_layout_checked!(rt_primes_13bytes_1align_alloc_layout_checked, 13, 1); Oct 27 20:20:22.983 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! Oct 27 20:20:22.983 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.983 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.983 INFO kablam! | ^^^^^ Oct 27 20:20:22.983 INFO kablam! ... Oct 27 20:20:22.983 INFO kablam! 705 | rt_alloc_layout_checked!(rt_primes_17bytes_1align_alloc_layout_checked, 17, 1); Oct 27 20:20:22.983 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! Oct 27 20:20:22.983 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.983 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.983 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.983 INFO kablam! ... Oct 27 20:20:22.983 INFO kablam! 705 | rt_alloc_layout_checked!(rt_primes_17bytes_1align_alloc_layout_checked, 17, 1); Oct 27 20:20:22.983 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! Oct 27 20:20:22.983 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.983 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.983 INFO kablam! | ^^^^^ Oct 27 20:20:22.983 INFO kablam! ... Oct 27 20:20:22.983 INFO kablam! 718 | rt_alloc_layout_checked!(rt_primes_31bytes_1align_alloc_layout_checked, 31, 1); Oct 27 20:20:22.983 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! Oct 27 20:20:22.983 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.983 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.983 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.983 INFO kablam! ... Oct 27 20:20:22.983 INFO kablam! 718 | rt_alloc_layout_checked!(rt_primes_31bytes_1align_alloc_layout_checked, 31, 1); Oct 27 20:20:22.983 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! Oct 27 20:20:22.983 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.983 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.983 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.983 INFO kablam! | ^^^^^ Oct 27 20:20:22.983 INFO kablam! ... Oct 27 20:20:22.983 INFO kablam! 731 | rt_alloc_layout_checked!(rt_primes_61bytes_1align_alloc_layout_checked, 61, 1); Oct 27 20:20:22.983 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.983 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! Oct 27 20:20:22.984 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.984 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.984 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.984 INFO kablam! ... Oct 27 20:20:22.984 INFO kablam! 731 | rt_alloc_layout_checked!(rt_primes_61bytes_1align_alloc_layout_checked, 61, 1); Oct 27 20:20:22.984 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! Oct 27 20:20:22.984 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.984 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.984 INFO kablam! | ^^^^^ Oct 27 20:20:22.984 INFO kablam! ... Oct 27 20:20:22.984 INFO kablam! 744 | rt_alloc_layout_checked!(rt_primes_96bytes_1align_alloc_layout_checked, 96, 1); Oct 27 20:20:22.984 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! Oct 27 20:20:22.984 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.984 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.984 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.984 INFO kablam! ... Oct 27 20:20:22.984 INFO kablam! 744 | rt_alloc_layout_checked!(rt_primes_96bytes_1align_alloc_layout_checked, 96, 1); Oct 27 20:20:22.984 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! Oct 27 20:20:22.984 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.984 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.984 INFO kablam! | ^^^^^ Oct 27 20:20:22.984 INFO kablam! ... Oct 27 20:20:22.984 INFO kablam! 757 | rt_alloc_layout_checked!(rt_primes_127bytes_1align_alloc_layout_checked, 127, 1); Oct 27 20:20:22.984 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! Oct 27 20:20:22.984 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.984 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.984 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.984 INFO kablam! ... Oct 27 20:20:22.984 INFO kablam! 757 | rt_alloc_layout_checked!(rt_primes_127bytes_1align_alloc_layout_checked, 127, 1); Oct 27 20:20:22.984 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.984 INFO kablam! | Oct 27 20:20:22.984 INFO kablam! Oct 27 20:20:22.986 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.987 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.987 INFO kablam! | Oct 27 20:20:22.987 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.987 INFO kablam! | ^^^^^ Oct 27 20:20:22.987 INFO kablam! ... Oct 27 20:20:22.987 INFO kablam! 770 | rt_alloc_layout_checked!(rt_primes_257bytes_1align_alloc_layout_checked, 257, 1); Oct 27 20:20:22.987 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.987 INFO kablam! | Oct 27 20:20:22.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.987 INFO kablam! | Oct 27 20:20:22.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.987 INFO kablam! | Oct 27 20:20:22.987 INFO kablam! Oct 27 20:20:22.987 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.987 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.987 INFO kablam! | Oct 27 20:20:22.987 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.987 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.987 INFO kablam! ... Oct 27 20:20:22.987 INFO kablam! 770 | rt_alloc_layout_checked!(rt_primes_257bytes_1align_alloc_layout_checked, 257, 1); Oct 27 20:20:22.987 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.987 INFO kablam! | Oct 27 20:20:22.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.987 INFO kablam! | Oct 27 20:20:22.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.987 INFO kablam! | Oct 27 20:20:22.987 INFO kablam! Oct 27 20:20:22.987 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.987 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.987 INFO kablam! | Oct 27 20:20:22.987 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.987 INFO kablam! | ^^^^^ Oct 27 20:20:22.987 INFO kablam! ... Oct 27 20:20:22.987 INFO kablam! 783 | rt_alloc_layout_checked!(rt_primes_509bytes_1align_alloc_layout_checked, 509, 1); Oct 27 20:20:22.987 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.987 INFO kablam! | Oct 27 20:20:22.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.987 INFO kablam! | Oct 27 20:20:22.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.987 INFO kablam! | Oct 27 20:20:22.987 INFO kablam! Oct 27 20:20:22.990 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.991 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.991 INFO kablam! | Oct 27 20:20:22.991 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.991 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.991 INFO kablam! ... Oct 27 20:20:22.991 INFO kablam! 783 | rt_alloc_layout_checked!(rt_primes_509bytes_1align_alloc_layout_checked, 509, 1); Oct 27 20:20:22.991 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.991 INFO kablam! | Oct 27 20:20:22.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.991 INFO kablam! | Oct 27 20:20:22.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.991 INFO kablam! | Oct 27 20:20:22.991 INFO kablam! Oct 27 20:20:22.991 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.991 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.991 INFO kablam! | Oct 27 20:20:22.991 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.991 INFO kablam! | ^^^^^ Oct 27 20:20:22.991 INFO kablam! ... Oct 27 20:20:22.991 INFO kablam! 796 | rt_alloc_layout_checked!(rt_primes_1021bytes_1align_alloc_layout_checked, 1021, 1); Oct 27 20:20:22.991 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.991 INFO kablam! | Oct 27 20:20:22.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.991 INFO kablam! | Oct 27 20:20:22.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.991 INFO kablam! | Oct 27 20:20:22.991 INFO kablam! Oct 27 20:20:22.991 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.991 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.991 INFO kablam! | Oct 27 20:20:22.991 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.991 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.991 INFO kablam! ... Oct 27 20:20:22.991 INFO kablam! 796 | rt_alloc_layout_checked!(rt_primes_1021bytes_1align_alloc_layout_checked, 1021, 1); Oct 27 20:20:22.991 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.991 INFO kablam! | Oct 27 20:20:22.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.991 INFO kablam! | Oct 27 20:20:22.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.991 INFO kablam! | Oct 27 20:20:22.991 INFO kablam! Oct 27 20:20:22.994 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.995 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.995 INFO kablam! | Oct 27 20:20:22.995 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.995 INFO kablam! | ^^^^^ Oct 27 20:20:22.995 INFO kablam! ... Oct 27 20:20:22.995 INFO kablam! 809 | rt_alloc_layout_checked!(rt_primes_2039bytes_1align_alloc_layout_checked, 2039, 1); Oct 27 20:20:22.995 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.995 INFO kablam! | Oct 27 20:20:22.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.995 INFO kablam! | Oct 27 20:20:22.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.995 INFO kablam! | Oct 27 20:20:22.995 INFO kablam! Oct 27 20:20:22.995 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.995 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.995 INFO kablam! | Oct 27 20:20:22.995 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.995 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.995 INFO kablam! ... Oct 27 20:20:22.995 INFO kablam! 809 | rt_alloc_layout_checked!(rt_primes_2039bytes_1align_alloc_layout_checked, 2039, 1); Oct 27 20:20:22.995 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.995 INFO kablam! | Oct 27 20:20:22.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.995 INFO kablam! | Oct 27 20:20:22.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.995 INFO kablam! | Oct 27 20:20:22.995 INFO kablam! Oct 27 20:20:22.998 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.999 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.999 INFO kablam! | ^^^^^ Oct 27 20:20:22.999 INFO kablam! ... Oct 27 20:20:22.999 INFO kablam! 822 | rt_alloc_layout_checked!(rt_primes_4093bytes_1align_alloc_layout_checked, 4093, 1); Oct 27 20:20:22.999 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! Oct 27 20:20:22.999 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.999 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.999 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.999 INFO kablam! ... Oct 27 20:20:22.999 INFO kablam! 822 | rt_alloc_layout_checked!(rt_primes_4093bytes_1align_alloc_layout_checked, 4093, 1); Oct 27 20:20:22.999 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! Oct 27 20:20:22.999 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.999 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.999 INFO kablam! | ^^^^^ Oct 27 20:20:22.999 INFO kablam! ... Oct 27 20:20:22.999 INFO kablam! 835 | rt_alloc_layout_checked!(rt_primes_8191bytes_1align_alloc_layout_checked, 8191, 1); Oct 27 20:20:22.999 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! Oct 27 20:20:22.999 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.999 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.999 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.999 INFO kablam! ... Oct 27 20:20:22.999 INFO kablam! 835 | rt_alloc_layout_checked!(rt_primes_8191bytes_1align_alloc_layout_checked, 8191, 1); Oct 27 20:20:22.999 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! Oct 27 20:20:22.999 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.999 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:22.999 INFO kablam! | ^^^^^ Oct 27 20:20:22.999 INFO kablam! ... Oct 27 20:20:22.999 INFO kablam! 848 | rt_alloc_layout_checked!(rt_primes_16381bytes_1align_alloc_layout_checked, 16381, 1); Oct 27 20:20:22.999 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:22.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! Oct 27 20:20:22.999 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:22.999 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:22.999 INFO kablam! | ^^^^^^^ Oct 27 20:20:22.999 INFO kablam! ... Oct 27 20:20:22.999 INFO kablam! 848 | rt_alloc_layout_checked!(rt_primes_16381bytes_1align_alloc_layout_checked, 16381, 1); Oct 27 20:20:22.999 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:22.999 INFO kablam! | Oct 27 20:20:22.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.000 INFO kablam! | Oct 27 20:20:23.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.000 INFO kablam! | Oct 27 20:20:23.000 INFO kablam! Oct 27 20:20:23.000 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.000 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.000 INFO kablam! | Oct 27 20:20:23.000 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.000 INFO kablam! | ^^^^^ Oct 27 20:20:23.000 INFO kablam! ... Oct 27 20:20:23.000 INFO kablam! 861 | rt_alloc_layout_checked!(rt_primes_32749bytes_1align_alloc_layout_checked, 32749, 1); Oct 27 20:20:23.000 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.000 INFO kablam! | Oct 27 20:20:23.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.000 INFO kablam! | Oct 27 20:20:23.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.000 INFO kablam! | Oct 27 20:20:23.000 INFO kablam! Oct 27 20:20:23.000 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.000 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.000 INFO kablam! | Oct 27 20:20:23.000 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.000 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.000 INFO kablam! ... Oct 27 20:20:23.000 INFO kablam! 861 | rt_alloc_layout_checked!(rt_primes_32749bytes_1align_alloc_layout_checked, 32749, 1); Oct 27 20:20:23.000 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.000 INFO kablam! | Oct 27 20:20:23.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.000 INFO kablam! | Oct 27 20:20:23.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.000 INFO kablam! | Oct 27 20:20:23.000 INFO kablam! Oct 27 20:20:23.004 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.004 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.004 INFO kablam! | Oct 27 20:20:23.004 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.004 INFO kablam! | ^^^^^ Oct 27 20:20:23.004 INFO kablam! ... Oct 27 20:20:23.004 INFO kablam! 874 | rt_alloc_layout_checked!(rt_primes_65537bytes_1align_alloc_layout_checked, 65537, 1); Oct 27 20:20:23.004 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.004 INFO kablam! | Oct 27 20:20:23.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.004 INFO kablam! | Oct 27 20:20:23.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.004 INFO kablam! | Oct 27 20:20:23.004 INFO kablam! Oct 27 20:20:23.004 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.004 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.004 INFO kablam! | Oct 27 20:20:23.004 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.004 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.004 INFO kablam! ... Oct 27 20:20:23.004 INFO kablam! 874 | rt_alloc_layout_checked!(rt_primes_65537bytes_1align_alloc_layout_checked, 65537, 1); Oct 27 20:20:23.004 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.004 INFO kablam! | Oct 27 20:20:23.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.004 INFO kablam! | Oct 27 20:20:23.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.004 INFO kablam! | Oct 27 20:20:23.004 INFO kablam! Oct 27 20:20:23.004 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.004 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.004 INFO kablam! | Oct 27 20:20:23.004 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.004 INFO kablam! | ^^^^^ Oct 27 20:20:23.004 INFO kablam! ... Oct 27 20:20:23.004 INFO kablam! 887 | rt_alloc_layout_checked!(rt_primes_131071bytes_1align_alloc_layout_checked, 131071, 1); Oct 27 20:20:23.004 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.004 INFO kablam! | Oct 27 20:20:23.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.004 INFO kablam! | Oct 27 20:20:23.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.005 INFO kablam! | Oct 27 20:20:23.005 INFO kablam! Oct 27 20:20:23.005 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.005 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.005 INFO kablam! | Oct 27 20:20:23.005 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.005 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.005 INFO kablam! ... Oct 27 20:20:23.005 INFO kablam! 887 | rt_alloc_layout_checked!(rt_primes_131071bytes_1align_alloc_layout_checked, 131071, 1); Oct 27 20:20:23.005 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.005 INFO kablam! | Oct 27 20:20:23.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.005 INFO kablam! | Oct 27 20:20:23.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.005 INFO kablam! | Oct 27 20:20:23.005 INFO kablam! Oct 27 20:20:23.015 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.015 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.015 INFO kablam! | ^^^^^ Oct 27 20:20:23.015 INFO kablam! ... Oct 27 20:20:23.015 INFO kablam! 900 | rt_alloc_layout_checked!(rt_primes_4194301bytes_1align_alloc_layout_checked, 4194301, 1); Oct 27 20:20:23.015 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! Oct 27 20:20:23.015 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.015 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.015 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.015 INFO kablam! ... Oct 27 20:20:23.015 INFO kablam! 900 | rt_alloc_layout_checked!(rt_primes_4194301bytes_1align_alloc_layout_checked, 4194301, 1); Oct 27 20:20:23.015 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! Oct 27 20:20:23.015 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.015 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.015 INFO kablam! | ^^^^^ Oct 27 20:20:23.015 INFO kablam! ... Oct 27 20:20:23.015 INFO kablam! 916 | rt_alloc_layout_checked!(rt_pow2_1bytes_2align_alloc_layout_checked, 1, 2); Oct 27 20:20:23.015 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! Oct 27 20:20:23.015 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.015 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.015 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.015 INFO kablam! ... Oct 27 20:20:23.015 INFO kablam! 916 | rt_alloc_layout_checked!(rt_pow2_1bytes_2align_alloc_layout_checked, 1, 2); Oct 27 20:20:23.015 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! Oct 27 20:20:23.015 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.015 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.015 INFO kablam! | ^^^^^ Oct 27 20:20:23.015 INFO kablam! ... Oct 27 20:20:23.015 INFO kablam! 929 | rt_alloc_layout_checked!(rt_pow2_2bytes_2align_alloc_layout_checked, 2, 2); Oct 27 20:20:23.015 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! Oct 27 20:20:23.015 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.015 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.015 INFO kablam! | Oct 27 20:20:23.015 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.015 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.015 INFO kablam! ... Oct 27 20:20:23.015 INFO kablam! 929 | rt_alloc_layout_checked!(rt_pow2_2bytes_2align_alloc_layout_checked, 2, 2); Oct 27 20:20:23.016 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! Oct 27 20:20:23.016 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.016 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.016 INFO kablam! | ^^^^^ Oct 27 20:20:23.016 INFO kablam! ... Oct 27 20:20:23.016 INFO kablam! 942 | rt_alloc_layout_checked!(rt_pow2_4bytes_2align_alloc_layout_checked, 4, 2); Oct 27 20:20:23.016 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! Oct 27 20:20:23.016 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.016 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.016 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.016 INFO kablam! ... Oct 27 20:20:23.016 INFO kablam! 942 | rt_alloc_layout_checked!(rt_pow2_4bytes_2align_alloc_layout_checked, 4, 2); Oct 27 20:20:23.016 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! Oct 27 20:20:23.016 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.016 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.016 INFO kablam! | ^^^^^ Oct 27 20:20:23.016 INFO kablam! ... Oct 27 20:20:23.016 INFO kablam! 955 | rt_alloc_layout_checked!(rt_pow2_8bytes_2align_alloc_layout_checked, 8, 2); Oct 27 20:20:23.016 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! Oct 27 20:20:23.016 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.016 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.016 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.016 INFO kablam! ... Oct 27 20:20:23.016 INFO kablam! 955 | rt_alloc_layout_checked!(rt_pow2_8bytes_2align_alloc_layout_checked, 8, 2); Oct 27 20:20:23.016 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! Oct 27 20:20:23.016 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.016 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.016 INFO kablam! | ^^^^^ Oct 27 20:20:23.016 INFO kablam! ... Oct 27 20:20:23.016 INFO kablam! 968 | rt_alloc_layout_checked!(rt_pow2_16bytes_2align_alloc_layout_checked, 16, 2); Oct 27 20:20:23.016 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.016 INFO kablam! | Oct 27 20:20:23.016 INFO kablam! Oct 27 20:20:23.017 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.017 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.017 INFO kablam! | Oct 27 20:20:23.017 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.017 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.017 INFO kablam! ... Oct 27 20:20:23.017 INFO kablam! 968 | rt_alloc_layout_checked!(rt_pow2_16bytes_2align_alloc_layout_checked, 16, 2); Oct 27 20:20:23.017 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.017 INFO kablam! | Oct 27 20:20:23.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.017 INFO kablam! | Oct 27 20:20:23.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.017 INFO kablam! | Oct 27 20:20:23.017 INFO kablam! Oct 27 20:20:23.017 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.017 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.017 INFO kablam! | Oct 27 20:20:23.017 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.017 INFO kablam! | ^^^^^ Oct 27 20:20:23.017 INFO kablam! ... Oct 27 20:20:23.017 INFO kablam! 981 | rt_alloc_layout_checked!(rt_pow2_32bytes_2align_alloc_layout_checked, 32, 2); Oct 27 20:20:23.017 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.017 INFO kablam! | Oct 27 20:20:23.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.017 INFO kablam! | Oct 27 20:20:23.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.017 INFO kablam! | Oct 27 20:20:23.017 INFO kablam! Oct 27 20:20:23.022 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.023 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.023 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.023 INFO kablam! ... Oct 27 20:20:23.023 INFO kablam! 981 | rt_alloc_layout_checked!(rt_pow2_32bytes_2align_alloc_layout_checked, 32, 2); Oct 27 20:20:23.023 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! Oct 27 20:20:23.023 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.023 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.023 INFO kablam! | ^^^^^ Oct 27 20:20:23.023 INFO kablam! ... Oct 27 20:20:23.023 INFO kablam! 994 | rt_alloc_layout_checked!(rt_pow2_64bytes_2align_alloc_layout_checked, 64, 2); Oct 27 20:20:23.023 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! Oct 27 20:20:23.023 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.023 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.023 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.023 INFO kablam! ... Oct 27 20:20:23.023 INFO kablam! 994 | rt_alloc_layout_checked!(rt_pow2_64bytes_2align_alloc_layout_checked, 64, 2); Oct 27 20:20:23.023 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! Oct 27 20:20:23.023 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.023 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.023 INFO kablam! | ^^^^^ Oct 27 20:20:23.023 INFO kablam! ... Oct 27 20:20:23.023 INFO kablam! 1007 | rt_alloc_layout_checked!(rt_pow2_128bytes_2align_alloc_layout_checked, 128, 2); Oct 27 20:20:23.023 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! Oct 27 20:20:23.023 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.023 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.023 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.023 INFO kablam! ... Oct 27 20:20:23.023 INFO kablam! 1007 | rt_alloc_layout_checked!(rt_pow2_128bytes_2align_alloc_layout_checked, 128, 2); Oct 27 20:20:23.023 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.023 INFO kablam! | Oct 27 20:20:23.023 INFO kablam! Oct 27 20:20:23.023 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.024 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.024 INFO kablam! | Oct 27 20:20:23.024 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.024 INFO kablam! | ^^^^^ Oct 27 20:20:23.024 INFO kablam! ... Oct 27 20:20:23.024 INFO kablam! 1020 | rt_alloc_layout_checked!(rt_pow2_256bytes_2align_alloc_layout_checked, 256, 2); Oct 27 20:20:23.024 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.024 INFO kablam! | Oct 27 20:20:23.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.024 INFO kablam! | Oct 27 20:20:23.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.024 INFO kablam! | Oct 27 20:20:23.024 INFO kablam! Oct 27 20:20:23.024 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.024 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.024 INFO kablam! | Oct 27 20:20:23.024 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.024 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.024 INFO kablam! ... Oct 27 20:20:23.024 INFO kablam! 1020 | rt_alloc_layout_checked!(rt_pow2_256bytes_2align_alloc_layout_checked, 256, 2); Oct 27 20:20:23.024 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.024 INFO kablam! | Oct 27 20:20:23.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.024 INFO kablam! | Oct 27 20:20:23.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.024 INFO kablam! | Oct 27 20:20:23.024 INFO kablam! Oct 27 20:20:23.026 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.027 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.027 INFO kablam! | Oct 27 20:20:23.027 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.027 INFO kablam! | ^^^^^ Oct 27 20:20:23.027 INFO kablam! ... Oct 27 20:20:23.027 INFO kablam! 1033 | rt_alloc_layout_checked!(rt_pow2_512bytes_2align_alloc_layout_checked, 512, 2); Oct 27 20:20:23.027 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.027 INFO kablam! | Oct 27 20:20:23.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.027 INFO kablam! | Oct 27 20:20:23.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.027 INFO kablam! | Oct 27 20:20:23.027 INFO kablam! Oct 27 20:20:23.027 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.027 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.027 INFO kablam! | Oct 27 20:20:23.027 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.027 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.027 INFO kablam! ... Oct 27 20:20:23.027 INFO kablam! 1033 | rt_alloc_layout_checked!(rt_pow2_512bytes_2align_alloc_layout_checked, 512, 2); Oct 27 20:20:23.027 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.027 INFO kablam! | Oct 27 20:20:23.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.027 INFO kablam! | Oct 27 20:20:23.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.027 INFO kablam! | Oct 27 20:20:23.027 INFO kablam! Oct 27 20:20:23.030 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.031 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.031 INFO kablam! | Oct 27 20:20:23.031 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.031 INFO kablam! | ^^^^^ Oct 27 20:20:23.031 INFO kablam! ... Oct 27 20:20:23.031 INFO kablam! 1046 | rt_alloc_layout_checked!(rt_pow2_1024bytes_2align_alloc_layout_checked, 1024, 2); Oct 27 20:20:23.031 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.031 INFO kablam! | Oct 27 20:20:23.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.031 INFO kablam! | Oct 27 20:20:23.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.031 INFO kablam! | Oct 27 20:20:23.031 INFO kablam! Oct 27 20:20:23.031 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.031 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.031 INFO kablam! | Oct 27 20:20:23.031 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.031 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.031 INFO kablam! ... Oct 27 20:20:23.031 INFO kablam! 1046 | rt_alloc_layout_checked!(rt_pow2_1024bytes_2align_alloc_layout_checked, 1024, 2); Oct 27 20:20:23.031 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.031 INFO kablam! | Oct 27 20:20:23.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.031 INFO kablam! | Oct 27 20:20:23.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.031 INFO kablam! | Oct 27 20:20:23.031 INFO kablam! Oct 27 20:20:23.034 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.035 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.035 INFO kablam! | Oct 27 20:20:23.035 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.035 INFO kablam! | ^^^^^ Oct 27 20:20:23.035 INFO kablam! ... Oct 27 20:20:23.035 INFO kablam! 1059 | rt_alloc_layout_checked!(rt_pow2_2048bytes_2align_alloc_layout_checked, 2048, 2); Oct 27 20:20:23.035 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.035 INFO kablam! | Oct 27 20:20:23.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.035 INFO kablam! | Oct 27 20:20:23.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.035 INFO kablam! | Oct 27 20:20:23.035 INFO kablam! Oct 27 20:20:23.035 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.035 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.035 INFO kablam! | Oct 27 20:20:23.035 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.035 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.035 INFO kablam! ... Oct 27 20:20:23.035 INFO kablam! 1059 | rt_alloc_layout_checked!(rt_pow2_2048bytes_2align_alloc_layout_checked, 2048, 2); Oct 27 20:20:23.035 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.035 INFO kablam! | Oct 27 20:20:23.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.035 INFO kablam! | Oct 27 20:20:23.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.035 INFO kablam! | Oct 27 20:20:23.035 INFO kablam! Oct 27 20:20:23.035 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.035 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.035 INFO kablam! | Oct 27 20:20:23.035 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.035 INFO kablam! | ^^^^^ Oct 27 20:20:23.035 INFO kablam! ... Oct 27 20:20:23.035 INFO kablam! 1072 | rt_alloc_layout_checked!(rt_pow2_4096bytes_2align_alloc_layout_checked, 4096, 2); Oct 27 20:20:23.035 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.035 INFO kablam! | Oct 27 20:20:23.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.035 INFO kablam! | Oct 27 20:20:23.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.035 INFO kablam! | Oct 27 20:20:23.035 INFO kablam! Oct 27 20:20:23.035 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.035 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.035 INFO kablam! | Oct 27 20:20:23.035 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.035 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.035 INFO kablam! ... Oct 27 20:20:23.035 INFO kablam! 1072 | rt_alloc_layout_checked!(rt_pow2_4096bytes_2align_alloc_layout_checked, 4096, 2); Oct 27 20:20:23.035 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.035 INFO kablam! | Oct 27 20:20:23.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.035 INFO kablam! | Oct 27 20:20:23.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.035 INFO kablam! | Oct 27 20:20:23.035 INFO kablam! Oct 27 20:20:23.038 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.039 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.039 INFO kablam! | ^^^^^ Oct 27 20:20:23.039 INFO kablam! ... Oct 27 20:20:23.039 INFO kablam! 1085 | rt_alloc_layout_checked!(rt_pow2_8192bytes_2align_alloc_layout_checked, 8192, 2); Oct 27 20:20:23.039 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.039 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! Oct 27 20:20:23.039 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.039 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.039 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.039 INFO kablam! ... Oct 27 20:20:23.039 INFO kablam! 1085 | rt_alloc_layout_checked!(rt_pow2_8192bytes_2align_alloc_layout_checked, 8192, 2); Oct 27 20:20:23.039 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.039 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! Oct 27 20:20:23.039 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.039 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.039 INFO kablam! | ^^^^^ Oct 27 20:20:23.039 INFO kablam! ... Oct 27 20:20:23.039 INFO kablam! 1098 | rt_alloc_layout_checked!(rt_pow2_16384bytes_2align_alloc_layout_checked, 16384, 2); Oct 27 20:20:23.039 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.039 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! Oct 27 20:20:23.039 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.039 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.039 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.039 INFO kablam! ... Oct 27 20:20:23.039 INFO kablam! 1098 | rt_alloc_layout_checked!(rt_pow2_16384bytes_2align_alloc_layout_checked, 16384, 2); Oct 27 20:20:23.039 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.039 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! Oct 27 20:20:23.039 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.039 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.039 INFO kablam! | ^^^^^ Oct 27 20:20:23.039 INFO kablam! ... Oct 27 20:20:23.039 INFO kablam! 1111 | rt_alloc_layout_checked!(rt_pow2_32768bytes_2align_alloc_layout_checked, 32768, 2); Oct 27 20:20:23.039 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.039 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! Oct 27 20:20:23.039 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.039 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.039 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.039 INFO kablam! ... Oct 27 20:20:23.039 INFO kablam! 1111 | rt_alloc_layout_checked!(rt_pow2_32768bytes_2align_alloc_layout_checked, 32768, 2); Oct 27 20:20:23.039 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.039 INFO kablam! | Oct 27 20:20:23.039 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.040 INFO kablam! | Oct 27 20:20:23.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.040 INFO kablam! | Oct 27 20:20:23.040 INFO kablam! Oct 27 20:20:23.040 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.040 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.040 INFO kablam! | Oct 27 20:20:23.040 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.040 INFO kablam! | ^^^^^ Oct 27 20:20:23.040 INFO kablam! ... Oct 27 20:20:23.040 INFO kablam! 1124 | rt_alloc_layout_checked!(rt_pow2_65536bytes_2align_alloc_layout_checked, 65536, 2); Oct 27 20:20:23.040 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.040 INFO kablam! | Oct 27 20:20:23.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.040 INFO kablam! | Oct 27 20:20:23.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.040 INFO kablam! | Oct 27 20:20:23.040 INFO kablam! Oct 27 20:20:23.040 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.040 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.040 INFO kablam! | Oct 27 20:20:23.040 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.041 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.041 INFO kablam! ... Oct 27 20:20:23.041 INFO kablam! 1124 | rt_alloc_layout_checked!(rt_pow2_65536bytes_2align_alloc_layout_checked, 65536, 2); Oct 27 20:20:23.041 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.041 INFO kablam! | Oct 27 20:20:23.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.042 INFO kablam! | Oct 27 20:20:23.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.042 INFO kablam! | Oct 27 20:20:23.042 INFO kablam! Oct 27 20:20:23.042 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.042 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.042 INFO kablam! | Oct 27 20:20:23.042 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.042 INFO kablam! | ^^^^^ Oct 27 20:20:23.042 INFO kablam! ... Oct 27 20:20:23.042 INFO kablam! 1137 | rt_alloc_layout_checked!(rt_pow2_131072bytes_2align_alloc_layout_checked, 131072, 2); Oct 27 20:20:23.042 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.042 INFO kablam! | Oct 27 20:20:23.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.042 INFO kablam! | Oct 27 20:20:23.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.042 INFO kablam! | Oct 27 20:20:23.042 INFO kablam! Oct 27 20:20:23.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.049 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.049 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.049 INFO kablam! ... Oct 27 20:20:23.049 INFO kablam! 1137 | rt_alloc_layout_checked!(rt_pow2_131072bytes_2align_alloc_layout_checked, 131072, 2); Oct 27 20:20:23.049 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! Oct 27 20:20:23.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.049 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.049 INFO kablam! | ^^^^^ Oct 27 20:20:23.049 INFO kablam! ... Oct 27 20:20:23.049 INFO kablam! 1150 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_2align_alloc_layout_checked, 4194304, 2); Oct 27 20:20:23.049 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! Oct 27 20:20:23.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.049 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.049 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.049 INFO kablam! ... Oct 27 20:20:23.049 INFO kablam! 1150 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_2align_alloc_layout_checked, 4194304, 2); Oct 27 20:20:23.049 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! Oct 27 20:20:23.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.049 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.049 INFO kablam! | ^^^^^ Oct 27 20:20:23.049 INFO kablam! ... Oct 27 20:20:23.049 INFO kablam! 1164 | rt_alloc_layout_checked!(rt_even_10bytes_2align_alloc_layout_checked, 10, 2); Oct 27 20:20:23.049 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! Oct 27 20:20:23.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.049 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.049 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.049 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.049 INFO kablam! ... Oct 27 20:20:23.049 INFO kablam! 1164 | rt_alloc_layout_checked!(rt_even_10bytes_2align_alloc_layout_checked, 10, 2); Oct 27 20:20:23.049 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.049 INFO kablam! | Oct 27 20:20:23.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.050 INFO kablam! | Oct 27 20:20:23.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.050 INFO kablam! | Oct 27 20:20:23.050 INFO kablam! Oct 27 20:20:23.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.052 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.052 INFO kablam! | Oct 27 20:20:23.052 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.052 INFO kablam! | ^^^^^ Oct 27 20:20:23.052 INFO kablam! ... Oct 27 20:20:23.052 INFO kablam! 1177 | rt_alloc_layout_checked!(rt_even_100bytes_2align_alloc_layout_checked, 100, 2); Oct 27 20:20:23.052 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.052 INFO kablam! | Oct 27 20:20:23.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.052 INFO kablam! | Oct 27 20:20:23.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.052 INFO kablam! | Oct 27 20:20:23.052 INFO kablam! Oct 27 20:20:23.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.053 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.053 INFO kablam! | Oct 27 20:20:23.053 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.053 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.053 INFO kablam! ... Oct 27 20:20:23.053 INFO kablam! 1177 | rt_alloc_layout_checked!(rt_even_100bytes_2align_alloc_layout_checked, 100, 2); Oct 27 20:20:23.053 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.053 INFO kablam! | Oct 27 20:20:23.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.055 INFO kablam! | Oct 27 20:20:23.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.055 INFO kablam! | Oct 27 20:20:23.055 INFO kablam! Oct 27 20:20:23.055 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.055 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.055 INFO kablam! | Oct 27 20:20:23.055 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.055 INFO kablam! | ^^^^^ Oct 27 20:20:23.055 INFO kablam! ... Oct 27 20:20:23.055 INFO kablam! 1190 | rt_alloc_layout_checked!(rt_even_1000bytes_2align_alloc_layout_checked, 1000, 2); Oct 27 20:20:23.055 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.055 INFO kablam! | Oct 27 20:20:23.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.055 INFO kablam! | Oct 27 20:20:23.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.055 INFO kablam! | Oct 27 20:20:23.055 INFO kablam! Oct 27 20:20:23.058 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.059 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.059 INFO kablam! | Oct 27 20:20:23.059 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.059 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.059 INFO kablam! ... Oct 27 20:20:23.059 INFO kablam! 1190 | rt_alloc_layout_checked!(rt_even_1000bytes_2align_alloc_layout_checked, 1000, 2); Oct 27 20:20:23.059 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.059 INFO kablam! | Oct 27 20:20:23.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.059 INFO kablam! | Oct 27 20:20:23.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.059 INFO kablam! | Oct 27 20:20:23.059 INFO kablam! Oct 27 20:20:23.059 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.059 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.059 INFO kablam! | Oct 27 20:20:23.059 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.059 INFO kablam! | ^^^^^ Oct 27 20:20:23.059 INFO kablam! ... Oct 27 20:20:23.059 INFO kablam! 1203 | rt_alloc_layout_checked!(rt_even_10000bytes_2align_alloc_layout_checked, 10000, 2); Oct 27 20:20:23.059 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.059 INFO kablam! | Oct 27 20:20:23.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.059 INFO kablam! | Oct 27 20:20:23.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.059 INFO kablam! | Oct 27 20:20:23.059 INFO kablam! Oct 27 20:20:23.063 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.063 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.063 INFO kablam! | Oct 27 20:20:23.063 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.063 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.063 INFO kablam! ... Oct 27 20:20:23.063 INFO kablam! 1203 | rt_alloc_layout_checked!(rt_even_10000bytes_2align_alloc_layout_checked, 10000, 2); Oct 27 20:20:23.063 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.063 INFO kablam! | Oct 27 20:20:23.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.063 INFO kablam! | Oct 27 20:20:23.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.063 INFO kablam! | Oct 27 20:20:23.063 INFO kablam! Oct 27 20:20:23.063 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.063 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.063 INFO kablam! | Oct 27 20:20:23.063 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.063 INFO kablam! | ^^^^^ Oct 27 20:20:23.063 INFO kablam! ... Oct 27 20:20:23.063 INFO kablam! 1216 | rt_alloc_layout_checked!(rt_even_100000bytes_2align_alloc_layout_checked, 100000, 2); Oct 27 20:20:23.063 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.063 INFO kablam! | Oct 27 20:20:23.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.063 INFO kablam! | Oct 27 20:20:23.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.063 INFO kablam! | Oct 27 20:20:23.063 INFO kablam! Oct 27 20:20:23.063 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.063 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.063 INFO kablam! | Oct 27 20:20:23.063 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.063 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.063 INFO kablam! ... Oct 27 20:20:23.063 INFO kablam! 1216 | rt_alloc_layout_checked!(rt_even_100000bytes_2align_alloc_layout_checked, 100000, 2); Oct 27 20:20:23.063 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.063 INFO kablam! | Oct 27 20:20:23.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.063 INFO kablam! | Oct 27 20:20:23.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.064 INFO kablam! | Oct 27 20:20:23.064 INFO kablam! Oct 27 20:20:23.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.064 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.064 INFO kablam! | Oct 27 20:20:23.064 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.064 INFO kablam! | ^^^^^ Oct 27 20:20:23.064 INFO kablam! ... Oct 27 20:20:23.064 INFO kablam! 1229 | rt_alloc_layout_checked!(rt_even_1000000bytes_2align_alloc_layout_checked, 1000000, 2); Oct 27 20:20:23.064 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.064 INFO kablam! | Oct 27 20:20:23.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.064 INFO kablam! | Oct 27 20:20:23.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.064 INFO kablam! | Oct 27 20:20:23.064 INFO kablam! Oct 27 20:20:23.064 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.064 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.064 INFO kablam! | Oct 27 20:20:23.064 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.064 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.064 INFO kablam! ... Oct 27 20:20:23.064 INFO kablam! 1229 | rt_alloc_layout_checked!(rt_even_1000000bytes_2align_alloc_layout_checked, 1000000, 2); Oct 27 20:20:23.064 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.064 INFO kablam! | Oct 27 20:20:23.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.064 INFO kablam! | Oct 27 20:20:23.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.064 INFO kablam! | Oct 27 20:20:23.064 INFO kablam! Oct 27 20:20:23.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.064 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.064 INFO kablam! | Oct 27 20:20:23.064 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.064 INFO kablam! | ^^^^^ Oct 27 20:20:23.064 INFO kablam! ... Oct 27 20:20:23.064 INFO kablam! 1243 | rt_alloc_layout_checked!(rt_odd_10bytes_2align_alloc_layout_checked, 10- 1, 2); Oct 27 20:20:23.064 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.064 INFO kablam! | Oct 27 20:20:23.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.064 INFO kablam! | Oct 27 20:20:23.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.064 INFO kablam! | Oct 27 20:20:23.064 INFO kablam! Oct 27 20:20:23.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.065 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.065 INFO kablam! | Oct 27 20:20:23.065 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.065 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.065 INFO kablam! ... Oct 27 20:20:23.065 INFO kablam! 1243 | rt_alloc_layout_checked!(rt_odd_10bytes_2align_alloc_layout_checked, 10- 1, 2); Oct 27 20:20:23.065 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.065 INFO kablam! | Oct 27 20:20:23.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.065 INFO kablam! | Oct 27 20:20:23.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.065 INFO kablam! | Oct 27 20:20:23.065 INFO kablam! Oct 27 20:20:23.065 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.065 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.065 INFO kablam! | Oct 27 20:20:23.065 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.065 INFO kablam! | ^^^^^ Oct 27 20:20:23.065 INFO kablam! ... Oct 27 20:20:23.065 INFO kablam! 1256 | rt_alloc_layout_checked!(rt_odd_100bytes_2align_alloc_layout_checked, 100- 1, 2); Oct 27 20:20:23.065 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.065 INFO kablam! | Oct 27 20:20:23.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.065 INFO kablam! | Oct 27 20:20:23.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.065 INFO kablam! | Oct 27 20:20:23.065 INFO kablam! Oct 27 20:20:23.068 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.068 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.068 INFO kablam! | Oct 27 20:20:23.068 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.068 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.068 INFO kablam! ... Oct 27 20:20:23.068 INFO kablam! 1256 | rt_alloc_layout_checked!(rt_odd_100bytes_2align_alloc_layout_checked, 100- 1, 2); Oct 27 20:20:23.068 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.068 INFO kablam! | Oct 27 20:20:23.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.068 INFO kablam! | Oct 27 20:20:23.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.068 INFO kablam! | Oct 27 20:20:23.068 INFO kablam! Oct 27 20:20:23.068 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.068 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.068 INFO kablam! | Oct 27 20:20:23.068 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.068 INFO kablam! | ^^^^^ Oct 27 20:20:23.068 INFO kablam! ... Oct 27 20:20:23.068 INFO kablam! 1269 | rt_alloc_layout_checked!(rt_odd_1000bytes_2align_alloc_layout_checked, 1000- 1, 2); Oct 27 20:20:23.068 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.068 INFO kablam! | Oct 27 20:20:23.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.068 INFO kablam! | Oct 27 20:20:23.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.068 INFO kablam! | Oct 27 20:20:23.068 INFO kablam! Oct 27 20:20:23.071 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.071 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.072 INFO kablam! | Oct 27 20:20:23.072 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.072 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.072 INFO kablam! ... Oct 27 20:20:23.072 INFO kablam! 1269 | rt_alloc_layout_checked!(rt_odd_1000bytes_2align_alloc_layout_checked, 1000- 1, 2); Oct 27 20:20:23.072 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.072 INFO kablam! | Oct 27 20:20:23.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.072 INFO kablam! | Oct 27 20:20:23.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.072 INFO kablam! | Oct 27 20:20:23.072 INFO kablam! Oct 27 20:20:23.072 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.072 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.072 INFO kablam! | Oct 27 20:20:23.072 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.072 INFO kablam! | ^^^^^ Oct 27 20:20:23.072 INFO kablam! ... Oct 27 20:20:23.072 INFO kablam! 1282 | rt_alloc_layout_checked!(rt_odd_10000bytes_2align_alloc_layout_checked, 10000- 1, 2); Oct 27 20:20:23.072 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.072 INFO kablam! | Oct 27 20:20:23.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.072 INFO kablam! | Oct 27 20:20:23.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.072 INFO kablam! | Oct 27 20:20:23.072 INFO kablam! Oct 27 20:20:23.072 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.072 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.072 INFO kablam! | Oct 27 20:20:23.072 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.072 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.072 INFO kablam! ... Oct 27 20:20:23.072 INFO kablam! 1282 | rt_alloc_layout_checked!(rt_odd_10000bytes_2align_alloc_layout_checked, 10000- 1, 2); Oct 27 20:20:23.072 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.072 INFO kablam! | Oct 27 20:20:23.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.072 INFO kablam! | Oct 27 20:20:23.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.072 INFO kablam! | Oct 27 20:20:23.072 INFO kablam! Oct 27 20:20:23.072 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.072 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.072 INFO kablam! | Oct 27 20:20:23.072 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.072 INFO kablam! | ^^^^^ Oct 27 20:20:23.072 INFO kablam! ... Oct 27 20:20:23.072 INFO kablam! 1295 | rt_alloc_layout_checked!(rt_odd_100000bytes_2align_alloc_layout_checked, 100000- 1, 2); Oct 27 20:20:23.072 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.072 INFO kablam! | Oct 27 20:20:23.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.072 INFO kablam! | Oct 27 20:20:23.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.072 INFO kablam! | Oct 27 20:20:23.072 INFO kablam! Oct 27 20:20:23.075 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.075 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.075 INFO kablam! | Oct 27 20:20:23.075 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.075 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.075 INFO kablam! ... Oct 27 20:20:23.075 INFO kablam! 1295 | rt_alloc_layout_checked!(rt_odd_100000bytes_2align_alloc_layout_checked, 100000- 1, 2); Oct 27 20:20:23.075 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.075 INFO kablam! | Oct 27 20:20:23.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.075 INFO kablam! | Oct 27 20:20:23.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.075 INFO kablam! | Oct 27 20:20:23.075 INFO kablam! Oct 27 20:20:23.075 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.075 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.075 INFO kablam! | Oct 27 20:20:23.075 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.075 INFO kablam! | ^^^^^ Oct 27 20:20:23.075 INFO kablam! ... Oct 27 20:20:23.075 INFO kablam! 1308 | rt_alloc_layout_checked!(rt_odd_1000000bytes_2align_alloc_layout_checked, 1000000- 1, 2); Oct 27 20:20:23.075 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.075 INFO kablam! | Oct 27 20:20:23.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.075 INFO kablam! | Oct 27 20:20:23.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.075 INFO kablam! | Oct 27 20:20:23.075 INFO kablam! Oct 27 20:20:23.083 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.083 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.083 INFO kablam! | Oct 27 20:20:23.083 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.083 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.083 INFO kablam! ... Oct 27 20:20:23.083 INFO kablam! 1308 | rt_alloc_layout_checked!(rt_odd_1000000bytes_2align_alloc_layout_checked, 1000000- 1, 2); Oct 27 20:20:23.083 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.083 INFO kablam! | Oct 27 20:20:23.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.083 INFO kablam! | Oct 27 20:20:23.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.083 INFO kablam! | Oct 27 20:20:23.083 INFO kablam! Oct 27 20:20:23.083 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.083 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.083 INFO kablam! | Oct 27 20:20:23.083 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.083 INFO kablam! | ^^^^^ Oct 27 20:20:23.083 INFO kablam! ... Oct 27 20:20:23.083 INFO kablam! 1322 | rt_alloc_layout_checked!(rt_primes_3bytes_2align_alloc_layout_checked, 3, 2); Oct 27 20:20:23.083 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.083 INFO kablam! | Oct 27 20:20:23.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.083 INFO kablam! | Oct 27 20:20:23.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.083 INFO kablam! | Oct 27 20:20:23.083 INFO kablam! Oct 27 20:20:23.083 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.084 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.084 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.084 INFO kablam! ... Oct 27 20:20:23.084 INFO kablam! 1322 | rt_alloc_layout_checked!(rt_primes_3bytes_2align_alloc_layout_checked, 3, 2); Oct 27 20:20:23.084 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! Oct 27 20:20:23.084 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.084 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.084 INFO kablam! | ^^^^^ Oct 27 20:20:23.084 INFO kablam! ... Oct 27 20:20:23.084 INFO kablam! 1335 | rt_alloc_layout_checked!(rt_primes_7bytes_2align_alloc_layout_checked, 7, 2); Oct 27 20:20:23.084 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! Oct 27 20:20:23.084 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.084 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.084 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.084 INFO kablam! ... Oct 27 20:20:23.084 INFO kablam! 1335 | rt_alloc_layout_checked!(rt_primes_7bytes_2align_alloc_layout_checked, 7, 2); Oct 27 20:20:23.084 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! Oct 27 20:20:23.084 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.084 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.084 INFO kablam! | ^^^^^ Oct 27 20:20:23.084 INFO kablam! ... Oct 27 20:20:23.084 INFO kablam! 1348 | rt_alloc_layout_checked!(rt_primes_13bytes_2align_alloc_layout_checked, 13, 2); Oct 27 20:20:23.084 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! Oct 27 20:20:23.084 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.084 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.084 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.084 INFO kablam! ... Oct 27 20:20:23.084 INFO kablam! 1348 | rt_alloc_layout_checked!(rt_primes_13bytes_2align_alloc_layout_checked, 13, 2); Oct 27 20:20:23.084 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! Oct 27 20:20:23.084 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.084 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.084 INFO kablam! | Oct 27 20:20:23.084 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.084 INFO kablam! | ^^^^^ Oct 27 20:20:23.084 INFO kablam! ... Oct 27 20:20:23.084 INFO kablam! 1361 | rt_alloc_layout_checked!(rt_primes_17bytes_2align_alloc_layout_checked, 17, 2); Oct 27 20:20:23.084 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.085 INFO kablam! | Oct 27 20:20:23.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.085 INFO kablam! | Oct 27 20:20:23.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.085 INFO kablam! | Oct 27 20:20:23.085 INFO kablam! Oct 27 20:20:23.085 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.085 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.085 INFO kablam! | Oct 27 20:20:23.085 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.085 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.085 INFO kablam! ... Oct 27 20:20:23.085 INFO kablam! 1361 | rt_alloc_layout_checked!(rt_primes_17bytes_2align_alloc_layout_checked, 17, 2); Oct 27 20:20:23.085 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.085 INFO kablam! | Oct 27 20:20:23.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.085 INFO kablam! | Oct 27 20:20:23.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.085 INFO kablam! | Oct 27 20:20:23.085 INFO kablam! Oct 27 20:20:23.087 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.087 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.087 INFO kablam! | Oct 27 20:20:23.087 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.087 INFO kablam! | ^^^^^ Oct 27 20:20:23.087 INFO kablam! ... Oct 27 20:20:23.087 INFO kablam! 1374 | rt_alloc_layout_checked!(rt_primes_31bytes_2align_alloc_layout_checked, 31, 2); Oct 27 20:20:23.087 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.087 INFO kablam! | Oct 27 20:20:23.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.088 INFO kablam! | Oct 27 20:20:23.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.088 INFO kablam! | Oct 27 20:20:23.088 INFO kablam! Oct 27 20:20:23.088 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.088 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.088 INFO kablam! | Oct 27 20:20:23.088 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.088 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.088 INFO kablam! ... Oct 27 20:20:23.088 INFO kablam! 1374 | rt_alloc_layout_checked!(rt_primes_31bytes_2align_alloc_layout_checked, 31, 2); Oct 27 20:20:23.088 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.088 INFO kablam! | Oct 27 20:20:23.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.088 INFO kablam! | Oct 27 20:20:23.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.088 INFO kablam! | Oct 27 20:20:23.088 INFO kablam! Oct 27 20:20:23.088 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.088 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.088 INFO kablam! | Oct 27 20:20:23.088 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.088 INFO kablam! | ^^^^^ Oct 27 20:20:23.088 INFO kablam! ... Oct 27 20:20:23.088 INFO kablam! 1387 | rt_alloc_layout_checked!(rt_primes_61bytes_2align_alloc_layout_checked, 61, 2); Oct 27 20:20:23.088 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.088 INFO kablam! | Oct 27 20:20:23.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.088 INFO kablam! | Oct 27 20:20:23.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.088 INFO kablam! | Oct 27 20:20:23.088 INFO kablam! Oct 27 20:20:23.088 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.088 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.088 INFO kablam! | Oct 27 20:20:23.088 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.088 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.088 INFO kablam! ... Oct 27 20:20:23.088 INFO kablam! 1387 | rt_alloc_layout_checked!(rt_primes_61bytes_2align_alloc_layout_checked, 61, 2); Oct 27 20:20:23.088 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.088 INFO kablam! | Oct 27 20:20:23.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.088 INFO kablam! | Oct 27 20:20:23.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.088 INFO kablam! | Oct 27 20:20:23.088 INFO kablam! Oct 27 20:20:23.088 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.088 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.088 INFO kablam! | Oct 27 20:20:23.088 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.088 INFO kablam! | ^^^^^ Oct 27 20:20:23.088 INFO kablam! ... Oct 27 20:20:23.088 INFO kablam! 1400 | rt_alloc_layout_checked!(rt_primes_96bytes_2align_alloc_layout_checked, 96, 2); Oct 27 20:20:23.088 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.088 INFO kablam! | Oct 27 20:20:23.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.089 INFO kablam! | Oct 27 20:20:23.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.089 INFO kablam! | Oct 27 20:20:23.089 INFO kablam! Oct 27 20:20:23.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.089 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.089 INFO kablam! | Oct 27 20:20:23.089 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.089 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.089 INFO kablam! ... Oct 27 20:20:23.089 INFO kablam! 1400 | rt_alloc_layout_checked!(rt_primes_96bytes_2align_alloc_layout_checked, 96, 2); Oct 27 20:20:23.089 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.089 INFO kablam! | Oct 27 20:20:23.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.089 INFO kablam! | Oct 27 20:20:23.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.089 INFO kablam! | Oct 27 20:20:23.089 INFO kablam! Oct 27 20:20:23.090 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.090 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.090 INFO kablam! | Oct 27 20:20:23.090 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.090 INFO kablam! | ^^^^^ Oct 27 20:20:23.090 INFO kablam! ... Oct 27 20:20:23.090 INFO kablam! 1413 | rt_alloc_layout_checked!(rt_primes_127bytes_2align_alloc_layout_checked, 127, 2); Oct 27 20:20:23.090 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.090 INFO kablam! | Oct 27 20:20:23.090 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.090 INFO kablam! | Oct 27 20:20:23.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.090 INFO kablam! | Oct 27 20:20:23.090 INFO kablam! Oct 27 20:20:23.092 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.092 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.092 INFO kablam! | Oct 27 20:20:23.092 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.092 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.092 INFO kablam! ... Oct 27 20:20:23.092 INFO kablam! 1413 | rt_alloc_layout_checked!(rt_primes_127bytes_2align_alloc_layout_checked, 127, 2); Oct 27 20:20:23.092 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.092 INFO kablam! | Oct 27 20:20:23.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.092 INFO kablam! | Oct 27 20:20:23.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.092 INFO kablam! | Oct 27 20:20:23.092 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! 1426 | rt_alloc_layout_checked!(rt_primes_257bytes_2align_alloc_layout_checked, 257, 2); 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! 1426 | rt_alloc_layout_checked!(rt_primes_257bytes_2align_alloc_layout_checked, 257, 2); 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 `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! 1439 | rt_alloc_layout_checked!(rt_primes_509bytes_2align_alloc_layout_checked, 509, 2); 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.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! 1439 | rt_alloc_layout_checked!(rt_primes_509bytes_2align_alloc_layout_checked, 509, 2); 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 `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! 1452 | rt_alloc_layout_checked!(rt_primes_1021bytes_2align_alloc_layout_checked, 1021, 2); 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! 1452 | rt_alloc_layout_checked!(rt_primes_1021bytes_2align_alloc_layout_checked, 1021, 2); 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 `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.100 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.100 INFO kablam! | ^^^^^ Oct 27 20:20:23.100 INFO kablam! ... Oct 27 20:20:23.100 INFO kablam! 1465 | rt_alloc_layout_checked!(rt_primes_2039bytes_2align_alloc_layout_checked, 2039, 2); Oct 27 20:20:23.100 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.100 INFO kablam! | Oct 27 20:20:23.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.100 INFO kablam! | Oct 27 20:20:23.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.100 INFO kablam! | Oct 27 20:20:23.100 INFO kablam! Oct 27 20:20:23.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.104 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.104 INFO kablam! | Oct 27 20:20:23.104 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.104 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.104 INFO kablam! ... Oct 27 20:20:23.104 INFO kablam! 1465 | rt_alloc_layout_checked!(rt_primes_2039bytes_2align_alloc_layout_checked, 2039, 2); Oct 27 20:20:23.104 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.104 INFO kablam! | Oct 27 20:20:23.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.104 INFO kablam! | Oct 27 20:20:23.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.104 INFO kablam! | Oct 27 20:20:23.104 INFO kablam! Oct 27 20:20:23.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.104 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.104 INFO kablam! | Oct 27 20:20:23.104 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.104 INFO kablam! | ^^^^^ Oct 27 20:20:23.104 INFO kablam! ... Oct 27 20:20:23.104 INFO kablam! 1478 | rt_alloc_layout_checked!(rt_primes_4093bytes_2align_alloc_layout_checked, 4093, 2); Oct 27 20:20:23.104 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.104 INFO kablam! | Oct 27 20:20:23.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.104 INFO kablam! | Oct 27 20:20:23.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.104 INFO kablam! | Oct 27 20:20:23.104 INFO kablam! Oct 27 20:20:23.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.105 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.105 INFO kablam! | Oct 27 20:20:23.105 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.105 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.105 INFO kablam! ... Oct 27 20:20:23.105 INFO kablam! 1478 | rt_alloc_layout_checked!(rt_primes_4093bytes_2align_alloc_layout_checked, 4093, 2); Oct 27 20:20:23.105 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.105 INFO kablam! | Oct 27 20:20:23.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.105 INFO kablam! | Oct 27 20:20:23.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.105 INFO kablam! | Oct 27 20:20:23.105 INFO kablam! Oct 27 20:20:23.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.105 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.105 INFO kablam! | Oct 27 20:20:23.105 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.105 INFO kablam! | ^^^^^ Oct 27 20:20:23.105 INFO kablam! ... Oct 27 20:20:23.105 INFO kablam! 1491 | rt_alloc_layout_checked!(rt_primes_8191bytes_2align_alloc_layout_checked, 8191, 2); Oct 27 20:20:23.105 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.105 INFO kablam! | Oct 27 20:20:23.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.105 INFO kablam! | Oct 27 20:20:23.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.105 INFO kablam! | Oct 27 20:20:23.105 INFO kablam! Oct 27 20:20:23.107 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.107 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.107 INFO kablam! | Oct 27 20:20:23.107 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.107 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.107 INFO kablam! ... Oct 27 20:20:23.107 INFO kablam! 1491 | rt_alloc_layout_checked!(rt_primes_8191bytes_2align_alloc_layout_checked, 8191, 2); Oct 27 20:20:23.107 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.107 INFO kablam! | Oct 27 20:20:23.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.108 INFO kablam! | Oct 27 20:20:23.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.108 INFO kablam! | Oct 27 20:20:23.108 INFO kablam! Oct 27 20:20:23.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.108 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.108 INFO kablam! | Oct 27 20:20:23.108 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.108 INFO kablam! | ^^^^^ Oct 27 20:20:23.108 INFO kablam! ... Oct 27 20:20:23.108 INFO kablam! 1504 | rt_alloc_layout_checked!(rt_primes_16381bytes_2align_alloc_layout_checked, 16381, 2); Oct 27 20:20:23.108 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.108 INFO kablam! | Oct 27 20:20:23.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.108 INFO kablam! | Oct 27 20:20:23.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.108 INFO kablam! | Oct 27 20:20:23.108 INFO kablam! Oct 27 20:20:23.108 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.108 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.108 INFO kablam! | Oct 27 20:20:23.108 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.108 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.108 INFO kablam! ... Oct 27 20:20:23.108 INFO kablam! 1504 | rt_alloc_layout_checked!(rt_primes_16381bytes_2align_alloc_layout_checked, 16381, 2); Oct 27 20:20:23.108 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.108 INFO kablam! | Oct 27 20:20:23.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.108 INFO kablam! | Oct 27 20:20:23.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.108 INFO kablam! | Oct 27 20:20:23.108 INFO kablam! Oct 27 20:20:23.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.108 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.108 INFO kablam! | Oct 27 20:20:23.108 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.108 INFO kablam! | ^^^^^ Oct 27 20:20:23.108 INFO kablam! ... Oct 27 20:20:23.108 INFO kablam! 1517 | rt_alloc_layout_checked!(rt_primes_32749bytes_2align_alloc_layout_checked, 32749, 2); Oct 27 20:20:23.108 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.108 INFO kablam! | Oct 27 20:20:23.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.108 INFO kablam! | Oct 27 20:20:23.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.108 INFO kablam! | Oct 27 20:20:23.108 INFO kablam! Oct 27 20:20:23.111 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.111 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.111 INFO kablam! | Oct 27 20:20:23.111 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.111 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.111 INFO kablam! ... Oct 27 20:20:23.111 INFO kablam! 1517 | rt_alloc_layout_checked!(rt_primes_32749bytes_2align_alloc_layout_checked, 32749, 2); Oct 27 20:20:23.111 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.111 INFO kablam! | Oct 27 20:20:23.111 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.111 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.111 INFO kablam! | Oct 27 20:20:23.111 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.111 INFO kablam! | Oct 27 20:20:23.111 INFO kablam! Oct 27 20:20:23.111 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.111 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.111 INFO kablam! | Oct 27 20:20:23.111 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.111 INFO kablam! | ^^^^^ Oct 27 20:20:23.111 INFO kablam! ... Oct 27 20:20:23.111 INFO kablam! 1530 | rt_alloc_layout_checked!(rt_primes_65537bytes_2align_alloc_layout_checked, 65537, 2); Oct 27 20:20:23.111 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.111 INFO kablam! | Oct 27 20:20:23.111 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.111 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.111 INFO kablam! | Oct 27 20:20:23.111 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.111 INFO kablam! | Oct 27 20:20:23.112 INFO kablam! Oct 27 20:20:23.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.112 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.112 INFO kablam! | Oct 27 20:20:23.112 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.112 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.112 INFO kablam! ... Oct 27 20:20:23.112 INFO kablam! 1530 | rt_alloc_layout_checked!(rt_primes_65537bytes_2align_alloc_layout_checked, 65537, 2); Oct 27 20:20:23.112 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.112 INFO kablam! | Oct 27 20:20:23.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.112 INFO kablam! | Oct 27 20:20:23.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.112 INFO kablam! | Oct 27 20:20:23.112 INFO kablam! Oct 27 20:20:23.112 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.112 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.112 INFO kablam! | Oct 27 20:20:23.112 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.112 INFO kablam! | ^^^^^ Oct 27 20:20:23.112 INFO kablam! ... Oct 27 20:20:23.112 INFO kablam! 1543 | rt_alloc_layout_checked!(rt_primes_131071bytes_2align_alloc_layout_checked, 131071, 2); Oct 27 20:20:23.112 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.112 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.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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.117 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.117 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! 1543 | rt_alloc_layout_checked!(rt_primes_131071bytes_2align_alloc_layout_checked, 131071, 2); 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! 1556 | rt_alloc_layout_checked!(rt_primes_4194301bytes_2align_alloc_layout_checked, 4194301, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.117 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.117 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! 1556 | rt_alloc_layout_checked!(rt_primes_4194301bytes_2align_alloc_layout_checked, 4194301, 2); 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.120 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.120 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.120 INFO kablam! | Oct 27 20:20:23.120 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.120 INFO kablam! | ^^^^^ Oct 27 20:20:23.120 INFO kablam! ... Oct 27 20:20:23.120 INFO kablam! 1572 | rt_alloc_layout_checked!(rt_pow2_1bytes_4align_alloc_layout_checked, 1, 4); Oct 27 20:20:23.120 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.120 INFO kablam! | Oct 27 20:20:23.120 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.120 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.120 INFO kablam! | Oct 27 20:20:23.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.120 INFO kablam! | Oct 27 20:20:23.120 INFO kablam! Oct 27 20:20:23.120 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.120 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.120 INFO kablam! | Oct 27 20:20:23.120 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.120 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.120 INFO kablam! ... Oct 27 20:20:23.120 INFO kablam! 1572 | rt_alloc_layout_checked!(rt_pow2_1bytes_4align_alloc_layout_checked, 1, 4); Oct 27 20:20:23.120 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.120 INFO kablam! | Oct 27 20:20:23.120 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.120 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.120 INFO kablam! | Oct 27 20:20:23.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.120 INFO kablam! | Oct 27 20:20:23.120 INFO kablam! Oct 27 20:20:23.120 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.120 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.120 INFO kablam! | Oct 27 20:20:23.120 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.120 INFO kablam! | ^^^^^ Oct 27 20:20:23.120 INFO kablam! ... Oct 27 20:20:23.120 INFO kablam! 1585 | rt_alloc_layout_checked!(rt_pow2_2bytes_4align_alloc_layout_checked, 2, 4); Oct 27 20:20:23.120 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.120 INFO kablam! | Oct 27 20:20:23.120 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.120 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.120 INFO kablam! | Oct 27 20:20:23.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.120 INFO kablam! | Oct 27 20:20:23.120 INFO kablam! Oct 27 20:20:23.120 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.120 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.120 INFO kablam! | Oct 27 20:20:23.120 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.120 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.120 INFO kablam! ... Oct 27 20:20:23.120 INFO kablam! 1585 | rt_alloc_layout_checked!(rt_pow2_2bytes_4align_alloc_layout_checked, 2, 4); Oct 27 20:20:23.120 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.120 INFO kablam! | Oct 27 20:20:23.120 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.120 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.120 INFO kablam! | Oct 27 20:20:23.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.120 INFO kablam! | Oct 27 20:20:23.120 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! 1598 | rt_alloc_layout_checked!(rt_pow2_4bytes_4align_alloc_layout_checked, 4, 4); 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.124 INFO kablam! ... Oct 27 20:20:23.124 INFO kablam! 1598 | rt_alloc_layout_checked!(rt_pow2_4bytes_4align_alloc_layout_checked, 4, 4); Oct 27 20:20:23.124 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.124 INFO kablam! | Oct 27 20:20:23.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.124 INFO kablam! | Oct 27 20:20:23.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.124 INFO kablam! | Oct 27 20:20:23.124 INFO kablam! Oct 27 20:20:23.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.124 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.124 INFO kablam! | Oct 27 20:20:23.124 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.124 INFO kablam! | ^^^^^ Oct 27 20:20:23.124 INFO kablam! ... Oct 27 20:20:23.124 INFO kablam! 1611 | rt_alloc_layout_checked!(rt_pow2_8bytes_4align_alloc_layout_checked, 8, 4); Oct 27 20:20:23.124 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.124 INFO kablam! | Oct 27 20:20:23.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.124 INFO kablam! | Oct 27 20:20:23.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.124 INFO kablam! | Oct 27 20:20:23.124 INFO kablam! Oct 27 20:20:23.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.124 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.124 INFO kablam! | Oct 27 20:20:23.124 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.124 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.124 INFO kablam! ... Oct 27 20:20:23.124 INFO kablam! 1611 | rt_alloc_layout_checked!(rt_pow2_8bytes_4align_alloc_layout_checked, 8, 4); Oct 27 20:20:23.124 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.124 INFO kablam! | Oct 27 20:20:23.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.124 INFO kablam! | Oct 27 20:20:23.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.124 INFO kablam! | Oct 27 20:20:23.124 INFO kablam! Oct 27 20:20:23.127 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.127 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! 1624 | rt_alloc_layout_checked!(rt_pow2_16bytes_4align_alloc_layout_checked, 16, 4); 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.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.127 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.127 INFO kablam! | Oct 27 20:20:23.127 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.127 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.127 INFO kablam! ... Oct 27 20:20:23.127 INFO kablam! 1624 | rt_alloc_layout_checked!(rt_pow2_16bytes_4align_alloc_layout_checked, 16, 4); Oct 27 20:20:23.127 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.128 INFO kablam! | Oct 27 20:20:23.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.128 INFO kablam! | Oct 27 20:20:23.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.128 INFO kablam! | Oct 27 20:20:23.128 INFO kablam! Oct 27 20:20:23.128 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.128 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.128 INFO kablam! | Oct 27 20:20:23.128 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.128 INFO kablam! | ^^^^^ Oct 27 20:20:23.128 INFO kablam! ... Oct 27 20:20:23.128 INFO kablam! 1637 | rt_alloc_layout_checked!(rt_pow2_32bytes_4align_alloc_layout_checked, 32, 4); Oct 27 20:20:23.128 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.128 INFO kablam! | Oct 27 20:20:23.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.128 INFO kablam! | Oct 27 20:20:23.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.128 INFO kablam! | Oct 27 20:20:23.128 INFO kablam! Oct 27 20:20:23.128 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.128 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.128 INFO kablam! | Oct 27 20:20:23.128 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.128 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.128 INFO kablam! ... Oct 27 20:20:23.128 INFO kablam! 1637 | rt_alloc_layout_checked!(rt_pow2_32bytes_4align_alloc_layout_checked, 32, 4); Oct 27 20:20:23.128 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.128 INFO kablam! | Oct 27 20:20:23.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.128 INFO kablam! | Oct 27 20:20:23.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.128 INFO kablam! | Oct 27 20:20:23.128 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! 1650 | rt_alloc_layout_checked!(rt_pow2_64bytes_4align_alloc_layout_checked, 64, 4); Oct 27 20:20:23.131 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.132 INFO kablam! | Oct 27 20:20:23.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.132 INFO kablam! | Oct 27 20:20:23.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.132 INFO kablam! | Oct 27 20:20:23.132 INFO kablam! Oct 27 20:20:23.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.132 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.132 INFO kablam! | Oct 27 20:20:23.132 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.132 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.132 INFO kablam! ... Oct 27 20:20:23.132 INFO kablam! 1650 | rt_alloc_layout_checked!(rt_pow2_64bytes_4align_alloc_layout_checked, 64, 4); Oct 27 20:20:23.132 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.132 INFO kablam! | Oct 27 20:20:23.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.132 INFO kablam! | Oct 27 20:20:23.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.132 INFO kablam! | Oct 27 20:20:23.132 INFO kablam! Oct 27 20:20:23.132 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.132 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.132 INFO kablam! | Oct 27 20:20:23.132 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.132 INFO kablam! | ^^^^^ Oct 27 20:20:23.132 INFO kablam! ... Oct 27 20:20:23.132 INFO kablam! 1663 | rt_alloc_layout_checked!(rt_pow2_128bytes_4align_alloc_layout_checked, 128, 4); Oct 27 20:20:23.132 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.132 INFO kablam! | Oct 27 20:20:23.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.132 INFO kablam! | Oct 27 20:20:23.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.132 INFO kablam! | Oct 27 20:20:23.132 INFO kablam! Oct 27 20:20:23.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.132 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.132 INFO kablam! | Oct 27 20:20:23.132 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.132 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.132 INFO kablam! ... Oct 27 20:20:23.132 INFO kablam! 1663 | rt_alloc_layout_checked!(rt_pow2_128bytes_4align_alloc_layout_checked, 128, 4); Oct 27 20:20:23.132 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.132 INFO kablam! | Oct 27 20:20:23.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.132 INFO kablam! | Oct 27 20:20:23.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.132 INFO kablam! | Oct 27 20:20:23.132 INFO kablam! Oct 27 20:20:23.136 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.136 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.136 INFO kablam! | Oct 27 20:20:23.136 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.136 INFO kablam! | ^^^^^ Oct 27 20:20:23.136 INFO kablam! ... Oct 27 20:20:23.136 INFO kablam! 1676 | rt_alloc_layout_checked!(rt_pow2_256bytes_4align_alloc_layout_checked, 256, 4); Oct 27 20:20:23.136 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.136 INFO kablam! | Oct 27 20:20:23.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.136 INFO kablam! | Oct 27 20:20:23.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.136 INFO kablam! | Oct 27 20:20:23.136 INFO kablam! Oct 27 20:20:23.136 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.136 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.136 INFO kablam! | Oct 27 20:20:23.136 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.136 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.136 INFO kablam! ... Oct 27 20:20:23.136 INFO kablam! 1676 | rt_alloc_layout_checked!(rt_pow2_256bytes_4align_alloc_layout_checked, 256, 4); Oct 27 20:20:23.136 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.136 INFO kablam! | Oct 27 20:20:23.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.136 INFO kablam! | Oct 27 20:20:23.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.136 INFO kablam! | Oct 27 20:20:23.136 INFO kablam! Oct 27 20:20:23.136 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.136 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.136 INFO kablam! | Oct 27 20:20:23.136 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.136 INFO kablam! | ^^^^^ Oct 27 20:20:23.136 INFO kablam! ... Oct 27 20:20:23.136 INFO kablam! 1689 | rt_alloc_layout_checked!(rt_pow2_512bytes_4align_alloc_layout_checked, 512, 4); Oct 27 20:20:23.136 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.136 INFO kablam! | Oct 27 20:20:23.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.136 INFO kablam! | Oct 27 20:20:23.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.136 INFO kablam! | Oct 27 20:20:23.137 INFO kablam! Oct 27 20:20:23.137 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.137 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.137 INFO kablam! | Oct 27 20:20:23.137 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.137 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.137 INFO kablam! ... Oct 27 20:20:23.137 INFO kablam! 1689 | rt_alloc_layout_checked!(rt_pow2_512bytes_4align_alloc_layout_checked, 512, 4); Oct 27 20:20:23.137 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.137 INFO kablam! | Oct 27 20:20:23.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.137 INFO kablam! | Oct 27 20:20:23.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.137 INFO kablam! | Oct 27 20:20:23.137 INFO kablam! Oct 27 20:20:23.141 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.141 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.141 INFO kablam! | Oct 27 20:20:23.141 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.141 INFO kablam! | ^^^^^ Oct 27 20:20:23.141 INFO kablam! ... Oct 27 20:20:23.141 INFO kablam! 1702 | rt_alloc_layout_checked!(rt_pow2_1024bytes_4align_alloc_layout_checked, 1024, 4); Oct 27 20:20:23.141 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.141 INFO kablam! | Oct 27 20:20:23.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.141 INFO kablam! | Oct 27 20:20:23.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.141 INFO kablam! | Oct 27 20:20:23.141 INFO kablam! Oct 27 20:20:23.141 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.141 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.141 INFO kablam! | Oct 27 20:20:23.141 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.141 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.141 INFO kablam! ... Oct 27 20:20:23.141 INFO kablam! 1702 | rt_alloc_layout_checked!(rt_pow2_1024bytes_4align_alloc_layout_checked, 1024, 4); Oct 27 20:20:23.141 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.141 INFO kablam! | Oct 27 20:20:23.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.142 INFO kablam! | Oct 27 20:20:23.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.142 INFO kablam! | Oct 27 20:20:23.142 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.142 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.142 INFO kablam! | Oct 27 20:20:23.142 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.142 INFO kablam! | ^^^^^ Oct 27 20:20:23.142 INFO kablam! ... Oct 27 20:20:23.142 INFO kablam! 1715 | rt_alloc_layout_checked!(rt_pow2_2048bytes_4align_alloc_layout_checked, 2048, 4); Oct 27 20:20:23.142 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.142 INFO kablam! | Oct 27 20:20:23.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.142 INFO kablam! | Oct 27 20:20:23.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.142 INFO kablam! | Oct 27 20:20:23.142 INFO kablam! Oct 27 20:20:23.142 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.142 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.142 INFO kablam! | Oct 27 20:20:23.142 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.142 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.142 INFO kablam! ... Oct 27 20:20:23.142 INFO kablam! 1715 | rt_alloc_layout_checked!(rt_pow2_2048bytes_4align_alloc_layout_checked, 2048, 4); Oct 27 20:20:23.142 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.142 INFO kablam! | Oct 27 20:20:23.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.142 INFO kablam! | Oct 27 20:20:23.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.142 INFO kablam! | Oct 27 20:20:23.142 INFO kablam! Oct 27 20:20:23.148 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.148 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.148 INFO kablam! | Oct 27 20:20:23.148 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.148 INFO kablam! | ^^^^^ Oct 27 20:20:23.148 INFO kablam! ... Oct 27 20:20:23.148 INFO kablam! 1728 | rt_alloc_layout_checked!(rt_pow2_4096bytes_4align_alloc_layout_checked, 4096, 4); Oct 27 20:20:23.148 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.148 INFO kablam! | Oct 27 20:20:23.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.148 INFO kablam! | Oct 27 20:20:23.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! Oct 27 20:20:23.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.149 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.149 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.149 INFO kablam! ... Oct 27 20:20:23.149 INFO kablam! 1728 | rt_alloc_layout_checked!(rt_pow2_4096bytes_4align_alloc_layout_checked, 4096, 4); Oct 27 20:20:23.149 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! Oct 27 20:20:23.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.149 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.149 INFO kablam! | ^^^^^ Oct 27 20:20:23.149 INFO kablam! ... Oct 27 20:20:23.149 INFO kablam! 1741 | rt_alloc_layout_checked!(rt_pow2_8192bytes_4align_alloc_layout_checked, 8192, 4); Oct 27 20:20:23.149 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! Oct 27 20:20:23.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.149 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.149 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.149 INFO kablam! ... Oct 27 20:20:23.149 INFO kablam! 1741 | rt_alloc_layout_checked!(rt_pow2_8192bytes_4align_alloc_layout_checked, 8192, 4); Oct 27 20:20:23.149 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! Oct 27 20:20:23.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.149 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.149 INFO kablam! | ^^^^^ Oct 27 20:20:23.149 INFO kablam! ... Oct 27 20:20:23.149 INFO kablam! 1754 | rt_alloc_layout_checked!(rt_pow2_16384bytes_4align_alloc_layout_checked, 16384, 4); Oct 27 20:20:23.149 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! Oct 27 20:20:23.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.149 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.149 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.149 INFO kablam! ... Oct 27 20:20:23.149 INFO kablam! 1754 | rt_alloc_layout_checked!(rt_pow2_16384bytes_4align_alloc_layout_checked, 16384, 4); Oct 27 20:20:23.149 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! Oct 27 20:20:23.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.149 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.149 INFO kablam! | Oct 27 20:20:23.149 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.149 INFO kablam! | ^^^^^ Oct 27 20:20:23.150 INFO kablam! ... Oct 27 20:20:23.150 INFO kablam! 1767 | rt_alloc_layout_checked!(rt_pow2_32768bytes_4align_alloc_layout_checked, 32768, 4); Oct 27 20:20:23.150 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.150 INFO kablam! | Oct 27 20:20:23.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.150 INFO kablam! | Oct 27 20:20:23.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.150 INFO kablam! | Oct 27 20:20:23.150 INFO kablam! Oct 27 20:20:23.153 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.153 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.153 INFO kablam! | Oct 27 20:20:23.153 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.153 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.153 INFO kablam! ... Oct 27 20:20:23.153 INFO kablam! 1767 | rt_alloc_layout_checked!(rt_pow2_32768bytes_4align_alloc_layout_checked, 32768, 4); Oct 27 20:20:23.153 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.153 INFO kablam! | Oct 27 20:20:23.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.153 INFO kablam! | Oct 27 20:20:23.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.153 INFO kablam! | Oct 27 20:20:23.153 INFO kablam! Oct 27 20:20:23.153 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.153 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.153 INFO kablam! | Oct 27 20:20:23.153 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.153 INFO kablam! | ^^^^^ Oct 27 20:20:23.153 INFO kablam! ... Oct 27 20:20:23.153 INFO kablam! 1780 | rt_alloc_layout_checked!(rt_pow2_65536bytes_4align_alloc_layout_checked, 65536, 4); Oct 27 20:20:23.153 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.153 INFO kablam! | Oct 27 20:20:23.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.153 INFO kablam! | Oct 27 20:20:23.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.153 INFO kablam! | Oct 27 20:20:23.153 INFO kablam! Oct 27 20:20:23.153 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.153 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.153 INFO kablam! | Oct 27 20:20:23.153 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.153 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.153 INFO kablam! ... Oct 27 20:20:23.154 INFO kablam! 1780 | rt_alloc_layout_checked!(rt_pow2_65536bytes_4align_alloc_layout_checked, 65536, 4); Oct 27 20:20:23.154 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.154 INFO kablam! | Oct 27 20:20:23.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.154 INFO kablam! | Oct 27 20:20:23.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.154 INFO kablam! | Oct 27 20:20:23.154 INFO kablam! Oct 27 20:20:23.154 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.154 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.154 INFO kablam! | Oct 27 20:20:23.154 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.154 INFO kablam! | ^^^^^ Oct 27 20:20:23.154 INFO kablam! ... Oct 27 20:20:23.154 INFO kablam! 1793 | rt_alloc_layout_checked!(rt_pow2_131072bytes_4align_alloc_layout_checked, 131072, 4); Oct 27 20:20:23.154 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.154 INFO kablam! | Oct 27 20:20:23.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.154 INFO kablam! | Oct 27 20:20:23.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.154 INFO kablam! | Oct 27 20:20:23.154 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.158 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.158 INFO kablam! | Oct 27 20:20:23.158 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.158 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.158 INFO kablam! ... Oct 27 20:20:23.158 INFO kablam! 1793 | rt_alloc_layout_checked!(rt_pow2_131072bytes_4align_alloc_layout_checked, 131072, 4); Oct 27 20:20:23.158 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.158 INFO kablam! | Oct 27 20:20:23.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.158 INFO kablam! | Oct 27 20:20:23.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.158 INFO kablam! | Oct 27 20:20:23.158 INFO kablam! Oct 27 20:20:23.158 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.158 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.158 INFO kablam! | Oct 27 20:20:23.158 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.158 INFO kablam! | ^^^^^ Oct 27 20:20:23.158 INFO kablam! ... Oct 27 20:20:23.158 INFO kablam! 1806 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_4align_alloc_layout_checked, 4194304, 4); Oct 27 20:20:23.158 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.158 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.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.161 INFO kablam! | Oct 27 20:20:23.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.161 INFO kablam! | Oct 27 20:20:23.161 INFO kablam! Oct 27 20:20:23.161 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.161 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.161 INFO kablam! | Oct 27 20:20:23.161 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.161 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.161 INFO kablam! ... Oct 27 20:20:23.161 INFO kablam! 1806 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_4align_alloc_layout_checked, 4194304, 4); Oct 27 20:20:23.161 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.161 INFO kablam! | Oct 27 20:20:23.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.161 INFO kablam! | Oct 27 20:20:23.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.161 INFO kablam! | Oct 27 20:20:23.161 INFO kablam! Oct 27 20:20:23.161 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.161 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.161 INFO kablam! | Oct 27 20:20:23.161 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.161 INFO kablam! | ^^^^^ Oct 27 20:20:23.161 INFO kablam! ... Oct 27 20:20:23.161 INFO kablam! 1820 | rt_alloc_layout_checked!(rt_even_10bytes_4align_alloc_layout_checked, 10, 4); Oct 27 20:20:23.161 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.161 INFO kablam! | Oct 27 20:20:23.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.161 INFO kablam! | Oct 27 20:20:23.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.161 INFO kablam! | Oct 27 20:20:23.161 INFO kablam! Oct 27 20:20:23.166 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.166 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.166 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.166 INFO kablam! ... Oct 27 20:20:23.166 INFO kablam! 1820 | rt_alloc_layout_checked!(rt_even_10bytes_4align_alloc_layout_checked, 10, 4); Oct 27 20:20:23.166 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! Oct 27 20:20:23.166 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.166 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.166 INFO kablam! | ^^^^^ Oct 27 20:20:23.166 INFO kablam! ... Oct 27 20:20:23.166 INFO kablam! 1833 | rt_alloc_layout_checked!(rt_even_100bytes_4align_alloc_layout_checked, 100, 4); Oct 27 20:20:23.166 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! Oct 27 20:20:23.166 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.166 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.166 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.166 INFO kablam! ... Oct 27 20:20:23.166 INFO kablam! 1833 | rt_alloc_layout_checked!(rt_even_100bytes_4align_alloc_layout_checked, 100, 4); Oct 27 20:20:23.166 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! Oct 27 20:20:23.166 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.166 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.166 INFO kablam! | ^^^^^ Oct 27 20:20:23.166 INFO kablam! ... Oct 27 20:20:23.166 INFO kablam! 1846 | rt_alloc_layout_checked!(rt_even_1000bytes_4align_alloc_layout_checked, 1000, 4); Oct 27 20:20:23.166 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! Oct 27 20:20:23.166 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.166 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.166 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.166 INFO kablam! ... Oct 27 20:20:23.166 INFO kablam! 1846 | rt_alloc_layout_checked!(rt_even_1000bytes_4align_alloc_layout_checked, 1000, 4); Oct 27 20:20:23.166 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.166 INFO kablam! | Oct 27 20:20:23.166 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! 1859 | rt_alloc_layout_checked!(rt_even_10000bytes_4align_alloc_layout_checked, 10000, 4); 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! 1859 | rt_alloc_layout_checked!(rt_even_10000bytes_4align_alloc_layout_checked, 10000, 4); 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.172 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.172 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.172 INFO kablam! | Oct 27 20:20:23.172 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.172 INFO kablam! | ^^^^^ Oct 27 20:20:23.172 INFO kablam! ... Oct 27 20:20:23.172 INFO kablam! 1872 | rt_alloc_layout_checked!(rt_even_100000bytes_4align_alloc_layout_checked, 100000, 4); Oct 27 20:20:23.172 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.172 INFO kablam! | Oct 27 20:20:23.172 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.172 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.172 INFO kablam! | Oct 27 20:20:23.172 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.172 INFO kablam! | Oct 27 20:20:23.172 INFO kablam! Oct 27 20:20:23.172 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.172 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.172 INFO kablam! | Oct 27 20:20:23.172 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.172 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.172 INFO kablam! ... Oct 27 20:20:23.172 INFO kablam! 1872 | rt_alloc_layout_checked!(rt_even_100000bytes_4align_alloc_layout_checked, 100000, 4); Oct 27 20:20:23.172 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.172 INFO kablam! | Oct 27 20:20:23.172 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.172 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.172 INFO kablam! | Oct 27 20:20:23.172 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.172 INFO kablam! | Oct 27 20:20:23.172 INFO kablam! Oct 27 20:20:23.172 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.172 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.172 INFO kablam! | Oct 27 20:20:23.172 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.172 INFO kablam! | ^^^^^ Oct 27 20:20:23.172 INFO kablam! ... Oct 27 20:20:23.172 INFO kablam! 1885 | rt_alloc_layout_checked!(rt_even_1000000bytes_4align_alloc_layout_checked, 1000000, 4); Oct 27 20:20:23.172 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.172 INFO kablam! | Oct 27 20:20:23.172 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.172 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.172 INFO kablam! | Oct 27 20:20:23.172 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.172 INFO kablam! | Oct 27 20:20:23.172 INFO kablam! Oct 27 20:20:23.172 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.173 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.173 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.173 INFO kablam! ... Oct 27 20:20:23.173 INFO kablam! 1885 | rt_alloc_layout_checked!(rt_even_1000000bytes_4align_alloc_layout_checked, 1000000, 4); Oct 27 20:20:23.173 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! Oct 27 20:20:23.173 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.173 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.173 INFO kablam! | ^^^^^ Oct 27 20:20:23.173 INFO kablam! ... Oct 27 20:20:23.173 INFO kablam! 1899 | rt_alloc_layout_checked!(rt_odd_10bytes_4align_alloc_layout_checked, 10- 1, 4); Oct 27 20:20:23.173 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! Oct 27 20:20:23.173 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.173 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.173 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.173 INFO kablam! ... Oct 27 20:20:23.173 INFO kablam! 1899 | rt_alloc_layout_checked!(rt_odd_10bytes_4align_alloc_layout_checked, 10- 1, 4); Oct 27 20:20:23.173 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! Oct 27 20:20:23.173 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.173 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.173 INFO kablam! | ^^^^^ Oct 27 20:20:23.173 INFO kablam! ... Oct 27 20:20:23.173 INFO kablam! 1912 | rt_alloc_layout_checked!(rt_odd_100bytes_4align_alloc_layout_checked, 100- 1, 4); Oct 27 20:20:23.173 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! Oct 27 20:20:23.173 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.173 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.173 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.173 INFO kablam! ... Oct 27 20:20:23.173 INFO kablam! 1912 | rt_alloc_layout_checked!(rt_odd_100bytes_4align_alloc_layout_checked, 100- 1, 4); Oct 27 20:20:23.173 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! Oct 27 20:20:23.173 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.173 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.173 INFO kablam! | ^^^^^ Oct 27 20:20:23.173 INFO kablam! ... Oct 27 20:20:23.173 INFO kablam! 1925 | rt_alloc_layout_checked!(rt_odd_1000bytes_4align_alloc_layout_checked, 1000- 1, 4); Oct 27 20:20:23.173 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.173 INFO kablam! | Oct 27 20:20:23.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.174 INFO kablam! | Oct 27 20:20:23.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.174 INFO kablam! | Oct 27 20:20:23.174 INFO kablam! Oct 27 20:20:23.182 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.182 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.182 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.182 INFO kablam! ... Oct 27 20:20:23.182 INFO kablam! 1925 | rt_alloc_layout_checked!(rt_odd_1000bytes_4align_alloc_layout_checked, 1000- 1, 4); Oct 27 20:20:23.182 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! Oct 27 20:20:23.182 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.182 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.182 INFO kablam! | ^^^^^ Oct 27 20:20:23.182 INFO kablam! ... Oct 27 20:20:23.182 INFO kablam! 1938 | rt_alloc_layout_checked!(rt_odd_10000bytes_4align_alloc_layout_checked, 10000- 1, 4); Oct 27 20:20:23.182 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! Oct 27 20:20:23.182 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.182 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.182 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.182 INFO kablam! ... Oct 27 20:20:23.182 INFO kablam! 1938 | rt_alloc_layout_checked!(rt_odd_10000bytes_4align_alloc_layout_checked, 10000- 1, 4); Oct 27 20:20:23.182 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! Oct 27 20:20:23.182 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.182 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.182 INFO kablam! | ^^^^^ Oct 27 20:20:23.182 INFO kablam! ... Oct 27 20:20:23.182 INFO kablam! 1951 | rt_alloc_layout_checked!(rt_odd_100000bytes_4align_alloc_layout_checked, 100000- 1, 4); Oct 27 20:20:23.182 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! Oct 27 20:20:23.182 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.182 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.182 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.182 INFO kablam! ... Oct 27 20:20:23.182 INFO kablam! 1951 | rt_alloc_layout_checked!(rt_odd_100000bytes_4align_alloc_layout_checked, 100000- 1, 4); Oct 27 20:20:23.182 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.182 INFO kablam! | Oct 27 20:20:23.182 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.183 INFO kablam! | Oct 27 20:20:23.183 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.183 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.183 INFO kablam! | Oct 27 20:20:23.183 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.183 INFO kablam! | ^^^^^ Oct 27 20:20:23.183 INFO kablam! ... Oct 27 20:20:23.183 INFO kablam! 1964 | rt_alloc_layout_checked!(rt_odd_1000000bytes_4align_alloc_layout_checked, 1000000- 1, 4); Oct 27 20:20:23.183 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.183 INFO kablam! | Oct 27 20:20:23.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.183 INFO kablam! | Oct 27 20:20:23.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.183 INFO kablam! | Oct 27 20:20:23.183 INFO kablam! Oct 27 20:20:23.183 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.183 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.183 INFO kablam! | Oct 27 20:20:23.183 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.183 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.183 INFO kablam! ... Oct 27 20:20:23.183 INFO kablam! 1964 | rt_alloc_layout_checked!(rt_odd_1000000bytes_4align_alloc_layout_checked, 1000000- 1, 4); Oct 27 20:20:23.183 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.183 INFO kablam! | Oct 27 20:20:23.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.183 INFO kablam! | Oct 27 20:20:23.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.183 INFO kablam! | Oct 27 20:20:23.183 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.183 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.183 INFO kablam! | Oct 27 20:20:23.183 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.183 INFO kablam! | ^^^^^ Oct 27 20:20:23.183 INFO kablam! ... Oct 27 20:20:23.183 INFO kablam! 1978 | rt_alloc_layout_checked!(rt_primes_3bytes_4align_alloc_layout_checked, 3, 4); Oct 27 20:20:23.183 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.183 INFO kablam! | Oct 27 20:20:23.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.183 INFO kablam! | Oct 27 20:20:23.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.183 INFO kablam! | Oct 27 20:20:23.183 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! 1978 | rt_alloc_layout_checked!(rt_primes_3bytes_4align_alloc_layout_checked, 3, 4); 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.186 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.186 INFO kablam! | Oct 27 20:20:23.186 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.186 INFO kablam! | ^^^^^ Oct 27 20:20:23.186 INFO kablam! ... Oct 27 20:20:23.186 INFO kablam! 1991 | rt_alloc_layout_checked!(rt_primes_7bytes_4align_alloc_layout_checked, 7, 4); 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! 1991 | rt_alloc_layout_checked!(rt_primes_7bytes_4align_alloc_layout_checked, 7, 4); 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.186 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.186 INFO kablam! | Oct 27 20:20:23.186 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.186 INFO kablam! | ^^^^^ Oct 27 20:20:23.186 INFO kablam! ... Oct 27 20:20:23.187 INFO kablam! 2004 | rt_alloc_layout_checked!(rt_primes_13bytes_4align_alloc_layout_checked, 13, 4); Oct 27 20:20:23.187 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.195 INFO kablam! | Oct 27 20:20:23.195 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.195 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.195 INFO kablam! | Oct 27 20:20:23.195 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.195 INFO kablam! | Oct 27 20:20:23.195 INFO kablam! Oct 27 20:20:23.195 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.195 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.195 INFO kablam! | Oct 27 20:20:23.195 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.195 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.195 INFO kablam! ... Oct 27 20:20:23.195 INFO kablam! 2004 | rt_alloc_layout_checked!(rt_primes_13bytes_4align_alloc_layout_checked, 13, 4); Oct 27 20:20:23.195 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.195 INFO kablam! | Oct 27 20:20:23.195 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.195 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.195 INFO kablam! | Oct 27 20:20:23.195 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.195 INFO kablam! | Oct 27 20:20:23.195 INFO kablam! Oct 27 20:20:23.195 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.195 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.195 INFO kablam! | Oct 27 20:20:23.195 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.195 INFO kablam! | ^^^^^ Oct 27 20:20:23.195 INFO kablam! ... Oct 27 20:20:23.195 INFO kablam! 2017 | rt_alloc_layout_checked!(rt_primes_17bytes_4align_alloc_layout_checked, 17, 4); Oct 27 20:20:23.195 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.195 INFO kablam! | Oct 27 20:20:23.195 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.195 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.195 INFO kablam! | Oct 27 20:20:23.195 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.195 INFO kablam! | Oct 27 20:20:23.195 INFO kablam! Oct 27 20:20:23.195 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.195 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.195 INFO kablam! | Oct 27 20:20:23.195 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.195 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.195 INFO kablam! ... Oct 27 20:20:23.195 INFO kablam! 2017 | rt_alloc_layout_checked!(rt_primes_17bytes_4align_alloc_layout_checked, 17, 4); Oct 27 20:20:23.195 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.195 INFO kablam! | Oct 27 20:20:23.195 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.195 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.195 INFO kablam! | Oct 27 20:20:23.195 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.195 INFO kablam! | Oct 27 20:20:23.195 INFO kablam! Oct 27 20:20:23.195 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.195 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.195 INFO kablam! | Oct 27 20:20:23.195 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.195 INFO kablam! | ^^^^^ Oct 27 20:20:23.195 INFO kablam! ... Oct 27 20:20:23.195 INFO kablam! 2030 | rt_alloc_layout_checked!(rt_primes_31bytes_4align_alloc_layout_checked, 31, 4); Oct 27 20:20:23.196 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.198 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.198 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.198 INFO kablam! | Oct 27 20:20:23.198 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.198 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.198 INFO kablam! ... Oct 27 20:20:23.198 INFO kablam! 2030 | rt_alloc_layout_checked!(rt_primes_31bytes_4align_alloc_layout_checked, 31, 4); 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.198 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.198 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.198 INFO kablam! | Oct 27 20:20:23.198 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.198 INFO kablam! | ^^^^^ Oct 27 20:20:23.198 INFO kablam! ... Oct 27 20:20:23.198 INFO kablam! 2043 | rt_alloc_layout_checked!(rt_primes_61bytes_4align_alloc_layout_checked, 61, 4); 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.198 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.198 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.198 INFO kablam! | Oct 27 20:20:23.198 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.198 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.198 INFO kablam! ... Oct 27 20:20:23.198 INFO kablam! 2043 | rt_alloc_layout_checked!(rt_primes_61bytes_4align_alloc_layout_checked, 61, 4); 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.198 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.198 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.198 INFO kablam! | Oct 27 20:20:23.198 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.198 INFO kablam! | ^^^^^ Oct 27 20:20:23.198 INFO kablam! ... Oct 27 20:20:23.198 INFO kablam! 2056 | rt_alloc_layout_checked!(rt_primes_96bytes_4align_alloc_layout_checked, 96, 4); 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.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.204 INFO kablam! | Oct 27 20:20:23.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.204 INFO kablam! | Oct 27 20:20:23.204 INFO kablam! Oct 27 20:20:23.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.204 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.204 INFO kablam! | Oct 27 20:20:23.204 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.204 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.204 INFO kablam! ... Oct 27 20:20:23.204 INFO kablam! 2056 | rt_alloc_layout_checked!(rt_primes_96bytes_4align_alloc_layout_checked, 96, 4); Oct 27 20:20:23.204 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.204 INFO kablam! | Oct 27 20:20:23.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.204 INFO kablam! | Oct 27 20:20:23.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.204 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! 2069 | rt_alloc_layout_checked!(rt_primes_127bytes_4align_alloc_layout_checked, 127, 4); 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 `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.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! 2069 | rt_alloc_layout_checked!(rt_primes_127bytes_4align_alloc_layout_checked, 127, 4); 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! 2082 | rt_alloc_layout_checked!(rt_primes_257bytes_4align_alloc_layout_checked, 257, 4); 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.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.208 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.208 INFO kablam! ... Oct 27 20:20:23.208 INFO kablam! 2082 | rt_alloc_layout_checked!(rt_primes_257bytes_4align_alloc_layout_checked, 257, 4); Oct 27 20:20:23.208 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.208 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.208 INFO kablam! | Oct 27 20:20:23.208 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.208 INFO kablam! | ^^^^^ Oct 27 20:20:23.208 INFO kablam! ... Oct 27 20:20:23.208 INFO kablam! 2095 | rt_alloc_layout_checked!(rt_primes_509bytes_4align_alloc_layout_checked, 509, 4); 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! 2095 | rt_alloc_layout_checked!(rt_primes_509bytes_4align_alloc_layout_checked, 509, 4); 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! 2108 | rt_alloc_layout_checked!(rt_primes_1021bytes_4align_alloc_layout_checked, 1021, 4); 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.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! 2108 | rt_alloc_layout_checked!(rt_primes_1021bytes_4align_alloc_layout_checked, 1021, 4); 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! 2121 | rt_alloc_layout_checked!(rt_primes_2039bytes_4align_alloc_layout_checked, 2039, 4); 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.211 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.211 INFO kablam! | Oct 27 20:20:23.211 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.211 INFO kablam! | Oct 27 20:20:23.211 INFO kablam! Oct 27 20:20:23.211 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.211 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.211 INFO kablam! | Oct 27 20:20:23.211 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.211 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.211 INFO kablam! ... Oct 27 20:20:23.211 INFO kablam! 2121 | rt_alloc_layout_checked!(rt_primes_2039bytes_4align_alloc_layout_checked, 2039, 4); Oct 27 20:20:23.211 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.211 INFO kablam! | Oct 27 20:20:23.211 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.211 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.211 INFO kablam! | Oct 27 20:20:23.211 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.211 INFO kablam! | Oct 27 20:20:23.211 INFO kablam! Oct 27 20:20:23.211 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.211 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.211 INFO kablam! | Oct 27 20:20:23.218 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.220 INFO kablam! | ^^^^^ Oct 27 20:20:23.220 INFO kablam! ... Oct 27 20:20:23.220 INFO kablam! 2134 | rt_alloc_layout_checked!(rt_primes_4093bytes_4align_alloc_layout_checked, 4093, 4); Oct 27 20:20:23.220 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.220 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.220 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.220 INFO kablam! ... Oct 27 20:20:23.220 INFO kablam! 2134 | rt_alloc_layout_checked!(rt_primes_4093bytes_4align_alloc_layout_checked, 4093, 4); Oct 27 20:20:23.220 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.220 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.220 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.220 INFO kablam! | Oct 27 20:20:23.221 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.222 INFO kablam! | ^^^^^ Oct 27 20:20:23.222 INFO kablam! ... Oct 27 20:20:23.222 INFO kablam! 2147 | rt_alloc_layout_checked!(rt_primes_8191bytes_4align_alloc_layout_checked, 8191, 4); Oct 27 20:20:23.222 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.222 INFO kablam! | Oct 27 20:20:23.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.222 INFO kablam! | Oct 27 20:20:23.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.222 INFO kablam! | Oct 27 20:20:23.222 INFO kablam! Oct 27 20:20:23.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.222 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.222 INFO kablam! | Oct 27 20:20:23.222 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.222 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.222 INFO kablam! ... Oct 27 20:20:23.222 INFO kablam! 2147 | rt_alloc_layout_checked!(rt_primes_8191bytes_4align_alloc_layout_checked, 8191, 4); Oct 27 20:20:23.222 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.222 INFO kablam! | Oct 27 20:20:23.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.222 INFO kablam! | Oct 27 20:20:23.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.222 INFO kablam! | Oct 27 20:20:23.222 INFO kablam! Oct 27 20:20:23.222 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! 2160 | rt_alloc_layout_checked!(rt_primes_16381bytes_4align_alloc_layout_checked, 16381, 4); 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.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.224 INFO kablam! | Oct 27 20:20:23.224 INFO kablam! Oct 27 20:20:23.224 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.224 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.224 INFO kablam! | Oct 27 20:20:23.224 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! 2160 | rt_alloc_layout_checked!(rt_primes_16381bytes_4align_alloc_layout_checked, 16381, 4); 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.224 INFO kablam! | Oct 27 20:20:23.224 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! 2173 | rt_alloc_layout_checked!(rt_primes_32749bytes_4align_alloc_layout_checked, 32749, 4); 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! 2173 | rt_alloc_layout_checked!(rt_primes_32749bytes_4align_alloc_layout_checked, 32749, 4); 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.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.226 INFO kablam! 2186 | rt_alloc_layout_checked!(rt_primes_65537bytes_4align_alloc_layout_checked, 65537, 4); 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! 2186 | rt_alloc_layout_checked!(rt_primes_65537bytes_4align_alloc_layout_checked, 65537, 4); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.226 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.226 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! 2199 | rt_alloc_layout_checked!(rt_primes_131071bytes_4align_alloc_layout_checked, 131071, 4); 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! 2199 | rt_alloc_layout_checked!(rt_primes_131071bytes_4align_alloc_layout_checked, 131071, 4); Oct 27 20:20:23.226 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! Oct 27 20:20:23.229 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.229 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.229 INFO kablam! | ^^^^^ Oct 27 20:20:23.229 INFO kablam! ... Oct 27 20:20:23.229 INFO kablam! 2212 | rt_alloc_layout_checked!(rt_primes_4194301bytes_4align_alloc_layout_checked, 4194301, 4); Oct 27 20:20:23.229 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! Oct 27 20:20:23.229 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.229 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.229 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.229 INFO kablam! ... Oct 27 20:20:23.229 INFO kablam! 2212 | rt_alloc_layout_checked!(rt_primes_4194301bytes_4align_alloc_layout_checked, 4194301, 4); Oct 27 20:20:23.229 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! Oct 27 20:20:23.229 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.229 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.229 INFO kablam! | ^^^^^ Oct 27 20:20:23.229 INFO kablam! ... Oct 27 20:20:23.229 INFO kablam! 2228 | rt_alloc_layout_checked!(rt_pow2_1bytes_8align_alloc_layout_checked, 1, 8); Oct 27 20:20:23.229 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! Oct 27 20:20:23.229 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.229 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.229 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.229 INFO kablam! ... Oct 27 20:20:23.229 INFO kablam! 2228 | rt_alloc_layout_checked!(rt_pow2_1bytes_8align_alloc_layout_checked, 1, 8); Oct 27 20:20:23.229 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! Oct 27 20:20:23.229 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.229 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.229 INFO kablam! | Oct 27 20:20:23.229 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.229 INFO kablam! | ^^^^^ Oct 27 20:20:23.230 INFO kablam! ... Oct 27 20:20:23.230 INFO kablam! 2241 | rt_alloc_layout_checked!(rt_pow2_2bytes_8align_alloc_layout_checked, 2, 8); Oct 27 20:20:23.230 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.230 INFO kablam! | Oct 27 20:20:23.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.230 INFO kablam! | Oct 27 20:20:23.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.230 INFO kablam! | Oct 27 20:20:23.230 INFO kablam! Oct 27 20:20:23.230 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.230 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.230 INFO kablam! | Oct 27 20:20:23.230 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.230 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.230 INFO kablam! ... Oct 27 20:20:23.230 INFO kablam! 2241 | rt_alloc_layout_checked!(rt_pow2_2bytes_8align_alloc_layout_checked, 2, 8); Oct 27 20:20:23.230 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.230 INFO kablam! | Oct 27 20:20:23.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.230 INFO kablam! | Oct 27 20:20:23.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.230 INFO kablam! | Oct 27 20:20:23.230 INFO kablam! Oct 27 20:20:23.230 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.230 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.230 INFO kablam! | Oct 27 20:20:23.230 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.230 INFO kablam! | ^^^^^ Oct 27 20:20:23.230 INFO kablam! ... Oct 27 20:20:23.230 INFO kablam! 2254 | rt_alloc_layout_checked!(rt_pow2_4bytes_8align_alloc_layout_checked, 4, 8); Oct 27 20:20:23.230 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.230 INFO kablam! | Oct 27 20:20:23.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.230 INFO kablam! | Oct 27 20:20:23.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.230 INFO kablam! | Oct 27 20:20:23.230 INFO kablam! Oct 27 20:20:23.230 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.230 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.230 INFO kablam! | Oct 27 20:20:23.230 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.230 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.230 INFO kablam! ... Oct 27 20:20:23.230 INFO kablam! 2254 | rt_alloc_layout_checked!(rt_pow2_4bytes_8align_alloc_layout_checked, 4, 8); Oct 27 20:20:23.230 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.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.233 INFO kablam! | Oct 27 20:20:23.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.233 INFO kablam! | Oct 27 20:20:23.233 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! 2267 | rt_alloc_layout_checked!(rt_pow2_8bytes_8align_alloc_layout_checked, 8, 8); 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.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.233 INFO kablam! | Oct 27 20:20:23.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.233 INFO kablam! | Oct 27 20:20:23.233 INFO kablam! Oct 27 20:20:23.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.234 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.234 INFO kablam! | Oct 27 20:20:23.234 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.234 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.234 INFO kablam! ... Oct 27 20:20:23.234 INFO kablam! 2267 | rt_alloc_layout_checked!(rt_pow2_8bytes_8align_alloc_layout_checked, 8, 8); Oct 27 20:20:23.234 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.234 INFO kablam! | Oct 27 20:20:23.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.234 INFO kablam! | Oct 27 20:20:23.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.234 INFO kablam! | Oct 27 20:20:23.234 INFO kablam! Oct 27 20:20:23.234 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.234 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.234 INFO kablam! | Oct 27 20:20:23.234 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.234 INFO kablam! | ^^^^^ Oct 27 20:20:23.234 INFO kablam! ... Oct 27 20:20:23.234 INFO kablam! 2280 | rt_alloc_layout_checked!(rt_pow2_16bytes_8align_alloc_layout_checked, 16, 8); Oct 27 20:20:23.234 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.234 INFO kablam! | Oct 27 20:20:23.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.234 INFO kablam! | Oct 27 20:20:23.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.234 INFO kablam! | Oct 27 20:20:23.234 INFO kablam! Oct 27 20:20:23.234 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.234 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.234 INFO kablam! | Oct 27 20:20:23.234 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.234 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.234 INFO kablam! ... Oct 27 20:20:23.234 INFO kablam! 2280 | rt_alloc_layout_checked!(rt_pow2_16bytes_8align_alloc_layout_checked, 16, 8); Oct 27 20:20:23.234 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.234 INFO kablam! | Oct 27 20:20:23.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.234 INFO kablam! | Oct 27 20:20:23.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.234 INFO kablam! | Oct 27 20:20:23.234 INFO kablam! Oct 27 20:20:23.234 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.234 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.234 INFO kablam! | Oct 27 20:20:23.234 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.234 INFO kablam! | ^^^^^ Oct 27 20:20:23.234 INFO kablam! ... Oct 27 20:20:23.235 INFO kablam! 2293 | rt_alloc_layout_checked!(rt_pow2_32bytes_8align_alloc_layout_checked, 32, 8); Oct 27 20:20:23.235 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.235 INFO kablam! | Oct 27 20:20:23.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.235 INFO kablam! | Oct 27 20:20:23.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.235 INFO kablam! | Oct 27 20:20:23.235 INFO kablam! Oct 27 20:20:23.235 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.235 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.235 INFO kablam! | Oct 27 20:20:23.235 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.235 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.235 INFO kablam! ... Oct 27 20:20:23.235 INFO kablam! 2293 | rt_alloc_layout_checked!(rt_pow2_32bytes_8align_alloc_layout_checked, 32, 8); Oct 27 20:20:23.235 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.235 INFO kablam! | Oct 27 20:20:23.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.235 INFO kablam! | Oct 27 20:20:23.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.235 INFO kablam! | Oct 27 20:20:23.235 INFO kablam! Oct 27 20:20:23.236 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.236 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.236 INFO kablam! | Oct 27 20:20:23.236 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.236 INFO kablam! | ^^^^^ Oct 27 20:20:23.236 INFO kablam! ... Oct 27 20:20:23.236 INFO kablam! 2306 | rt_alloc_layout_checked!(rt_pow2_64bytes_8align_alloc_layout_checked, 64, 8); Oct 27 20:20:23.236 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.236 INFO kablam! | Oct 27 20:20:23.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.236 INFO kablam! | Oct 27 20:20:23.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.236 INFO kablam! | Oct 27 20:20:23.236 INFO kablam! Oct 27 20:20:23.236 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.236 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.236 INFO kablam! | Oct 27 20:20:23.236 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.236 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.236 INFO kablam! ... Oct 27 20:20:23.236 INFO kablam! 2306 | rt_alloc_layout_checked!(rt_pow2_64bytes_8align_alloc_layout_checked, 64, 8); Oct 27 20:20:23.236 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.236 INFO kablam! | Oct 27 20:20:23.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.236 INFO kablam! | Oct 27 20:20:23.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.236 INFO kablam! | Oct 27 20:20:23.236 INFO kablam! Oct 27 20:20:23.236 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.236 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.236 INFO kablam! | Oct 27 20:20:23.236 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.236 INFO kablam! | ^^^^^ Oct 27 20:20:23.236 INFO kablam! ... Oct 27 20:20:23.236 INFO kablam! 2319 | rt_alloc_layout_checked!(rt_pow2_128bytes_8align_alloc_layout_checked, 128, 8); Oct 27 20:20:23.236 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.236 INFO kablam! | Oct 27 20:20:23.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.236 INFO kablam! | Oct 27 20:20:23.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.236 INFO kablam! | Oct 27 20:20:23.236 INFO kablam! Oct 27 20:20:23.244 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.244 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.244 INFO kablam! | Oct 27 20:20:23.244 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.244 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.244 INFO kablam! ... Oct 27 20:20:23.244 INFO kablam! 2319 | rt_alloc_layout_checked!(rt_pow2_128bytes_8align_alloc_layout_checked, 128, 8); Oct 27 20:20:23.244 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.244 INFO kablam! | Oct 27 20:20:23.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.244 INFO kablam! | Oct 27 20:20:23.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.244 INFO kablam! | Oct 27 20:20:23.244 INFO kablam! Oct 27 20:20:23.244 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.244 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.244 INFO kablam! | Oct 27 20:20:23.244 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.244 INFO kablam! | ^^^^^ Oct 27 20:20:23.244 INFO kablam! ... Oct 27 20:20:23.244 INFO kablam! 2332 | rt_alloc_layout_checked!(rt_pow2_256bytes_8align_alloc_layout_checked, 256, 8); Oct 27 20:20:23.244 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.244 INFO kablam! | Oct 27 20:20:23.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.244 INFO kablam! | Oct 27 20:20:23.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.244 INFO kablam! | Oct 27 20:20:23.244 INFO kablam! Oct 27 20:20:23.244 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.244 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.244 INFO kablam! | Oct 27 20:20:23.244 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.244 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.244 INFO kablam! ... Oct 27 20:20:23.244 INFO kablam! 2332 | rt_alloc_layout_checked!(rt_pow2_256bytes_8align_alloc_layout_checked, 256, 8); Oct 27 20:20:23.244 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.244 INFO kablam! | Oct 27 20:20:23.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.244 INFO kablam! | Oct 27 20:20:23.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.244 INFO kablam! | Oct 27 20:20:23.244 INFO kablam! Oct 27 20:20:23.244 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.244 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.244 INFO kablam! | Oct 27 20:20:23.244 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.244 INFO kablam! | ^^^^^ Oct 27 20:20:23.244 INFO kablam! ... Oct 27 20:20:23.244 INFO kablam! 2345 | rt_alloc_layout_checked!(rt_pow2_512bytes_8align_alloc_layout_checked, 512, 8); Oct 27 20:20:23.244 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.244 INFO kablam! | Oct 27 20:20:23.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.244 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.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.245 INFO kablam! | Oct 27 20:20:23.245 INFO kablam! Oct 27 20:20:23.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.245 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.245 INFO kablam! | Oct 27 20:20:23.245 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.245 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.245 INFO kablam! ... Oct 27 20:20:23.245 INFO kablam! 2345 | rt_alloc_layout_checked!(rt_pow2_512bytes_8align_alloc_layout_checked, 512, 8); Oct 27 20:20:23.245 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.245 INFO kablam! | Oct 27 20:20:23.245 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.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.245 INFO kablam! | Oct 27 20:20:23.245 INFO kablam! Oct 27 20:20:23.245 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.245 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.245 INFO kablam! | Oct 27 20:20:23.245 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.245 INFO kablam! | ^^^^^ Oct 27 20:20:23.245 INFO kablam! ... Oct 27 20:20:23.245 INFO kablam! 2358 | rt_alloc_layout_checked!(rt_pow2_1024bytes_8align_alloc_layout_checked, 1024, 8); Oct 27 20:20:23.245 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.245 INFO kablam! | Oct 27 20:20:23.245 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.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.245 INFO kablam! | Oct 27 20:20:23.245 INFO kablam! Oct 27 20:20:23.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.245 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.245 INFO kablam! | Oct 27 20:20:23.245 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.245 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.245 INFO kablam! ... Oct 27 20:20:23.245 INFO kablam! 2358 | rt_alloc_layout_checked!(rt_pow2_1024bytes_8align_alloc_layout_checked, 1024, 8); Oct 27 20:20:23.245 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.245 INFO kablam! | Oct 27 20:20:23.245 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.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.245 INFO kablam! | Oct 27 20:20:23.245 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! 2371 | rt_alloc_layout_checked!(rt_pow2_2048bytes_8align_alloc_layout_checked, 2048, 8); 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! 2371 | rt_alloc_layout_checked!(rt_pow2_2048bytes_8align_alloc_layout_checked, 2048, 8); 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.248 INFO kablam! Oct 27 20:20:23.248 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.248 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.248 INFO kablam! | Oct 27 20:20:23.248 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.248 INFO kablam! | ^^^^^ Oct 27 20:20:23.248 INFO kablam! ... Oct 27 20:20:23.248 INFO kablam! 2384 | rt_alloc_layout_checked!(rt_pow2_4096bytes_8align_alloc_layout_checked, 4096, 8); Oct 27 20:20:23.248 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.248 INFO kablam! | Oct 27 20:20:23.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.248 INFO kablam! | Oct 27 20:20:23.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.248 INFO kablam! | Oct 27 20:20:23.248 INFO kablam! Oct 27 20:20:23.248 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.248 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.248 INFO kablam! | Oct 27 20:20:23.248 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.248 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.248 INFO kablam! ... Oct 27 20:20:23.248 INFO kablam! 2384 | rt_alloc_layout_checked!(rt_pow2_4096bytes_8align_alloc_layout_checked, 4096, 8); Oct 27 20:20:23.248 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.248 INFO kablam! | Oct 27 20:20:23.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.248 INFO kablam! | Oct 27 20:20:23.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.248 INFO kablam! | Oct 27 20:20:23.248 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! 2397 | rt_alloc_layout_checked!(rt_pow2_8192bytes_8align_alloc_layout_checked, 8192, 8); 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! 2397 | rt_alloc_layout_checked!(rt_pow2_8192bytes_8align_alloc_layout_checked, 8192, 8); 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.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! 2410 | rt_alloc_layout_checked!(rt_pow2_16384bytes_8align_alloc_layout_checked, 16384, 8); 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! 2410 | rt_alloc_layout_checked!(rt_pow2_16384bytes_8align_alloc_layout_checked, 16384, 8); 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.259 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.259 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.259 INFO kablam! | Oct 27 20:20:23.259 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.259 INFO kablam! | ^^^^^ Oct 27 20:20:23.259 INFO kablam! ... Oct 27 20:20:23.259 INFO kablam! 2423 | rt_alloc_layout_checked!(rt_pow2_32768bytes_8align_alloc_layout_checked, 32768, 8); Oct 27 20:20:23.259 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.259 INFO kablam! | Oct 27 20:20:23.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.259 INFO kablam! | Oct 27 20:20:23.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.259 INFO kablam! | Oct 27 20:20:23.259 INFO kablam! Oct 27 20:20:23.259 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.259 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.259 INFO kablam! | Oct 27 20:20:23.259 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.259 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.259 INFO kablam! ... Oct 27 20:20:23.259 INFO kablam! 2423 | rt_alloc_layout_checked!(rt_pow2_32768bytes_8align_alloc_layout_checked, 32768, 8); Oct 27 20:20:23.259 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.259 INFO kablam! | Oct 27 20:20:23.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.259 INFO kablam! | Oct 27 20:20:23.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.259 INFO kablam! | Oct 27 20:20:23.259 INFO kablam! Oct 27 20:20:23.259 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.259 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.259 INFO kablam! | Oct 27 20:20:23.259 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.259 INFO kablam! | ^^^^^ Oct 27 20:20:23.259 INFO kablam! ... Oct 27 20:20:23.259 INFO kablam! 2436 | rt_alloc_layout_checked!(rt_pow2_65536bytes_8align_alloc_layout_checked, 65536, 8); Oct 27 20:20:23.259 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.259 INFO kablam! | Oct 27 20:20:23.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.259 INFO kablam! | Oct 27 20:20:23.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.259 INFO kablam! | Oct 27 20:20:23.259 INFO kablam! Oct 27 20:20:23.259 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.259 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.259 INFO kablam! | Oct 27 20:20:23.259 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.259 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.260 INFO kablam! ... Oct 27 20:20:23.260 INFO kablam! 2436 | rt_alloc_layout_checked!(rt_pow2_65536bytes_8align_alloc_layout_checked, 65536, 8); 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! 2449 | rt_alloc_layout_checked!(rt_pow2_131072bytes_8align_alloc_layout_checked, 131072, 8); 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! 2449 | rt_alloc_layout_checked!(rt_pow2_131072bytes_8align_alloc_layout_checked, 131072, 8); 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.263 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.263 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.263 INFO kablam! | Oct 27 20:20:23.263 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.263 INFO kablam! | ^^^^^ Oct 27 20:20:23.263 INFO kablam! ... Oct 27 20:20:23.263 INFO kablam! 2462 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_8align_alloc_layout_checked, 4194304, 8); Oct 27 20:20:23.263 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.263 INFO kablam! | Oct 27 20:20:23.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.263 INFO kablam! | Oct 27 20:20:23.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 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.264 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.264 INFO kablam! ... Oct 27 20:20:23.264 INFO kablam! 2462 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_8align_alloc_layout_checked, 4194304, 8); Oct 27 20:20:23.264 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 INFO kablam! Oct 27 20:20:23.264 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.264 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.264 INFO kablam! | ^^^^^ Oct 27 20:20:23.264 INFO kablam! ... Oct 27 20:20:23.264 INFO kablam! 2476 | rt_alloc_layout_checked!(rt_even_10bytes_8align_alloc_layout_checked, 10, 8); Oct 27 20:20:23.264 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 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.264 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.264 INFO kablam! ... Oct 27 20:20:23.264 INFO kablam! 2476 | rt_alloc_layout_checked!(rt_even_10bytes_8align_alloc_layout_checked, 10, 8); Oct 27 20:20:23.264 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 INFO kablam! Oct 27 20:20:23.264 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.264 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.264 INFO kablam! | ^^^^^ Oct 27 20:20:23.264 INFO kablam! ... Oct 27 20:20:23.264 INFO kablam! 2489 | rt_alloc_layout_checked!(rt_even_100bytes_8align_alloc_layout_checked, 100, 8); Oct 27 20:20:23.264 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 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.264 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.264 INFO kablam! ... Oct 27 20:20:23.264 INFO kablam! 2489 | rt_alloc_layout_checked!(rt_even_100bytes_8align_alloc_layout_checked, 100, 8); Oct 27 20:20:23.264 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 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! 2502 | rt_alloc_layout_checked!(rt_even_1000bytes_8align_alloc_layout_checked, 1000, 8); 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! 2502 | rt_alloc_layout_checked!(rt_even_1000bytes_8align_alloc_layout_checked, 1000, 8); Oct 27 20:20:23.267 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.268 INFO kablam! | Oct 27 20:20:23.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.268 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.268 INFO kablam! | Oct 27 20:20:23.268 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.268 INFO kablam! | Oct 27 20:20:23.268 INFO kablam! Oct 27 20:20:23.268 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.268 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.268 INFO kablam! | Oct 27 20:20:23.268 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.268 INFO kablam! | ^^^^^ Oct 27 20:20:23.268 INFO kablam! ... Oct 27 20:20:23.268 INFO kablam! 2515 | rt_alloc_layout_checked!(rt_even_10000bytes_8align_alloc_layout_checked, 10000, 8); Oct 27 20:20:23.268 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.268 INFO kablam! | Oct 27 20:20:23.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.268 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.268 INFO kablam! | Oct 27 20:20:23.268 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.268 INFO kablam! | Oct 27 20:20:23.268 INFO kablam! Oct 27 20:20:23.268 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.268 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.268 INFO kablam! | Oct 27 20:20:23.268 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.268 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.268 INFO kablam! ... Oct 27 20:20:23.268 INFO kablam! 2515 | rt_alloc_layout_checked!(rt_even_10000bytes_8align_alloc_layout_checked, 10000, 8); Oct 27 20:20:23.268 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.268 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! 2528 | rt_alloc_layout_checked!(rt_even_100000bytes_8align_alloc_layout_checked, 100000, 8); 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.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! Oct 27 20:20:23.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.276 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.276 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.276 INFO kablam! ... Oct 27 20:20:23.276 INFO kablam! 2528 | rt_alloc_layout_checked!(rt_even_100000bytes_8align_alloc_layout_checked, 100000, 8); Oct 27 20:20:23.276 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! Oct 27 20:20:23.276 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.276 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.276 INFO kablam! | ^^^^^ Oct 27 20:20:23.276 INFO kablam! ... Oct 27 20:20:23.276 INFO kablam! 2541 | rt_alloc_layout_checked!(rt_even_1000000bytes_8align_alloc_layout_checked, 1000000, 8); Oct 27 20:20:23.276 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! Oct 27 20:20:23.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.276 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.276 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.276 INFO kablam! ... Oct 27 20:20:23.276 INFO kablam! 2541 | rt_alloc_layout_checked!(rt_even_1000000bytes_8align_alloc_layout_checked, 1000000, 8); Oct 27 20:20:23.276 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! Oct 27 20:20:23.276 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.276 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.276 INFO kablam! | ^^^^^ Oct 27 20:20:23.276 INFO kablam! ... Oct 27 20:20:23.276 INFO kablam! 2555 | rt_alloc_layout_checked!(rt_odd_10bytes_8align_alloc_layout_checked, 10- 1, 8); Oct 27 20:20:23.276 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! Oct 27 20:20:23.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.276 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.276 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.276 INFO kablam! ... Oct 27 20:20:23.276 INFO kablam! 2555 | rt_alloc_layout_checked!(rt_odd_10bytes_8align_alloc_layout_checked, 10- 1, 8); Oct 27 20:20:23.276 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! Oct 27 20:20:23.276 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.276 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.276 INFO kablam! | Oct 27 20:20:23.276 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.276 INFO kablam! | ^^^^^ Oct 27 20:20:23.276 INFO kablam! ... Oct 27 20:20:23.277 INFO kablam! 2568 | rt_alloc_layout_checked!(rt_odd_100bytes_8align_alloc_layout_checked, 100- 1, 8); 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.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! 2568 | rt_alloc_layout_checked!(rt_odd_100bytes_8align_alloc_layout_checked, 100- 1, 8); 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 `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! 2581 | rt_alloc_layout_checked!(rt_odd_1000bytes_8align_alloc_layout_checked, 1000- 1, 8); 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! 2581 | rt_alloc_layout_checked!(rt_odd_1000bytes_8align_alloc_layout_checked, 1000- 1, 8); 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.281 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.281 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.281 INFO kablam! | Oct 27 20:20:23.281 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.281 INFO kablam! | ^^^^^ Oct 27 20:20:23.281 INFO kablam! ... Oct 27 20:20:23.281 INFO kablam! 2594 | rt_alloc_layout_checked!(rt_odd_10000bytes_8align_alloc_layout_checked, 10000- 1, 8); Oct 27 20:20:23.281 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.281 INFO kablam! | Oct 27 20:20:23.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.281 INFO kablam! | Oct 27 20:20:23.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.281 INFO kablam! | Oct 27 20:20:23.281 INFO kablam! Oct 27 20:20:23.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.285 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.285 INFO kablam! | Oct 27 20:20:23.285 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.285 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.285 INFO kablam! ... Oct 27 20:20:23.285 INFO kablam! 2594 | rt_alloc_layout_checked!(rt_odd_10000bytes_8align_alloc_layout_checked, 10000- 1, 8); Oct 27 20:20:23.285 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.285 INFO kablam! | Oct 27 20:20:23.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.285 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.285 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.285 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.285 INFO kablam! | Oct 27 20:20:23.285 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.285 INFO kablam! | ^^^^^ Oct 27 20:20:23.285 INFO kablam! ... Oct 27 20:20:23.285 INFO kablam! 2607 | rt_alloc_layout_checked!(rt_odd_100000bytes_8align_alloc_layout_checked, 100000- 1, 8); Oct 27 20:20:23.285 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.285 INFO kablam! | Oct 27 20:20:23.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.285 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.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.285 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.285 INFO kablam! | Oct 27 20:20:23.285 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.285 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.285 INFO kablam! ... Oct 27 20:20:23.285 INFO kablam! 2607 | rt_alloc_layout_checked!(rt_odd_100000bytes_8align_alloc_layout_checked, 100000- 1, 8); Oct 27 20:20:23.285 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.285 INFO kablam! | Oct 27 20:20:23.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.285 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.285 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.285 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.285 INFO kablam! | Oct 27 20:20:23.285 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.285 INFO kablam! | ^^^^^ Oct 27 20:20:23.285 INFO kablam! ... Oct 27 20:20:23.285 INFO kablam! 2620 | rt_alloc_layout_checked!(rt_odd_1000000bytes_8align_alloc_layout_checked, 1000000- 1, 8); Oct 27 20:20:23.285 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.285 INFO kablam! | Oct 27 20:20:23.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.285 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.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.285 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.285 INFO kablam! | Oct 27 20:20:23.285 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.285 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.285 INFO kablam! ... Oct 27 20:20:23.285 INFO kablam! 2620 | rt_alloc_layout_checked!(rt_odd_1000000bytes_8align_alloc_layout_checked, 1000000- 1, 8); Oct 27 20:20:23.285 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.285 INFO kablam! | Oct 27 20:20:23.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.285 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.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! 2634 | rt_alloc_layout_checked!(rt_primes_3bytes_8align_alloc_layout_checked, 3, 8); 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.296 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.296 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.296 INFO kablam! | Oct 27 20:20:23.296 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.296 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.296 INFO kablam! ... Oct 27 20:20:23.296 INFO kablam! 2634 | rt_alloc_layout_checked!(rt_primes_3bytes_8align_alloc_layout_checked, 3, 8); 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.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! 2647 | rt_alloc_layout_checked!(rt_primes_7bytes_8align_alloc_layout_checked, 7, 8); 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.296 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.296 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.296 INFO kablam! | Oct 27 20:20:23.296 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.296 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.296 INFO kablam! ... Oct 27 20:20:23.296 INFO kablam! 2647 | rt_alloc_layout_checked!(rt_primes_7bytes_8align_alloc_layout_checked, 7, 8); 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.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! 2660 | rt_alloc_layout_checked!(rt_primes_13bytes_8align_alloc_layout_checked, 13, 8); Oct 27 20:20:23.297 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! Oct 27 20:20:23.297 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.297 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.297 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.297 INFO kablam! ... Oct 27 20:20:23.297 INFO kablam! 2660 | rt_alloc_layout_checked!(rt_primes_13bytes_8align_alloc_layout_checked, 13, 8); Oct 27 20:20:23.297 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! Oct 27 20:20:23.297 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.297 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.297 INFO kablam! | ^^^^^ Oct 27 20:20:23.297 INFO kablam! ... Oct 27 20:20:23.297 INFO kablam! 2673 | rt_alloc_layout_checked!(rt_primes_17bytes_8align_alloc_layout_checked, 17, 8); Oct 27 20:20:23.297 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! Oct 27 20:20:23.297 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.297 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.297 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.297 INFO kablam! ... Oct 27 20:20:23.297 INFO kablam! 2673 | rt_alloc_layout_checked!(rt_primes_17bytes_8align_alloc_layout_checked, 17, 8); Oct 27 20:20:23.297 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! Oct 27 20:20:23.297 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.297 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.297 INFO kablam! | ^^^^^ Oct 27 20:20:23.297 INFO kablam! ... Oct 27 20:20:23.297 INFO kablam! 2686 | rt_alloc_layout_checked!(rt_primes_31bytes_8align_alloc_layout_checked, 31, 8); Oct 27 20:20:23.297 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! Oct 27 20:20:23.297 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.297 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.297 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.297 INFO kablam! ... Oct 27 20:20:23.297 INFO kablam! 2686 | rt_alloc_layout_checked!(rt_primes_31bytes_8align_alloc_layout_checked, 31, 8); Oct 27 20:20:23.297 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.297 INFO kablam! | Oct 27 20:20:23.298 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! 2699 | rt_alloc_layout_checked!(rt_primes_61bytes_8align_alloc_layout_checked, 61, 8); 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! 2699 | rt_alloc_layout_checked!(rt_primes_61bytes_8align_alloc_layout_checked, 61, 8); 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.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 `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! 2712 | rt_alloc_layout_checked!(rt_primes_96bytes_8align_alloc_layout_checked, 96, 8); 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! 2712 | rt_alloc_layout_checked!(rt_primes_96bytes_8align_alloc_layout_checked, 96, 8); 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 `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! 2725 | rt_alloc_layout_checked!(rt_primes_127bytes_8align_alloc_layout_checked, 127, 8); 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.310 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.311 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.311 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.311 INFO kablam! ... Oct 27 20:20:23.311 INFO kablam! 2725 | rt_alloc_layout_checked!(rt_primes_127bytes_8align_alloc_layout_checked, 127, 8); Oct 27 20:20:23.311 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! Oct 27 20:20:23.311 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.311 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.311 INFO kablam! | ^^^^^ Oct 27 20:20:23.311 INFO kablam! ... Oct 27 20:20:23.311 INFO kablam! 2738 | rt_alloc_layout_checked!(rt_primes_257bytes_8align_alloc_layout_checked, 257, 8); Oct 27 20:20:23.311 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! Oct 27 20:20:23.311 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.311 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.311 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.311 INFO kablam! ... Oct 27 20:20:23.311 INFO kablam! 2738 | rt_alloc_layout_checked!(rt_primes_257bytes_8align_alloc_layout_checked, 257, 8); Oct 27 20:20:23.311 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! Oct 27 20:20:23.311 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.311 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.311 INFO kablam! | ^^^^^ Oct 27 20:20:23.311 INFO kablam! ... Oct 27 20:20:23.311 INFO kablam! 2751 | rt_alloc_layout_checked!(rt_primes_509bytes_8align_alloc_layout_checked, 509, 8); Oct 27 20:20:23.311 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! Oct 27 20:20:23.311 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.311 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.311 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.311 INFO kablam! ... Oct 27 20:20:23.311 INFO kablam! 2751 | rt_alloc_layout_checked!(rt_primes_509bytes_8align_alloc_layout_checked, 509, 8); Oct 27 20:20:23.311 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 INFO kablam! Oct 27 20:20:23.311 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.311 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.311 INFO kablam! | Oct 27 20:20:23.311 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! 2764 | rt_alloc_layout_checked!(rt_primes_1021bytes_8align_alloc_layout_checked, 1021, 8); 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.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.317 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.317 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.317 INFO kablam! ... Oct 27 20:20:23.317 INFO kablam! 2764 | rt_alloc_layout_checked!(rt_primes_1021bytes_8align_alloc_layout_checked, 1021, 8); Oct 27 20:20:23.317 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! Oct 27 20:20:23.317 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.317 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.317 INFO kablam! | ^^^^^ Oct 27 20:20:23.317 INFO kablam! ... Oct 27 20:20:23.317 INFO kablam! 2777 | rt_alloc_layout_checked!(rt_primes_2039bytes_8align_alloc_layout_checked, 2039, 8); Oct 27 20:20:23.317 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! Oct 27 20:20:23.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.317 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.317 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.317 INFO kablam! ... Oct 27 20:20:23.317 INFO kablam! 2777 | rt_alloc_layout_checked!(rt_primes_2039bytes_8align_alloc_layout_checked, 2039, 8); Oct 27 20:20:23.317 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! Oct 27 20:20:23.317 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.317 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.317 INFO kablam! | ^^^^^ Oct 27 20:20:23.317 INFO kablam! ... Oct 27 20:20:23.317 INFO kablam! 2790 | rt_alloc_layout_checked!(rt_primes_4093bytes_8align_alloc_layout_checked, 4093, 8); Oct 27 20:20:23.317 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! Oct 27 20:20:23.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.317 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.317 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.317 INFO kablam! ... Oct 27 20:20:23.317 INFO kablam! 2790 | rt_alloc_layout_checked!(rt_primes_4093bytes_8align_alloc_layout_checked, 4093, 8); Oct 27 20:20:23.317 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.317 INFO kablam! | Oct 27 20:20:23.317 INFO kablam! Oct 27 20:20:23.317 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.318 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.318 INFO kablam! | Oct 27 20:20:23.318 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.318 INFO kablam! | ^^^^^ Oct 27 20:20:23.318 INFO kablam! ... Oct 27 20:20:23.318 INFO kablam! 2803 | rt_alloc_layout_checked!(rt_primes_8191bytes_8align_alloc_layout_checked, 8191, 8); Oct 27 20:20:23.318 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.318 INFO kablam! | Oct 27 20:20:23.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.318 INFO kablam! | Oct 27 20:20:23.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.318 INFO kablam! | Oct 27 20:20:23.318 INFO kablam! Oct 27 20:20:23.318 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.318 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.318 INFO kablam! | Oct 27 20:20:23.318 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.318 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.318 INFO kablam! ... Oct 27 20:20:23.318 INFO kablam! 2803 | rt_alloc_layout_checked!(rt_primes_8191bytes_8align_alloc_layout_checked, 8191, 8); Oct 27 20:20:23.318 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.318 INFO kablam! | Oct 27 20:20:23.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.318 INFO kablam! | Oct 27 20:20:23.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.318 INFO kablam! | Oct 27 20:20:23.318 INFO kablam! Oct 27 20:20:23.318 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.318 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.318 INFO kablam! | Oct 27 20:20:23.318 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.318 INFO kablam! | ^^^^^ Oct 27 20:20:23.318 INFO kablam! ... Oct 27 20:20:23.318 INFO kablam! 2816 | rt_alloc_layout_checked!(rt_primes_16381bytes_8align_alloc_layout_checked, 16381, 8); Oct 27 20:20:23.318 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.318 INFO kablam! | Oct 27 20:20:23.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.318 INFO kablam! | Oct 27 20:20:23.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.318 INFO kablam! | Oct 27 20:20:23.318 INFO kablam! Oct 27 20:20:23.318 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.318 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.318 INFO kablam! | Oct 27 20:20:23.318 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.318 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.318 INFO kablam! ... Oct 27 20:20:23.318 INFO kablam! 2816 | rt_alloc_layout_checked!(rt_primes_16381bytes_8align_alloc_layout_checked, 16381, 8); Oct 27 20:20:23.318 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.318 INFO kablam! | Oct 27 20:20:23.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.318 INFO kablam! | Oct 27 20:20:23.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.318 INFO kablam! | Oct 27 20:20:23.318 INFO kablam! Oct 27 20:20:23.328 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.328 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.328 INFO kablam! | Oct 27 20:20:23.328 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.328 INFO kablam! | ^^^^^ Oct 27 20:20:23.328 INFO kablam! ... Oct 27 20:20:23.328 INFO kablam! 2829 | rt_alloc_layout_checked!(rt_primes_32749bytes_8align_alloc_layout_checked, 32749, 8); Oct 27 20:20:23.328 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.328 INFO kablam! | Oct 27 20:20:23.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.328 INFO kablam! | Oct 27 20:20:23.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.328 INFO kablam! | Oct 27 20:20:23.328 INFO kablam! Oct 27 20:20:23.328 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.328 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.328 INFO kablam! | Oct 27 20:20:23.328 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.328 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.328 INFO kablam! ... Oct 27 20:20:23.328 INFO kablam! 2829 | rt_alloc_layout_checked!(rt_primes_32749bytes_8align_alloc_layout_checked, 32749, 8); Oct 27 20:20:23.328 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.328 INFO kablam! | Oct 27 20:20:23.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.328 INFO kablam! | Oct 27 20:20:23.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.328 INFO kablam! | Oct 27 20:20:23.328 INFO kablam! Oct 27 20:20:23.328 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.328 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.328 INFO kablam! | Oct 27 20:20:23.328 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.328 INFO kablam! | ^^^^^ Oct 27 20:20:23.328 INFO kablam! ... Oct 27 20:20:23.328 INFO kablam! 2842 | rt_alloc_layout_checked!(rt_primes_65537bytes_8align_alloc_layout_checked, 65537, 8); Oct 27 20:20:23.328 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.328 INFO kablam! | Oct 27 20:20:23.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.335 INFO kablam! | Oct 27 20:20:23.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.351 INFO kablam! | Oct 27 20:20:23.351 INFO kablam! Oct 27 20:20:23.351 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.351 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.351 INFO kablam! | Oct 27 20:20:23.351 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.351 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.351 INFO kablam! ... Oct 27 20:20:23.351 INFO kablam! 2842 | rt_alloc_layout_checked!(rt_primes_65537bytes_8align_alloc_layout_checked, 65537, 8); Oct 27 20:20:23.351 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.351 INFO kablam! | Oct 27 20:20:23.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.351 INFO kablam! | Oct 27 20:20:23.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.351 INFO kablam! | Oct 27 20:20:23.351 INFO kablam! Oct 27 20:20:23.351 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.351 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.351 INFO kablam! | Oct 27 20:20:23.351 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.351 INFO kablam! | ^^^^^ Oct 27 20:20:23.351 INFO kablam! ... Oct 27 20:20:23.351 INFO kablam! 2855 | rt_alloc_layout_checked!(rt_primes_131071bytes_8align_alloc_layout_checked, 131071, 8); Oct 27 20:20:23.351 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.351 INFO kablam! | Oct 27 20:20:23.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.351 INFO kablam! | Oct 27 20:20:23.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.351 INFO kablam! | Oct 27 20:20:23.351 INFO kablam! Oct 27 20:20:23.351 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.352 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.352 INFO kablam! | Oct 27 20:20:23.352 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.352 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.352 INFO kablam! ... Oct 27 20:20:23.352 INFO kablam! 2855 | rt_alloc_layout_checked!(rt_primes_131071bytes_8align_alloc_layout_checked, 131071, 8); Oct 27 20:20:23.352 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.352 INFO kablam! | Oct 27 20:20:23.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.352 INFO kablam! | Oct 27 20:20:23.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.352 INFO kablam! | Oct 27 20:20:23.352 INFO kablam! Oct 27 20:20:23.352 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.352 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.352 INFO kablam! | Oct 27 20:20:23.352 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.352 INFO kablam! | ^^^^^ Oct 27 20:20:23.352 INFO kablam! ... Oct 27 20:20:23.352 INFO kablam! 2868 | rt_alloc_layout_checked!(rt_primes_4194301bytes_8align_alloc_layout_checked, 4194301, 8); Oct 27 20:20:23.352 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.352 INFO kablam! | Oct 27 20:20:23.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.352 INFO kablam! | Oct 27 20:20:23.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.352 INFO kablam! | Oct 27 20:20:23.352 INFO kablam! Oct 27 20:20:23.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.352 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.352 INFO kablam! | Oct 27 20:20:23.352 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.352 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.352 INFO kablam! ... Oct 27 20:20:23.352 INFO kablam! 2868 | rt_alloc_layout_checked!(rt_primes_4194301bytes_8align_alloc_layout_checked, 4194301, 8); Oct 27 20:20:23.352 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.352 INFO kablam! | Oct 27 20:20:23.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.352 INFO kablam! | Oct 27 20:20:23.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.352 INFO kablam! | Oct 27 20:20:23.352 INFO kablam! Oct 27 20:20:23.352 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.352 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.352 INFO kablam! | Oct 27 20:20:23.352 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.352 INFO kablam! | ^^^^^ Oct 27 20:20:23.352 INFO kablam! ... Oct 27 20:20:23.352 INFO kablam! 2884 | rt_alloc_layout_checked!(rt_pow2_1bytes_16align_alloc_layout_checked, 1, 16); Oct 27 20:20:23.352 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.352 INFO kablam! | Oct 27 20:20:23.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.352 INFO kablam! | Oct 27 20:20:23.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.352 INFO kablam! | Oct 27 20:20:23.352 INFO kablam! Oct 27 20:20:23.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.352 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.353 INFO kablam! | Oct 27 20:20:23.353 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.353 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.353 INFO kablam! ... Oct 27 20:20:23.353 INFO kablam! 2884 | rt_alloc_layout_checked!(rt_pow2_1bytes_16align_alloc_layout_checked, 1, 16); Oct 27 20:20:23.353 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.353 INFO kablam! | Oct 27 20:20:23.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.353 INFO kablam! | Oct 27 20:20:23.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.353 INFO kablam! | Oct 27 20:20:23.353 INFO kablam! Oct 27 20:20:23.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.353 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.353 INFO kablam! | Oct 27 20:20:23.353 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.353 INFO kablam! | ^^^^^ Oct 27 20:20:23.353 INFO kablam! ... Oct 27 20:20:23.353 INFO kablam! 2897 | rt_alloc_layout_checked!(rt_pow2_2bytes_16align_alloc_layout_checked, 2, 16); Oct 27 20:20:23.353 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.353 INFO kablam! | Oct 27 20:20:23.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.353 INFO kablam! | Oct 27 20:20:23.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.353 INFO kablam! | Oct 27 20:20:23.353 INFO kablam! Oct 27 20:20:23.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.353 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.353 INFO kablam! | Oct 27 20:20:23.353 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.353 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.353 INFO kablam! ... Oct 27 20:20:23.353 INFO kablam! 2897 | rt_alloc_layout_checked!(rt_pow2_2bytes_16align_alloc_layout_checked, 2, 16); Oct 27 20:20:23.353 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.353 INFO kablam! | Oct 27 20:20:23.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.353 INFO kablam! | Oct 27 20:20:23.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.353 INFO kablam! | Oct 27 20:20:23.353 INFO kablam! Oct 27 20:20:23.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.353 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.353 INFO kablam! | Oct 27 20:20:23.353 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.353 INFO kablam! | ^^^^^ Oct 27 20:20:23.353 INFO kablam! ... Oct 27 20:20:23.353 INFO kablam! 2910 | rt_alloc_layout_checked!(rt_pow2_4bytes_16align_alloc_layout_checked, 4, 16); Oct 27 20:20:23.353 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.353 INFO kablam! | Oct 27 20:20:23.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.353 INFO kablam! | Oct 27 20:20:23.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.353 INFO kablam! | Oct 27 20:20:23.353 INFO kablam! Oct 27 20:20:23.354 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.354 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.354 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.354 INFO kablam! ... Oct 27 20:20:23.354 INFO kablam! 2910 | rt_alloc_layout_checked!(rt_pow2_4bytes_16align_alloc_layout_checked, 4, 16); Oct 27 20:20:23.354 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! Oct 27 20:20:23.354 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.354 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.354 INFO kablam! | ^^^^^ Oct 27 20:20:23.354 INFO kablam! ... Oct 27 20:20:23.354 INFO kablam! 2923 | rt_alloc_layout_checked!(rt_pow2_8bytes_16align_alloc_layout_checked, 8, 16); Oct 27 20:20:23.354 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! Oct 27 20:20:23.354 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.354 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.354 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.354 INFO kablam! ... Oct 27 20:20:23.354 INFO kablam! 2923 | rt_alloc_layout_checked!(rt_pow2_8bytes_16align_alloc_layout_checked, 8, 16); Oct 27 20:20:23.354 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! Oct 27 20:20:23.354 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.354 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.354 INFO kablam! | ^^^^^ Oct 27 20:20:23.354 INFO kablam! ... Oct 27 20:20:23.354 INFO kablam! 2936 | rt_alloc_layout_checked!(rt_pow2_16bytes_16align_alloc_layout_checked, 16, 16); Oct 27 20:20:23.354 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! Oct 27 20:20:23.354 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.354 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.354 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.354 INFO kablam! ... Oct 27 20:20:23.354 INFO kablam! 2936 | rt_alloc_layout_checked!(rt_pow2_16bytes_16align_alloc_layout_checked, 16, 16); Oct 27 20:20:23.354 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.354 INFO kablam! | Oct 27 20:20:23.354 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.357 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.357 INFO kablam! | Oct 27 20:20:23.357 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.357 INFO kablam! | ^^^^^ Oct 27 20:20:23.357 INFO kablam! ... Oct 27 20:20:23.357 INFO kablam! 2949 | rt_alloc_layout_checked!(rt_pow2_32bytes_16align_alloc_layout_checked, 32, 16); Oct 27 20:20:23.357 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.357 INFO kablam! | Oct 27 20:20:23.357 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! 2949 | rt_alloc_layout_checked!(rt_pow2_32bytes_16align_alloc_layout_checked, 32, 16); Oct 27 20:20:23.357 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.357 INFO kablam! | Oct 27 20:20:23.357 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.357 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.357 INFO kablam! | Oct 27 20:20:23.357 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.357 INFO kablam! | ^^^^^ Oct 27 20:20:23.357 INFO kablam! ... Oct 27 20:20:23.357 INFO kablam! 2962 | rt_alloc_layout_checked!(rt_pow2_64bytes_16align_alloc_layout_checked, 64, 16); Oct 27 20:20:23.357 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.357 INFO kablam! | Oct 27 20:20:23.357 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.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! 2962 | rt_alloc_layout_checked!(rt_pow2_64bytes_16align_alloc_layout_checked, 64, 16); Oct 27 20:20:23.358 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.359 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.359 INFO kablam! | Oct 27 20:20:23.359 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.359 INFO kablam! | ^^^^^ Oct 27 20:20:23.359 INFO kablam! ... Oct 27 20:20:23.359 INFO kablam! 2975 | rt_alloc_layout_checked!(rt_pow2_128bytes_16align_alloc_layout_checked, 128, 16); 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.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! 2975 | rt_alloc_layout_checked!(rt_pow2_128bytes_16align_alloc_layout_checked, 128, 16); 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.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! 2988 | rt_alloc_layout_checked!(rt_pow2_256bytes_16align_alloc_layout_checked, 256, 16); 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.361 INFO kablam! 2988 | rt_alloc_layout_checked!(rt_pow2_256bytes_16align_alloc_layout_checked, 256, 16); Oct 27 20:20:23.362 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.362 INFO kablam! | Oct 27 20:20:23.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.362 INFO kablam! | Oct 27 20:20:23.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.362 INFO kablam! | Oct 27 20:20:23.362 INFO kablam! Oct 27 20:20:23.362 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.362 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.362 INFO kablam! | Oct 27 20:20:23.362 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.362 INFO kablam! | ^^^^^ Oct 27 20:20:23.362 INFO kablam! ... Oct 27 20:20:23.362 INFO kablam! 3001 | rt_alloc_layout_checked!(rt_pow2_512bytes_16align_alloc_layout_checked, 512, 16); Oct 27 20:20:23.362 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.362 INFO kablam! | Oct 27 20:20:23.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.362 INFO kablam! | Oct 27 20:20:23.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.362 INFO kablam! | Oct 27 20:20:23.362 INFO kablam! Oct 27 20:20:23.362 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.362 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.362 INFO kablam! | Oct 27 20:20:23.362 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.362 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.362 INFO kablam! ... Oct 27 20:20:23.362 INFO kablam! 3001 | rt_alloc_layout_checked!(rt_pow2_512bytes_16align_alloc_layout_checked, 512, 16); Oct 27 20:20:23.362 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.362 INFO kablam! | Oct 27 20:20:23.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.362 INFO kablam! | Oct 27 20:20:23.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.362 INFO kablam! | Oct 27 20:20:23.362 INFO kablam! Oct 27 20:20:23.362 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.362 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.362 INFO kablam! | Oct 27 20:20:23.362 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.362 INFO kablam! | ^^^^^ Oct 27 20:20:23.362 INFO kablam! ... Oct 27 20:20:23.362 INFO kablam! 3014 | rt_alloc_layout_checked!(rt_pow2_1024bytes_16align_alloc_layout_checked, 1024, 16); Oct 27 20:20:23.362 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.362 INFO kablam! | Oct 27 20:20:23.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.362 INFO kablam! | Oct 27 20:20:23.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.362 INFO kablam! | Oct 27 20:20:23.362 INFO kablam! Oct 27 20:20:23.362 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.362 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.362 INFO kablam! | Oct 27 20:20:23.362 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.362 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.362 INFO kablam! ... Oct 27 20:20:23.362 INFO kablam! 3014 | rt_alloc_layout_checked!(rt_pow2_1024bytes_16align_alloc_layout_checked, 1024, 16); Oct 27 20:20:23.363 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.363 INFO kablam! | Oct 27 20:20:23.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.363 INFO kablam! | Oct 27 20:20:23.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.363 INFO kablam! | Oct 27 20:20:23.363 INFO kablam! Oct 27 20:20:23.363 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.363 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.363 INFO kablam! | Oct 27 20:20:23.363 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.363 INFO kablam! | ^^^^^ Oct 27 20:20:23.363 INFO kablam! ... Oct 27 20:20:23.363 INFO kablam! 3027 | rt_alloc_layout_checked!(rt_pow2_2048bytes_16align_alloc_layout_checked, 2048, 16); Oct 27 20:20:23.363 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.363 INFO kablam! | Oct 27 20:20:23.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.363 INFO kablam! | Oct 27 20:20:23.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.363 INFO kablam! | Oct 27 20:20:23.363 INFO kablam! Oct 27 20:20:23.363 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.363 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.363 INFO kablam! | Oct 27 20:20:23.363 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.363 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.363 INFO kablam! ... Oct 27 20:20:23.363 INFO kablam! 3027 | rt_alloc_layout_checked!(rt_pow2_2048bytes_16align_alloc_layout_checked, 2048, 16); Oct 27 20:20:23.363 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.363 INFO kablam! | Oct 27 20:20:23.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.363 INFO kablam! | Oct 27 20:20:23.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.363 INFO kablam! | Oct 27 20:20:23.363 INFO kablam! Oct 27 20:20:23.363 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.363 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.363 INFO kablam! | Oct 27 20:20:23.363 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.363 INFO kablam! | ^^^^^ Oct 27 20:20:23.363 INFO kablam! ... Oct 27 20:20:23.363 INFO kablam! 3040 | rt_alloc_layout_checked!(rt_pow2_4096bytes_16align_alloc_layout_checked, 4096, 16); Oct 27 20:20:23.363 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.363 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.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.366 INFO kablam! Oct 27 20:20:23.366 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.366 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.366 INFO kablam! | Oct 27 20:20:23.366 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.366 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.366 INFO kablam! ... Oct 27 20:20:23.366 INFO kablam! 3040 | rt_alloc_layout_checked!(rt_pow2_4096bytes_16align_alloc_layout_checked, 4096, 16); Oct 27 20:20:23.366 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.366 INFO kablam! | Oct 27 20:20:23.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.366 INFO kablam! | Oct 27 20:20:23.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.366 INFO kablam! | Oct 27 20:20:23.366 INFO kablam! Oct 27 20:20:23.366 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.366 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.366 INFO kablam! | Oct 27 20:20:23.366 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.366 INFO kablam! | ^^^^^ Oct 27 20:20:23.366 INFO kablam! ... Oct 27 20:20:23.366 INFO kablam! 3053 | rt_alloc_layout_checked!(rt_pow2_8192bytes_16align_alloc_layout_checked, 8192, 16); Oct 27 20:20:23.366 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.366 INFO kablam! | Oct 27 20:20:23.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.366 INFO kablam! | Oct 27 20:20:23.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.366 INFO kablam! | Oct 27 20:20:23.366 INFO kablam! Oct 27 20:20:23.366 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.366 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.366 INFO kablam! | Oct 27 20:20:23.366 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.366 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.366 INFO kablam! ... Oct 27 20:20:23.366 INFO kablam! 3053 | rt_alloc_layout_checked!(rt_pow2_8192bytes_16align_alloc_layout_checked, 8192, 16); Oct 27 20:20:23.366 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.366 INFO kablam! | Oct 27 20:20:23.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.366 INFO kablam! | Oct 27 20:20:23.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.366 INFO kablam! | Oct 27 20:20:23.366 INFO kablam! Oct 27 20:20:23.366 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.366 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.366 INFO kablam! | Oct 27 20:20:23.366 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.366 INFO kablam! | ^^^^^ Oct 27 20:20:23.366 INFO kablam! ... Oct 27 20:20:23.372 INFO kablam! 3066 | rt_alloc_layout_checked!(rt_pow2_16384bytes_16align_alloc_layout_checked, 16384, 16); 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.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.372 INFO kablam! | Oct 27 20:20:23.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.372 INFO kablam! | Oct 27 20:20:23.372 INFO kablam! Oct 27 20:20:23.372 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.372 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.372 INFO kablam! | Oct 27 20:20:23.372 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.372 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.372 INFO kablam! ... Oct 27 20:20:23.372 INFO kablam! 3066 | rt_alloc_layout_checked!(rt_pow2_16384bytes_16align_alloc_layout_checked, 16384, 16); 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.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.372 INFO kablam! | Oct 27 20:20:23.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.372 INFO kablam! | Oct 27 20:20:23.372 INFO kablam! Oct 27 20:20:23.372 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.372 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.372 INFO kablam! | Oct 27 20:20:23.372 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.372 INFO kablam! | ^^^^^ Oct 27 20:20:23.372 INFO kablam! ... Oct 27 20:20:23.372 INFO kablam! 3079 | rt_alloc_layout_checked!(rt_pow2_32768bytes_16align_alloc_layout_checked, 32768, 16); 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.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.372 INFO kablam! | Oct 27 20:20:23.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.372 INFO kablam! | Oct 27 20:20:23.372 INFO kablam! Oct 27 20:20:23.372 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.372 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.372 INFO kablam! | Oct 27 20:20:23.372 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.372 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.372 INFO kablam! ... Oct 27 20:20:23.372 INFO kablam! 3079 | rt_alloc_layout_checked!(rt_pow2_32768bytes_16align_alloc_layout_checked, 32768, 16); 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.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.372 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 `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! 3092 | rt_alloc_layout_checked!(rt_pow2_65536bytes_16align_alloc_layout_checked, 65536, 16); 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.374 INFO kablam! | Oct 27 20:20:23.374 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.374 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.374 INFO kablam! ... Oct 27 20:20:23.374 INFO kablam! 3092 | rt_alloc_layout_checked!(rt_pow2_65536bytes_16align_alloc_layout_checked, 65536, 16); 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 `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.375 INFO kablam! ... Oct 27 20:20:23.375 INFO kablam! 3105 | rt_alloc_layout_checked!(rt_pow2_131072bytes_16align_alloc_layout_checked, 131072, 16); Oct 27 20:20:23.375 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! Oct 27 20:20:23.375 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.375 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.375 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.375 INFO kablam! ... Oct 27 20:20:23.375 INFO kablam! 3105 | rt_alloc_layout_checked!(rt_pow2_131072bytes_16align_alloc_layout_checked, 131072, 16); Oct 27 20:20:23.375 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! Oct 27 20:20:23.375 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.375 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.375 INFO kablam! | ^^^^^ Oct 27 20:20:23.375 INFO kablam! ... Oct 27 20:20:23.375 INFO kablam! 3118 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_16align_alloc_layout_checked, 4194304, 16); Oct 27 20:20:23.375 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! Oct 27 20:20:23.375 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.375 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.375 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.375 INFO kablam! ... Oct 27 20:20:23.375 INFO kablam! 3118 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_16align_alloc_layout_checked, 4194304, 16); Oct 27 20:20:23.375 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! Oct 27 20:20:23.375 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.375 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.375 INFO kablam! | ^^^^^ Oct 27 20:20:23.375 INFO kablam! ... Oct 27 20:20:23.375 INFO kablam! 3132 | rt_alloc_layout_checked!(rt_even_10bytes_16align_alloc_layout_checked, 10, 16); Oct 27 20:20:23.375 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.375 INFO kablam! | Oct 27 20:20:23.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! Oct 27 20:20:23.376 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.376 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.376 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.376 INFO kablam! ... Oct 27 20:20:23.376 INFO kablam! 3132 | rt_alloc_layout_checked!(rt_even_10bytes_16align_alloc_layout_checked, 10, 16); Oct 27 20:20:23.376 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! Oct 27 20:20:23.376 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.376 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.376 INFO kablam! | ^^^^^ Oct 27 20:20:23.376 INFO kablam! ... Oct 27 20:20:23.376 INFO kablam! 3145 | rt_alloc_layout_checked!(rt_even_100bytes_16align_alloc_layout_checked, 100, 16); Oct 27 20:20:23.376 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! Oct 27 20:20:23.376 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.376 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.376 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.376 INFO kablam! ... Oct 27 20:20:23.376 INFO kablam! 3145 | rt_alloc_layout_checked!(rt_even_100bytes_16align_alloc_layout_checked, 100, 16); Oct 27 20:20:23.376 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! Oct 27 20:20:23.376 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.376 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.376 INFO kablam! | ^^^^^ Oct 27 20:20:23.376 INFO kablam! ... Oct 27 20:20:23.376 INFO kablam! 3158 | rt_alloc_layout_checked!(rt_even_1000bytes_16align_alloc_layout_checked, 1000, 16); Oct 27 20:20:23.376 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! Oct 27 20:20:23.376 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.376 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.376 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.376 INFO kablam! ... Oct 27 20:20:23.376 INFO kablam! 3158 | rt_alloc_layout_checked!(rt_even_1000bytes_16align_alloc_layout_checked, 1000, 16); Oct 27 20:20:23.376 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 INFO kablam! Oct 27 20:20:23.376 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.376 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.376 INFO kablam! | Oct 27 20:20:23.376 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! 3171 | rt_alloc_layout_checked!(rt_even_10000bytes_16align_alloc_layout_checked, 10000, 16); 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.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! 3171 | rt_alloc_layout_checked!(rt_even_10000bytes_16align_alloc_layout_checked, 10000, 16); Oct 27 20:20:23.384 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! Oct 27 20:20:23.385 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.385 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.385 INFO kablam! | ^^^^^ Oct 27 20:20:23.385 INFO kablam! ... Oct 27 20:20:23.385 INFO kablam! 3184 | rt_alloc_layout_checked!(rt_even_100000bytes_16align_alloc_layout_checked, 100000, 16); Oct 27 20:20:23.385 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! Oct 27 20:20:23.385 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.385 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.385 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.385 INFO kablam! ... Oct 27 20:20:23.385 INFO kablam! 3184 | rt_alloc_layout_checked!(rt_even_100000bytes_16align_alloc_layout_checked, 100000, 16); Oct 27 20:20:23.385 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! Oct 27 20:20:23.385 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.385 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.385 INFO kablam! | ^^^^^ Oct 27 20:20:23.385 INFO kablam! ... Oct 27 20:20:23.385 INFO kablam! 3197 | rt_alloc_layout_checked!(rt_even_1000000bytes_16align_alloc_layout_checked, 1000000, 16); Oct 27 20:20:23.385 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! Oct 27 20:20:23.385 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.385 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.385 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.385 INFO kablam! ... Oct 27 20:20:23.385 INFO kablam! 3197 | rt_alloc_layout_checked!(rt_even_1000000bytes_16align_alloc_layout_checked, 1000000, 16); Oct 27 20:20:23.385 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.385 INFO kablam! | Oct 27 20:20:23.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.386 INFO kablam! | Oct 27 20:20:23.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.386 INFO kablam! | Oct 27 20:20:23.386 INFO kablam! Oct 27 20:20:23.386 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.386 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.386 INFO kablam! | Oct 27 20:20:23.386 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.386 INFO kablam! | ^^^^^ Oct 27 20:20:23.386 INFO kablam! ... Oct 27 20:20:23.386 INFO kablam! 3211 | rt_alloc_layout_checked!(rt_odd_10bytes_16align_alloc_layout_checked, 10- 1, 16); Oct 27 20:20:23.386 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.386 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.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.386 INFO kablam! | Oct 27 20:20:23.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.386 INFO kablam! | Oct 27 20:20:23.386 INFO kablam! Oct 27 20:20:23.386 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.386 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.386 INFO kablam! | Oct 27 20:20:23.386 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.386 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.386 INFO kablam! ... Oct 27 20:20:23.386 INFO kablam! 3211 | rt_alloc_layout_checked!(rt_odd_10bytes_16align_alloc_layout_checked, 10- 1, 16); Oct 27 20:20:23.386 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.386 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.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.386 INFO kablam! | Oct 27 20:20:23.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.386 INFO kablam! | Oct 27 20:20:23.386 INFO kablam! Oct 27 20:20:23.386 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.386 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.386 INFO kablam! | Oct 27 20:20:23.386 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.386 INFO kablam! | ^^^^^ Oct 27 20:20:23.386 INFO kablam! ... Oct 27 20:20:23.386 INFO kablam! 3224 | rt_alloc_layout_checked!(rt_odd_100bytes_16align_alloc_layout_checked, 100- 1, 16); Oct 27 20:20:23.386 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.386 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.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.386 INFO kablam! | Oct 27 20:20:23.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.386 INFO kablam! | Oct 27 20:20:23.386 INFO kablam! Oct 27 20:20:23.386 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.386 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.386 INFO kablam! | Oct 27 20:20:23.386 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.386 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.386 INFO kablam! ... Oct 27 20:20:23.386 INFO kablam! 3224 | rt_alloc_layout_checked!(rt_odd_100bytes_16align_alloc_layout_checked, 100- 1, 16); Oct 27 20:20:23.386 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.389 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.389 INFO kablam! | ^^^^^ Oct 27 20:20:23.389 INFO kablam! ... Oct 27 20:20:23.389 INFO kablam! 3237 | rt_alloc_layout_checked!(rt_odd_1000bytes_16align_alloc_layout_checked, 1000- 1, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.389 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.389 INFO kablam! | Oct 27 20:20:23.389 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.389 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.389 INFO kablam! ... Oct 27 20:20:23.389 INFO kablam! 3237 | rt_alloc_layout_checked!(rt_odd_1000bytes_16align_alloc_layout_checked, 1000- 1, 16); 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.389 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.389 INFO kablam! | ^^^^^ Oct 27 20:20:23.389 INFO kablam! ... Oct 27 20:20:23.389 INFO kablam! 3250 | rt_alloc_layout_checked!(rt_odd_10000bytes_16align_alloc_layout_checked, 10000- 1, 16); 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.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! 3250 | rt_alloc_layout_checked!(rt_odd_10000bytes_16align_alloc_layout_checked, 10000- 1, 16); 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! 3263 | rt_alloc_layout_checked!(rt_odd_100000bytes_16align_alloc_layout_checked, 100000- 1, 16); Oct 27 20:20:23.392 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.392 INFO kablam! | Oct 27 20:20:23.392 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.392 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.392 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.392 INFO kablam! | Oct 27 20:20:23.392 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.392 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.392 INFO kablam! ... Oct 27 20:20:23.392 INFO kablam! 3263 | rt_alloc_layout_checked!(rt_odd_100000bytes_16align_alloc_layout_checked, 100000- 1, 16); Oct 27 20:20:23.392 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.392 INFO kablam! | Oct 27 20:20:23.392 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.392 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.392 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.392 INFO kablam! | Oct 27 20:20:23.392 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.392 INFO kablam! | ^^^^^ Oct 27 20:20:23.392 INFO kablam! ... Oct 27 20:20:23.392 INFO kablam! 3276 | rt_alloc_layout_checked!(rt_odd_1000000bytes_16align_alloc_layout_checked, 1000000- 1, 16); Oct 27 20:20:23.392 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.392 INFO kablam! | Oct 27 20:20:23.392 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.392 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.392 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.392 INFO kablam! | Oct 27 20:20:23.392 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.392 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.392 INFO kablam! ... Oct 27 20:20:23.392 INFO kablam! 3276 | rt_alloc_layout_checked!(rt_odd_1000000bytes_16align_alloc_layout_checked, 1000000- 1, 16); Oct 27 20:20:23.392 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.392 INFO kablam! | Oct 27 20:20:23.392 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.392 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.392 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.392 INFO kablam! | Oct 27 20:20:23.392 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.392 INFO kablam! | ^^^^^ Oct 27 20:20:23.392 INFO kablam! ... Oct 27 20:20:23.392 INFO kablam! 3290 | rt_alloc_layout_checked!(rt_primes_3bytes_16align_alloc_layout_checked, 3, 16); Oct 27 20:20:23.392 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.392 INFO kablam! | Oct 27 20:20:23.392 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.392 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.392 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.392 INFO kablam! | Oct 27 20:20:23.392 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.392 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.393 INFO kablam! ... Oct 27 20:20:23.393 INFO kablam! 3290 | rt_alloc_layout_checked!(rt_primes_3bytes_16align_alloc_layout_checked, 3, 16); 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.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.394 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.394 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.394 INFO kablam! | Oct 27 20:20:23.394 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.394 INFO kablam! | ^^^^^ Oct 27 20:20:23.394 INFO kablam! ... Oct 27 20:20:23.394 INFO kablam! 3303 | rt_alloc_layout_checked!(rt_primes_7bytes_16align_alloc_layout_checked, 7, 16); 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.411 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.411 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.411 INFO kablam! | Oct 27 20:20:23.411 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.411 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.411 INFO kablam! ... Oct 27 20:20:23.411 INFO kablam! 3303 | rt_alloc_layout_checked!(rt_primes_7bytes_16align_alloc_layout_checked, 7, 16); Oct 27 20:20:23.411 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.411 INFO kablam! | Oct 27 20:20:23.411 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.411 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.411 INFO kablam! | Oct 27 20:20:23.411 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.411 INFO kablam! | Oct 27 20:20:23.411 INFO kablam! Oct 27 20:20:23.411 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.411 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.411 INFO kablam! | Oct 27 20:20:23.411 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.411 INFO kablam! | ^^^^^ Oct 27 20:20:23.411 INFO kablam! ... Oct 27 20:20:23.411 INFO kablam! 3316 | rt_alloc_layout_checked!(rt_primes_13bytes_16align_alloc_layout_checked, 13, 16); Oct 27 20:20:23.411 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.411 INFO kablam! | Oct 27 20:20:23.411 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.411 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.411 INFO kablam! | Oct 27 20:20:23.411 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.411 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! Oct 27 20:20:23.413 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.413 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.413 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.413 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.413 INFO kablam! ... Oct 27 20:20:23.413 INFO kablam! 3316 | rt_alloc_layout_checked!(rt_primes_13bytes_16align_alloc_layout_checked, 13, 16); Oct 27 20:20:23.413 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.413 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.413 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.413 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! Oct 27 20:20:23.413 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.413 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.413 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.413 INFO kablam! | ^^^^^ Oct 27 20:20:23.413 INFO kablam! ... Oct 27 20:20:23.413 INFO kablam! 3329 | rt_alloc_layout_checked!(rt_primes_17bytes_16align_alloc_layout_checked, 17, 16); Oct 27 20:20:23.413 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.413 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.413 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.413 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! Oct 27 20:20:23.413 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.413 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.413 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.413 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.413 INFO kablam! ... Oct 27 20:20:23.413 INFO kablam! 3329 | rt_alloc_layout_checked!(rt_primes_17bytes_16align_alloc_layout_checked, 17, 16); Oct 27 20:20:23.413 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.413 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.413 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.413 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! Oct 27 20:20:23.413 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.413 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.413 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.413 INFO kablam! | ^^^^^ Oct 27 20:20:23.413 INFO kablam! ... Oct 27 20:20:23.413 INFO kablam! 3342 | rt_alloc_layout_checked!(rt_primes_31bytes_16align_alloc_layout_checked, 31, 16); Oct 27 20:20:23.413 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.413 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.413 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.413 INFO kablam! | Oct 27 20:20:23.413 INFO kablam! Oct 27 20:20:23.413 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.413 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.414 INFO kablam! | Oct 27 20:20:23.414 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.414 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.414 INFO kablam! ... Oct 27 20:20:23.414 INFO kablam! 3342 | rt_alloc_layout_checked!(rt_primes_31bytes_16align_alloc_layout_checked, 31, 16); Oct 27 20:20:23.414 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.414 INFO kablam! | Oct 27 20:20:23.414 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.414 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.414 INFO kablam! | Oct 27 20:20:23.414 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.414 INFO kablam! | Oct 27 20:20:23.414 INFO kablam! Oct 27 20:20:23.414 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.414 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.414 INFO kablam! | Oct 27 20:20:23.414 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.414 INFO kablam! | ^^^^^ Oct 27 20:20:23.414 INFO kablam! ... Oct 27 20:20:23.414 INFO kablam! 3355 | rt_alloc_layout_checked!(rt_primes_61bytes_16align_alloc_layout_checked, 61, 16); Oct 27 20:20:23.414 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.414 INFO kablam! | Oct 27 20:20:23.414 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.414 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.414 INFO kablam! | Oct 27 20:20:23.414 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.414 INFO kablam! | Oct 27 20:20:23.414 INFO kablam! Oct 27 20:20:23.414 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.414 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.414 INFO kablam! | Oct 27 20:20:23.414 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.414 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.414 INFO kablam! ... Oct 27 20:20:23.414 INFO kablam! 3355 | rt_alloc_layout_checked!(rt_primes_61bytes_16align_alloc_layout_checked, 61, 16); Oct 27 20:20:23.414 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.414 INFO kablam! | Oct 27 20:20:23.414 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.414 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.414 INFO kablam! | Oct 27 20:20:23.414 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.414 INFO kablam! | Oct 27 20:20:23.414 INFO kablam! Oct 27 20:20:23.414 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.414 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.414 INFO kablam! | Oct 27 20:20:23.414 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.414 INFO kablam! | ^^^^^ Oct 27 20:20:23.414 INFO kablam! ... Oct 27 20:20:23.414 INFO kablam! 3368 | rt_alloc_layout_checked!(rt_primes_96bytes_16align_alloc_layout_checked, 96, 16); Oct 27 20:20:23.414 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.414 INFO kablam! | Oct 27 20:20:23.414 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.414 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.424 INFO kablam! | Oct 27 20:20:23.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.424 INFO kablam! | Oct 27 20:20:23.424 INFO kablam! Oct 27 20:20:23.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.424 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.424 INFO kablam! | Oct 27 20:20:23.424 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.424 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.424 INFO kablam! ... Oct 27 20:20:23.424 INFO kablam! 3368 | rt_alloc_layout_checked!(rt_primes_96bytes_16align_alloc_layout_checked, 96, 16); Oct 27 20:20:23.424 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.424 INFO kablam! | Oct 27 20:20:23.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.424 INFO kablam! | Oct 27 20:20:23.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.424 INFO kablam! | Oct 27 20:20:23.424 INFO kablam! Oct 27 20:20:23.424 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.424 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.424 INFO kablam! | Oct 27 20:20:23.424 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.424 INFO kablam! | ^^^^^ Oct 27 20:20:23.424 INFO kablam! ... Oct 27 20:20:23.424 INFO kablam! 3381 | rt_alloc_layout_checked!(rt_primes_127bytes_16align_alloc_layout_checked, 127, 16); Oct 27 20:20:23.424 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.424 INFO kablam! | Oct 27 20:20:23.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.424 INFO kablam! | Oct 27 20:20:23.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.424 INFO kablam! | Oct 27 20:20:23.424 INFO kablam! Oct 27 20:20:23.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.425 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.425 INFO kablam! | Oct 27 20:20:23.425 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.425 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.425 INFO kablam! ... Oct 27 20:20:23.425 INFO kablam! 3381 | rt_alloc_layout_checked!(rt_primes_127bytes_16align_alloc_layout_checked, 127, 16); Oct 27 20:20:23.425 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.425 INFO kablam! | Oct 27 20:20:23.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.425 INFO kablam! | Oct 27 20:20:23.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.425 INFO kablam! | Oct 27 20:20:23.425 INFO kablam! Oct 27 20:20:23.425 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.425 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.425 INFO kablam! | Oct 27 20:20:23.425 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.425 INFO kablam! | ^^^^^ Oct 27 20:20:23.425 INFO kablam! ... Oct 27 20:20:23.425 INFO kablam! 3394 | rt_alloc_layout_checked!(rt_primes_257bytes_16align_alloc_layout_checked, 257, 16); Oct 27 20:20:23.425 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.425 INFO kablam! | Oct 27 20:20:23.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.425 INFO kablam! | Oct 27 20:20:23.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.425 INFO kablam! | Oct 27 20:20:23.425 INFO kablam! Oct 27 20:20:23.425 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.425 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.425 INFO kablam! | Oct 27 20:20:23.425 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.425 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.425 INFO kablam! ... Oct 27 20:20:23.425 INFO kablam! 3394 | rt_alloc_layout_checked!(rt_primes_257bytes_16align_alloc_layout_checked, 257, 16); Oct 27 20:20:23.425 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.425 INFO kablam! | Oct 27 20:20:23.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.425 INFO kablam! | Oct 27 20:20:23.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.425 INFO kablam! | Oct 27 20:20:23.425 INFO kablam! Oct 27 20:20:23.425 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.425 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.425 INFO kablam! | Oct 27 20:20:23.425 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.425 INFO kablam! | ^^^^^ Oct 27 20:20:23.425 INFO kablam! ... Oct 27 20:20:23.425 INFO kablam! 3407 | rt_alloc_layout_checked!(rt_primes_509bytes_16align_alloc_layout_checked, 509, 16); Oct 27 20:20:23.425 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.425 INFO kablam! | Oct 27 20:20:23.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.425 INFO kablam! | Oct 27 20:20:23.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.425 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! 3407 | rt_alloc_layout_checked!(rt_primes_509bytes_16align_alloc_layout_checked, 509, 16); 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.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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.428 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.428 INFO kablam! | Oct 27 20:20:23.428 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.428 INFO kablam! | ^^^^^ Oct 27 20:20:23.428 INFO kablam! ... Oct 27 20:20:23.428 INFO kablam! 3420 | rt_alloc_layout_checked!(rt_primes_1021bytes_16align_alloc_layout_checked, 1021, 16); 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.428 INFO kablam! ... Oct 27 20:20:23.428 INFO kablam! 3420 | rt_alloc_layout_checked!(rt_primes_1021bytes_16align_alloc_layout_checked, 1021, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.428 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.428 INFO kablam! | Oct 27 20:20:23.428 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.428 INFO kablam! | ^^^^^ Oct 27 20:20:23.428 INFO kablam! ... Oct 27 20:20:23.428 INFO kablam! 3433 | rt_alloc_layout_checked!(rt_primes_2039bytes_16align_alloc_layout_checked, 2039, 16); 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.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! Oct 27 20:20:23.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.429 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.429 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.429 INFO kablam! ... Oct 27 20:20:23.429 INFO kablam! 3433 | rt_alloc_layout_checked!(rt_primes_2039bytes_16align_alloc_layout_checked, 2039, 16); Oct 27 20:20:23.429 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! Oct 27 20:20:23.429 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.429 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.429 INFO kablam! | ^^^^^ Oct 27 20:20:23.429 INFO kablam! ... Oct 27 20:20:23.429 INFO kablam! 3446 | rt_alloc_layout_checked!(rt_primes_4093bytes_16align_alloc_layout_checked, 4093, 16); Oct 27 20:20:23.429 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! Oct 27 20:20:23.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.429 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.429 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.429 INFO kablam! ... Oct 27 20:20:23.429 INFO kablam! 3446 | rt_alloc_layout_checked!(rt_primes_4093bytes_16align_alloc_layout_checked, 4093, 16); Oct 27 20:20:23.429 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! Oct 27 20:20:23.429 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.429 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.429 INFO kablam! | ^^^^^ Oct 27 20:20:23.429 INFO kablam! ... Oct 27 20:20:23.429 INFO kablam! 3459 | rt_alloc_layout_checked!(rt_primes_8191bytes_16align_alloc_layout_checked, 8191, 16); Oct 27 20:20:23.429 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! Oct 27 20:20:23.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.429 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.429 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.429 INFO kablam! ... Oct 27 20:20:23.429 INFO kablam! 3459 | rt_alloc_layout_checked!(rt_primes_8191bytes_16align_alloc_layout_checked, 8191, 16); Oct 27 20:20:23.429 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.429 INFO kablam! Oct 27 20:20:23.429 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.429 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.429 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.430 INFO kablam! | ^^^^^ Oct 27 20:20:23.430 INFO kablam! ... Oct 27 20:20:23.430 INFO kablam! 3472 | rt_alloc_layout_checked!(rt_primes_16381bytes_16align_alloc_layout_checked, 16381, 16); Oct 27 20:20:23.430 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! Oct 27 20:20:23.430 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.430 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.430 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.430 INFO kablam! ... Oct 27 20:20:23.430 INFO kablam! 3472 | rt_alloc_layout_checked!(rt_primes_16381bytes_16align_alloc_layout_checked, 16381, 16); Oct 27 20:20:23.430 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! Oct 27 20:20:23.430 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.430 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.430 INFO kablam! | ^^^^^ Oct 27 20:20:23.430 INFO kablam! ... Oct 27 20:20:23.430 INFO kablam! 3485 | rt_alloc_layout_checked!(rt_primes_32749bytes_16align_alloc_layout_checked, 32749, 16); Oct 27 20:20:23.430 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! Oct 27 20:20:23.430 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.430 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.430 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.430 INFO kablam! ... Oct 27 20:20:23.430 INFO kablam! 3485 | rt_alloc_layout_checked!(rt_primes_32749bytes_16align_alloc_layout_checked, 32749, 16); Oct 27 20:20:23.430 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! Oct 27 20:20:23.430 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.430 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.430 INFO kablam! | ^^^^^ Oct 27 20:20:23.430 INFO kablam! ... Oct 27 20:20:23.430 INFO kablam! 3498 | rt_alloc_layout_checked!(rt_primes_65537bytes_16align_alloc_layout_checked, 65537, 16); Oct 27 20:20:23.430 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! Oct 27 20:20:23.430 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.430 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.430 INFO kablam! | Oct 27 20:20:23.430 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.430 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.431 INFO kablam! ... Oct 27 20:20:23.431 INFO kablam! 3498 | rt_alloc_layout_checked!(rt_primes_65537bytes_16align_alloc_layout_checked, 65537, 16); Oct 27 20:20:23.431 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.431 INFO kablam! | Oct 27 20:20:23.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.431 INFO kablam! | Oct 27 20:20:23.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.431 INFO kablam! | Oct 27 20:20:23.431 INFO kablam! Oct 27 20:20:23.431 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.431 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.431 INFO kablam! | Oct 27 20:20:23.431 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.431 INFO kablam! | ^^^^^ Oct 27 20:20:23.431 INFO kablam! ... Oct 27 20:20:23.431 INFO kablam! 3511 | rt_alloc_layout_checked!(rt_primes_131071bytes_16align_alloc_layout_checked, 131071, 16); Oct 27 20:20:23.431 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.431 INFO kablam! | Oct 27 20:20:23.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.431 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! Oct 27 20:20:23.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.432 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.432 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.432 INFO kablam! ... Oct 27 20:20:23.432 INFO kablam! 3511 | rt_alloc_layout_checked!(rt_primes_131071bytes_16align_alloc_layout_checked, 131071, 16); Oct 27 20:20:23.432 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! Oct 27 20:20:23.432 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.432 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.432 INFO kablam! | ^^^^^ Oct 27 20:20:23.432 INFO kablam! ... Oct 27 20:20:23.432 INFO kablam! 3524 | rt_alloc_layout_checked!(rt_primes_4194301bytes_16align_alloc_layout_checked, 4194301, 16); Oct 27 20:20:23.432 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! Oct 27 20:20:23.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.432 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.432 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.432 INFO kablam! ... Oct 27 20:20:23.432 INFO kablam! 3524 | rt_alloc_layout_checked!(rt_primes_4194301bytes_16align_alloc_layout_checked, 4194301, 16); Oct 27 20:20:23.432 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! Oct 27 20:20:23.432 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.432 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.432 INFO kablam! | ^^^^^ Oct 27 20:20:23.432 INFO kablam! ... Oct 27 20:20:23.432 INFO kablam! 3540 | rt_alloc_layout_checked!(rt_pow2_1bytes_32align_alloc_layout_checked, 1, 32); Oct 27 20:20:23.432 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! Oct 27 20:20:23.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.432 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.432 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.432 INFO kablam! ... Oct 27 20:20:23.432 INFO kablam! 3540 | rt_alloc_layout_checked!(rt_pow2_1bytes_32align_alloc_layout_checked, 1, 32); Oct 27 20:20:23.432 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! Oct 27 20:20:23.432 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.432 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.432 INFO kablam! | Oct 27 20:20:23.432 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.433 INFO kablam! | ^^^^^ Oct 27 20:20:23.433 INFO kablam! ... Oct 27 20:20:23.433 INFO kablam! 3553 | rt_alloc_layout_checked!(rt_pow2_2bytes_32align_alloc_layout_checked, 2, 32); Oct 27 20:20:23.433 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.433 INFO kablam! | Oct 27 20:20:23.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.433 INFO kablam! | Oct 27 20:20:23.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.433 INFO kablam! | Oct 27 20:20:23.433 INFO kablam! Oct 27 20:20:23.433 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.433 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.433 INFO kablam! | Oct 27 20:20:23.433 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.433 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.433 INFO kablam! ... Oct 27 20:20:23.433 INFO kablam! 3553 | rt_alloc_layout_checked!(rt_pow2_2bytes_32align_alloc_layout_checked, 2, 32); Oct 27 20:20:23.433 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.433 INFO kablam! | Oct 27 20:20:23.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.433 INFO kablam! | Oct 27 20:20:23.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.433 INFO kablam! | Oct 27 20:20:23.433 INFO kablam! Oct 27 20:20:23.433 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.433 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.433 INFO kablam! | Oct 27 20:20:23.433 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.433 INFO kablam! | ^^^^^ Oct 27 20:20:23.433 INFO kablam! ... Oct 27 20:20:23.433 INFO kablam! 3566 | rt_alloc_layout_checked!(rt_pow2_4bytes_32align_alloc_layout_checked, 4, 32); Oct 27 20:20:23.433 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.433 INFO kablam! | Oct 27 20:20:23.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.433 INFO kablam! | Oct 27 20:20:23.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.433 INFO kablam! | Oct 27 20:20:23.433 INFO kablam! Oct 27 20:20:23.446 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.446 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.446 INFO kablam! | Oct 27 20:20:23.446 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.446 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.446 INFO kablam! ... Oct 27 20:20:23.446 INFO kablam! 3566 | rt_alloc_layout_checked!(rt_pow2_4bytes_32align_alloc_layout_checked, 4, 32); Oct 27 20:20:23.446 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.446 INFO kablam! | Oct 27 20:20:23.446 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.446 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.446 INFO kablam! | Oct 27 20:20:23.446 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.446 INFO kablam! | Oct 27 20:20:23.446 INFO kablam! Oct 27 20:20:23.446 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.446 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.446 INFO kablam! | Oct 27 20:20:23.446 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.446 INFO kablam! | ^^^^^ Oct 27 20:20:23.446 INFO kablam! ... Oct 27 20:20:23.446 INFO kablam! 3579 | rt_alloc_layout_checked!(rt_pow2_8bytes_32align_alloc_layout_checked, 8, 32); Oct 27 20:20:23.446 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.446 INFO kablam! | Oct 27 20:20:23.446 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.446 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.446 INFO kablam! | Oct 27 20:20:23.446 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.446 INFO kablam! | Oct 27 20:20:23.446 INFO kablam! Oct 27 20:20:23.446 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.446 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.446 INFO kablam! | Oct 27 20:20:23.446 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.446 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.446 INFO kablam! ... Oct 27 20:20:23.446 INFO kablam! 3579 | rt_alloc_layout_checked!(rt_pow2_8bytes_32align_alloc_layout_checked, 8, 32); Oct 27 20:20:23.446 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.447 INFO kablam! | Oct 27 20:20:23.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.447 INFO kablam! | Oct 27 20:20:23.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.447 INFO kablam! | Oct 27 20:20:23.447 INFO kablam! Oct 27 20:20:23.447 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.447 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.447 INFO kablam! | Oct 27 20:20:23.447 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.447 INFO kablam! | ^^^^^ Oct 27 20:20:23.447 INFO kablam! ... Oct 27 20:20:23.447 INFO kablam! 3592 | rt_alloc_layout_checked!(rt_pow2_16bytes_32align_alloc_layout_checked, 16, 32); Oct 27 20:20:23.447 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.447 INFO kablam! | Oct 27 20:20:23.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.447 INFO kablam! | Oct 27 20:20:23.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.447 INFO kablam! | Oct 27 20:20:23.447 INFO kablam! Oct 27 20:20:23.447 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.447 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.447 INFO kablam! | Oct 27 20:20:23.447 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.447 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.447 INFO kablam! ... Oct 27 20:20:23.447 INFO kablam! 3592 | rt_alloc_layout_checked!(rt_pow2_16bytes_32align_alloc_layout_checked, 16, 32); Oct 27 20:20:23.447 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.447 INFO kablam! | Oct 27 20:20:23.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.447 INFO kablam! | Oct 27 20:20:23.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.447 INFO kablam! | Oct 27 20:20:23.447 INFO kablam! Oct 27 20:20:23.447 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.447 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.447 INFO kablam! | Oct 27 20:20:23.447 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.447 INFO kablam! | ^^^^^ Oct 27 20:20:23.447 INFO kablam! ... Oct 27 20:20:23.447 INFO kablam! 3605 | rt_alloc_layout_checked!(rt_pow2_32bytes_32align_alloc_layout_checked, 32, 32); Oct 27 20:20:23.447 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.447 INFO kablam! | Oct 27 20:20:23.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.447 INFO kablam! | Oct 27 20:20:23.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.448 INFO kablam! | Oct 27 20:20:23.448 INFO kablam! Oct 27 20:20:23.448 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.448 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.448 INFO kablam! | Oct 27 20:20:23.448 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.448 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.448 INFO kablam! ... Oct 27 20:20:23.448 INFO kablam! 3605 | rt_alloc_layout_checked!(rt_pow2_32bytes_32align_alloc_layout_checked, 32, 32); Oct 27 20:20:23.448 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.448 INFO kablam! | Oct 27 20:20:23.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.448 INFO kablam! | Oct 27 20:20:23.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.448 INFO kablam! | Oct 27 20:20:23.448 INFO kablam! Oct 27 20:20:23.448 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.448 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.448 INFO kablam! | Oct 27 20:20:23.448 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.448 INFO kablam! | ^^^^^ Oct 27 20:20:23.448 INFO kablam! ... Oct 27 20:20:23.448 INFO kablam! 3618 | rt_alloc_layout_checked!(rt_pow2_64bytes_32align_alloc_layout_checked, 64, 32); Oct 27 20:20:23.448 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.448 INFO kablam! | Oct 27 20:20:23.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.448 INFO kablam! | Oct 27 20:20:23.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.448 INFO kablam! | Oct 27 20:20:23.448 INFO kablam! Oct 27 20:20:23.448 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.448 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.448 INFO kablam! | Oct 27 20:20:23.448 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.448 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.448 INFO kablam! ... Oct 27 20:20:23.448 INFO kablam! 3618 | rt_alloc_layout_checked!(rt_pow2_64bytes_32align_alloc_layout_checked, 64, 32); Oct 27 20:20:23.448 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.448 INFO kablam! | Oct 27 20:20:23.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.448 INFO kablam! | Oct 27 20:20:23.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.448 INFO kablam! | Oct 27 20:20:23.448 INFO kablam! Oct 27 20:20:23.448 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.448 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.448 INFO kablam! | Oct 27 20:20:23.448 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.448 INFO kablam! | ^^^^^ Oct 27 20:20:23.448 INFO kablam! ... Oct 27 20:20:23.448 INFO kablam! 3631 | rt_alloc_layout_checked!(rt_pow2_128bytes_32align_alloc_layout_checked, 128, 32); Oct 27 20:20:23.448 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.448 INFO kablam! | Oct 27 20:20:23.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.448 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! Oct 27 20:20:23.449 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.449 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.449 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.449 INFO kablam! ... Oct 27 20:20:23.449 INFO kablam! 3631 | rt_alloc_layout_checked!(rt_pow2_128bytes_32align_alloc_layout_checked, 128, 32); Oct 27 20:20:23.449 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! Oct 27 20:20:23.449 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.449 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.449 INFO kablam! | ^^^^^ Oct 27 20:20:23.449 INFO kablam! ... Oct 27 20:20:23.449 INFO kablam! 3644 | rt_alloc_layout_checked!(rt_pow2_256bytes_32align_alloc_layout_checked, 256, 32); Oct 27 20:20:23.449 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! Oct 27 20:20:23.449 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.449 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.449 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.449 INFO kablam! ... Oct 27 20:20:23.449 INFO kablam! 3644 | rt_alloc_layout_checked!(rt_pow2_256bytes_32align_alloc_layout_checked, 256, 32); Oct 27 20:20:23.449 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! Oct 27 20:20:23.449 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.449 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.449 INFO kablam! | ^^^^^ Oct 27 20:20:23.449 INFO kablam! ... Oct 27 20:20:23.449 INFO kablam! 3657 | rt_alloc_layout_checked!(rt_pow2_512bytes_32align_alloc_layout_checked, 512, 32); Oct 27 20:20:23.449 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! Oct 27 20:20:23.449 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.449 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.449 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.449 INFO kablam! ... Oct 27 20:20:23.449 INFO kablam! 3657 | rt_alloc_layout_checked!(rt_pow2_512bytes_32align_alloc_layout_checked, 512, 32); Oct 27 20:20:23.449 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.449 INFO kablam! | Oct 27 20:20:23.449 INFO kablam! Oct 27 20:20:23.463 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.463 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.463 INFO kablam! | Oct 27 20:20:23.464 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.464 INFO kablam! | ^^^^^ Oct 27 20:20:23.464 INFO kablam! ... Oct 27 20:20:23.464 INFO kablam! 3670 | rt_alloc_layout_checked!(rt_pow2_1024bytes_32align_alloc_layout_checked, 1024, 32); Oct 27 20:20:23.464 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.464 INFO kablam! | Oct 27 20:20:23.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.464 INFO kablam! | Oct 27 20:20:23.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.464 INFO kablam! | Oct 27 20:20:23.464 INFO kablam! Oct 27 20:20:23.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.464 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.464 INFO kablam! | Oct 27 20:20:23.464 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.464 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.464 INFO kablam! ... Oct 27 20:20:23.464 INFO kablam! 3670 | rt_alloc_layout_checked!(rt_pow2_1024bytes_32align_alloc_layout_checked, 1024, 32); Oct 27 20:20:23.464 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.464 INFO kablam! | Oct 27 20:20:23.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.464 INFO kablam! | Oct 27 20:20:23.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.464 INFO kablam! | Oct 27 20:20:23.464 INFO kablam! Oct 27 20:20:23.464 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.464 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.464 INFO kablam! | Oct 27 20:20:23.464 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.464 INFO kablam! | ^^^^^ Oct 27 20:20:23.464 INFO kablam! ... Oct 27 20:20:23.464 INFO kablam! 3683 | rt_alloc_layout_checked!(rt_pow2_2048bytes_32align_alloc_layout_checked, 2048, 32); Oct 27 20:20:23.464 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.464 INFO kablam! | Oct 27 20:20:23.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.464 INFO kablam! | Oct 27 20:20:23.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.464 INFO kablam! | Oct 27 20:20:23.464 INFO kablam! Oct 27 20:20:23.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.464 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.464 INFO kablam! | Oct 27 20:20:23.464 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.464 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.464 INFO kablam! ... Oct 27 20:20:23.464 INFO kablam! 3683 | rt_alloc_layout_checked!(rt_pow2_2048bytes_32align_alloc_layout_checked, 2048, 32); Oct 27 20:20:23.464 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.464 INFO kablam! | Oct 27 20:20:23.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.464 INFO kablam! | Oct 27 20:20:23.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.464 INFO kablam! | Oct 27 20:20:23.464 INFO kablam! Oct 27 20:20:23.464 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.464 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.465 INFO kablam! | ^^^^^ Oct 27 20:20:23.465 INFO kablam! ... Oct 27 20:20:23.465 INFO kablam! 3696 | rt_alloc_layout_checked!(rt_pow2_4096bytes_32align_alloc_layout_checked, 4096, 32); Oct 27 20:20:23.465 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! Oct 27 20:20:23.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.465 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.465 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.465 INFO kablam! ... Oct 27 20:20:23.465 INFO kablam! 3696 | rt_alloc_layout_checked!(rt_pow2_4096bytes_32align_alloc_layout_checked, 4096, 32); Oct 27 20:20:23.465 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! Oct 27 20:20:23.465 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.465 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.465 INFO kablam! | ^^^^^ Oct 27 20:20:23.465 INFO kablam! ... Oct 27 20:20:23.465 INFO kablam! 3709 | rt_alloc_layout_checked!(rt_pow2_8192bytes_32align_alloc_layout_checked, 8192, 32); Oct 27 20:20:23.465 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! Oct 27 20:20:23.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.465 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.465 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.465 INFO kablam! ... Oct 27 20:20:23.465 INFO kablam! 3709 | rt_alloc_layout_checked!(rt_pow2_8192bytes_32align_alloc_layout_checked, 8192, 32); Oct 27 20:20:23.465 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! Oct 27 20:20:23.465 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.465 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.465 INFO kablam! | ^^^^^ Oct 27 20:20:23.465 INFO kablam! ... Oct 27 20:20:23.465 INFO kablam! 3722 | rt_alloc_layout_checked!(rt_pow2_16384bytes_32align_alloc_layout_checked, 16384, 32); Oct 27 20:20:23.465 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! Oct 27 20:20:23.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.465 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.465 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.465 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.465 INFO kablam! ... Oct 27 20:20:23.465 INFO kablam! 3722 | rt_alloc_layout_checked!(rt_pow2_16384bytes_32align_alloc_layout_checked, 16384, 32); Oct 27 20:20:23.465 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.465 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! Oct 27 20:20:23.466 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.466 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.466 INFO kablam! | ^^^^^ Oct 27 20:20:23.466 INFO kablam! ... Oct 27 20:20:23.466 INFO kablam! 3735 | rt_alloc_layout_checked!(rt_pow2_32768bytes_32align_alloc_layout_checked, 32768, 32); Oct 27 20:20:23.466 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! Oct 27 20:20:23.466 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.466 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.466 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.466 INFO kablam! ... Oct 27 20:20:23.466 INFO kablam! 3735 | rt_alloc_layout_checked!(rt_pow2_32768bytes_32align_alloc_layout_checked, 32768, 32); Oct 27 20:20:23.466 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! Oct 27 20:20:23.466 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.466 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.466 INFO kablam! | ^^^^^ Oct 27 20:20:23.466 INFO kablam! ... Oct 27 20:20:23.466 INFO kablam! 3748 | rt_alloc_layout_checked!(rt_pow2_65536bytes_32align_alloc_layout_checked, 65536, 32); Oct 27 20:20:23.466 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! Oct 27 20:20:23.466 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.466 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.466 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.466 INFO kablam! ... Oct 27 20:20:23.466 INFO kablam! 3748 | rt_alloc_layout_checked!(rt_pow2_65536bytes_32align_alloc_layout_checked, 65536, 32); Oct 27 20:20:23.466 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! Oct 27 20:20:23.466 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.466 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.466 INFO kablam! | ^^^^^ Oct 27 20:20:23.466 INFO kablam! ... Oct 27 20:20:23.466 INFO kablam! 3761 | rt_alloc_layout_checked!(rt_pow2_131072bytes_32align_alloc_layout_checked, 131072, 32); Oct 27 20:20:23.466 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.466 INFO kablam! | Oct 27 20:20:23.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.466 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.470 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! 3761 | rt_alloc_layout_checked!(rt_pow2_131072bytes_32align_alloc_layout_checked, 131072, 32); 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.470 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.470 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.470 INFO kablam! | Oct 27 20:20:23.470 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.470 INFO kablam! | ^^^^^ Oct 27 20:20:23.470 INFO kablam! ... Oct 27 20:20:23.470 INFO kablam! 3774 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_32align_alloc_layout_checked, 4194304, 32); 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.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.474 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.474 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.474 INFO kablam! | Oct 27 20:20:23.474 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! 3774 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_32align_alloc_layout_checked, 4194304, 32); 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.474 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.474 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.474 INFO kablam! | Oct 27 20:20:23.474 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.474 INFO kablam! | ^^^^^ Oct 27 20:20:23.474 INFO kablam! ... Oct 27 20:20:23.474 INFO kablam! 3788 | rt_alloc_layout_checked!(rt_even_10bytes_32align_alloc_layout_checked, 10, 32); 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.474 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.474 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.474 INFO kablam! | Oct 27 20:20:23.474 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! 3788 | rt_alloc_layout_checked!(rt_even_10bytes_32align_alloc_layout_checked, 10, 32); 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.474 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.474 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.474 INFO kablam! | Oct 27 20:20:23.474 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.474 INFO kablam! | ^^^^^ Oct 27 20:20:23.474 INFO kablam! ... Oct 27 20:20:23.474 INFO kablam! 3801 | rt_alloc_layout_checked!(rt_even_100bytes_32align_alloc_layout_checked, 100, 32); 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.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.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! Oct 27 20:20:23.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.476 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.476 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.476 INFO kablam! ... Oct 27 20:20:23.476 INFO kablam! 3801 | rt_alloc_layout_checked!(rt_even_100bytes_32align_alloc_layout_checked, 100, 32); Oct 27 20:20:23.476 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! Oct 27 20:20:23.476 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.476 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.476 INFO kablam! | ^^^^^ Oct 27 20:20:23.476 INFO kablam! ... Oct 27 20:20:23.476 INFO kablam! 3814 | rt_alloc_layout_checked!(rt_even_1000bytes_32align_alloc_layout_checked, 1000, 32); Oct 27 20:20:23.476 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! Oct 27 20:20:23.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.476 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.476 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.476 INFO kablam! ... Oct 27 20:20:23.476 INFO kablam! 3814 | rt_alloc_layout_checked!(rt_even_1000bytes_32align_alloc_layout_checked, 1000, 32); Oct 27 20:20:23.476 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! Oct 27 20:20:23.476 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.476 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.476 INFO kablam! | ^^^^^ Oct 27 20:20:23.476 INFO kablam! ... Oct 27 20:20:23.476 INFO kablam! 3827 | rt_alloc_layout_checked!(rt_even_10000bytes_32align_alloc_layout_checked, 10000, 32); Oct 27 20:20:23.476 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! Oct 27 20:20:23.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.476 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.476 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.476 INFO kablam! ... Oct 27 20:20:23.476 INFO kablam! 3827 | rt_alloc_layout_checked!(rt_even_10000bytes_32align_alloc_layout_checked, 10000, 32); Oct 27 20:20:23.476 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! Oct 27 20:20:23.476 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.476 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.476 INFO kablam! | Oct 27 20:20:23.476 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.476 INFO kablam! | ^^^^^ Oct 27 20:20:23.477 INFO kablam! ... Oct 27 20:20:23.477 INFO kablam! 3840 | rt_alloc_layout_checked!(rt_even_100000bytes_32align_alloc_layout_checked, 100000, 32); Oct 27 20:20:23.477 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.477 INFO kablam! | Oct 27 20:20:23.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.477 INFO kablam! | Oct 27 20:20:23.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.477 INFO kablam! | Oct 27 20:20:23.477 INFO kablam! Oct 27 20:20:23.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.477 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.477 INFO kablam! | Oct 27 20:20:23.477 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.477 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.477 INFO kablam! ... Oct 27 20:20:23.477 INFO kablam! 3840 | rt_alloc_layout_checked!(rt_even_100000bytes_32align_alloc_layout_checked, 100000, 32); Oct 27 20:20:23.477 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.477 INFO kablam! | Oct 27 20:20:23.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.477 INFO kablam! | Oct 27 20:20:23.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.477 INFO kablam! | Oct 27 20:20:23.477 INFO kablam! Oct 27 20:20:23.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.477 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.477 INFO kablam! | Oct 27 20:20:23.477 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.477 INFO kablam! | ^^^^^ Oct 27 20:20:23.477 INFO kablam! ... Oct 27 20:20:23.477 INFO kablam! 3853 | rt_alloc_layout_checked!(rt_even_1000000bytes_32align_alloc_layout_checked, 1000000, 32); Oct 27 20:20:23.477 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.477 INFO kablam! | Oct 27 20:20:23.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.477 INFO kablam! | Oct 27 20:20:23.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.482 INFO kablam! | Oct 27 20:20:23.482 INFO kablam! Oct 27 20:20:23.482 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.482 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.482 INFO kablam! | Oct 27 20:20:23.482 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.482 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.482 INFO kablam! ... Oct 27 20:20:23.482 INFO kablam! 3853 | rt_alloc_layout_checked!(rt_even_1000000bytes_32align_alloc_layout_checked, 1000000, 32); Oct 27 20:20:23.482 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.482 INFO kablam! | Oct 27 20:20:23.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.482 INFO kablam! | Oct 27 20:20:23.482 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.482 INFO kablam! | Oct 27 20:20:23.482 INFO kablam! Oct 27 20:20:23.482 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.492 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.492 INFO kablam! | Oct 27 20:20:23.492 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.492 INFO kablam! | ^^^^^ Oct 27 20:20:23.492 INFO kablam! ... Oct 27 20:20:23.492 INFO kablam! 3867 | rt_alloc_layout_checked!(rt_odd_10bytes_32align_alloc_layout_checked, 10- 1, 32); Oct 27 20:20:23.492 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.492 INFO kablam! | Oct 27 20:20:23.492 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.492 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.493 INFO kablam! | Oct 27 20:20:23.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.493 INFO kablam! | Oct 27 20:20:23.493 INFO kablam! Oct 27 20:20:23.493 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.493 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.493 INFO kablam! | Oct 27 20:20:23.493 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.493 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.493 INFO kablam! ... Oct 27 20:20:23.493 INFO kablam! 3867 | rt_alloc_layout_checked!(rt_odd_10bytes_32align_alloc_layout_checked, 10- 1, 32); Oct 27 20:20:23.493 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.493 INFO kablam! | Oct 27 20:20:23.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.495 INFO kablam! | Oct 27 20:20:23.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.495 INFO kablam! | Oct 27 20:20:23.495 INFO kablam! Oct 27 20:20:23.495 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.495 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.495 INFO kablam! | Oct 27 20:20:23.495 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.495 INFO kablam! | ^^^^^ Oct 27 20:20:23.495 INFO kablam! ... Oct 27 20:20:23.495 INFO kablam! 3880 | rt_alloc_layout_checked!(rt_odd_100bytes_32align_alloc_layout_checked, 100- 1, 32); Oct 27 20:20:23.495 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.495 INFO kablam! | Oct 27 20:20:23.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.495 INFO kablam! | Oct 27 20:20:23.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.495 INFO kablam! | Oct 27 20:20:23.495 INFO kablam! Oct 27 20:20:23.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.495 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.495 INFO kablam! | Oct 27 20:20:23.495 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.495 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.495 INFO kablam! ... Oct 27 20:20:23.495 INFO kablam! 3880 | rt_alloc_layout_checked!(rt_odd_100bytes_32align_alloc_layout_checked, 100- 1, 32); Oct 27 20:20:23.495 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! Oct 27 20:20:23.496 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.496 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.496 INFO kablam! | ^^^^^ Oct 27 20:20:23.496 INFO kablam! ... Oct 27 20:20:23.496 INFO kablam! 3893 | rt_alloc_layout_checked!(rt_odd_1000bytes_32align_alloc_layout_checked, 1000- 1, 32); Oct 27 20:20:23.496 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! Oct 27 20:20:23.496 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.496 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.496 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.496 INFO kablam! ... Oct 27 20:20:23.496 INFO kablam! 3893 | rt_alloc_layout_checked!(rt_odd_1000bytes_32align_alloc_layout_checked, 1000- 1, 32); Oct 27 20:20:23.496 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! Oct 27 20:20:23.496 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.496 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.496 INFO kablam! | ^^^^^ Oct 27 20:20:23.496 INFO kablam! ... Oct 27 20:20:23.496 INFO kablam! 3906 | rt_alloc_layout_checked!(rt_odd_10000bytes_32align_alloc_layout_checked, 10000- 1, 32); Oct 27 20:20:23.496 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! Oct 27 20:20:23.496 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.496 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.496 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.496 INFO kablam! ... Oct 27 20:20:23.496 INFO kablam! 3906 | rt_alloc_layout_checked!(rt_odd_10000bytes_32align_alloc_layout_checked, 10000- 1, 32); Oct 27 20:20:23.496 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! Oct 27 20:20:23.496 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.496 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.496 INFO kablam! | ^^^^^ Oct 27 20:20:23.496 INFO kablam! ... Oct 27 20:20:23.496 INFO kablam! 3919 | rt_alloc_layout_checked!(rt_odd_100000bytes_32align_alloc_layout_checked, 100000- 1, 32); Oct 27 20:20:23.496 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! Oct 27 20:20:23.496 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.496 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.496 INFO kablam! | Oct 27 20:20:23.496 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.497 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.497 INFO kablam! ... Oct 27 20:20:23.497 INFO kablam! 3919 | rt_alloc_layout_checked!(rt_odd_100000bytes_32align_alloc_layout_checked, 100000- 1, 32); Oct 27 20:20:23.497 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! Oct 27 20:20:23.497 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.497 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.497 INFO kablam! | ^^^^^ Oct 27 20:20:23.497 INFO kablam! ... Oct 27 20:20:23.497 INFO kablam! 3932 | rt_alloc_layout_checked!(rt_odd_1000000bytes_32align_alloc_layout_checked, 1000000- 1, 32); Oct 27 20:20:23.497 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! Oct 27 20:20:23.497 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.497 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.497 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.497 INFO kablam! ... Oct 27 20:20:23.497 INFO kablam! 3932 | rt_alloc_layout_checked!(rt_odd_1000000bytes_32align_alloc_layout_checked, 1000000- 1, 32); Oct 27 20:20:23.497 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! Oct 27 20:20:23.497 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.497 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.497 INFO kablam! | ^^^^^ Oct 27 20:20:23.497 INFO kablam! ... Oct 27 20:20:23.497 INFO kablam! 3946 | rt_alloc_layout_checked!(rt_primes_3bytes_32align_alloc_layout_checked, 3, 32); Oct 27 20:20:23.497 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! Oct 27 20:20:23.497 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.497 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.497 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.497 INFO kablam! ... Oct 27 20:20:23.497 INFO kablam! 3946 | rt_alloc_layout_checked!(rt_primes_3bytes_32align_alloc_layout_checked, 3, 32); Oct 27 20:20:23.497 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! Oct 27 20:20:23.497 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.497 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.497 INFO kablam! | ^^^^^ Oct 27 20:20:23.497 INFO kablam! ... Oct 27 20:20:23.497 INFO kablam! 3959 | rt_alloc_layout_checked!(rt_primes_7bytes_32align_alloc_layout_checked, 7, 32); Oct 27 20:20:23.497 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.497 INFO kablam! | Oct 27 20:20:23.498 INFO kablam! Oct 27 20:20:23.498 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.498 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.498 INFO kablam! | Oct 27 20:20:23.498 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.498 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.498 INFO kablam! ... Oct 27 20:20:23.498 INFO kablam! 3959 | rt_alloc_layout_checked!(rt_primes_7bytes_32align_alloc_layout_checked, 7, 32); Oct 27 20:20:23.498 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.498 INFO kablam! | Oct 27 20:20:23.498 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.498 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.498 INFO kablam! | Oct 27 20:20:23.498 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.498 INFO kablam! | Oct 27 20:20:23.498 INFO kablam! Oct 27 20:20:23.498 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.498 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.498 INFO kablam! | Oct 27 20:20:23.498 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.498 INFO kablam! | ^^^^^ Oct 27 20:20:23.498 INFO kablam! ... Oct 27 20:20:23.498 INFO kablam! 3972 | rt_alloc_layout_checked!(rt_primes_13bytes_32align_alloc_layout_checked, 13, 32); Oct 27 20:20:23.498 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.498 INFO kablam! | Oct 27 20:20:23.498 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.507 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.507 INFO kablam! | Oct 27 20:20:23.507 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.507 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.507 INFO kablam! ... Oct 27 20:20:23.507 INFO kablam! 3972 | rt_alloc_layout_checked!(rt_primes_13bytes_32align_alloc_layout_checked, 13, 32); Oct 27 20:20:23.507 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.507 INFO kablam! | Oct 27 20:20:23.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.507 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.507 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.507 INFO kablam! | Oct 27 20:20:23.507 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.507 INFO kablam! | ^^^^^ Oct 27 20:20:23.508 INFO kablam! ... Oct 27 20:20:23.508 INFO kablam! 3985 | rt_alloc_layout_checked!(rt_primes_17bytes_32align_alloc_layout_checked, 17, 32); Oct 27 20:20:23.508 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.508 INFO kablam! | Oct 27 20:20:23.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.508 INFO kablam! | Oct 27 20:20:23.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.508 INFO kablam! | Oct 27 20:20:23.508 INFO kablam! Oct 27 20:20:23.508 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.508 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.508 INFO kablam! | Oct 27 20:20:23.508 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.508 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.508 INFO kablam! ... Oct 27 20:20:23.508 INFO kablam! 3985 | rt_alloc_layout_checked!(rt_primes_17bytes_32align_alloc_layout_checked, 17, 32); Oct 27 20:20:23.508 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.508 INFO kablam! | Oct 27 20:20:23.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.508 INFO kablam! | Oct 27 20:20:23.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.508 INFO kablam! | Oct 27 20:20:23.508 INFO kablam! Oct 27 20:20:23.508 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.508 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.508 INFO kablam! | Oct 27 20:20:23.508 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.508 INFO kablam! | ^^^^^ Oct 27 20:20:23.508 INFO kablam! ... Oct 27 20:20:23.508 INFO kablam! 3998 | rt_alloc_layout_checked!(rt_primes_31bytes_32align_alloc_layout_checked, 31, 32); Oct 27 20:20:23.508 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.508 INFO kablam! | Oct 27 20:20:23.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.508 INFO kablam! | Oct 27 20:20:23.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.508 INFO kablam! | Oct 27 20:20:23.508 INFO kablam! Oct 27 20:20:23.508 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.508 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.508 INFO kablam! | Oct 27 20:20:23.508 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.508 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.508 INFO kablam! ... Oct 27 20:20:23.508 INFO kablam! 3998 | rt_alloc_layout_checked!(rt_primes_31bytes_32align_alloc_layout_checked, 31, 32); Oct 27 20:20:23.508 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.508 INFO kablam! | Oct 27 20:20:23.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.508 INFO kablam! | Oct 27 20:20:23.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.508 INFO kablam! | Oct 27 20:20:23.508 INFO kablam! Oct 27 20:20:23.508 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.508 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.508 INFO kablam! | Oct 27 20:20:23.508 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.509 INFO kablam! | ^^^^^ Oct 27 20:20:23.509 INFO kablam! ... Oct 27 20:20:23.509 INFO kablam! 4011 | rt_alloc_layout_checked!(rt_primes_61bytes_32align_alloc_layout_checked, 61, 32); Oct 27 20:20:23.509 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! Oct 27 20:20:23.509 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.509 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.509 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.509 INFO kablam! ... Oct 27 20:20:23.509 INFO kablam! 4011 | rt_alloc_layout_checked!(rt_primes_61bytes_32align_alloc_layout_checked, 61, 32); Oct 27 20:20:23.509 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! Oct 27 20:20:23.509 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.509 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.509 INFO kablam! | ^^^^^ Oct 27 20:20:23.509 INFO kablam! ... Oct 27 20:20:23.509 INFO kablam! 4024 | rt_alloc_layout_checked!(rt_primes_96bytes_32align_alloc_layout_checked, 96, 32); Oct 27 20:20:23.509 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! Oct 27 20:20:23.509 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.509 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.509 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.509 INFO kablam! ... Oct 27 20:20:23.509 INFO kablam! 4024 | rt_alloc_layout_checked!(rt_primes_96bytes_32align_alloc_layout_checked, 96, 32); Oct 27 20:20:23.509 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! Oct 27 20:20:23.509 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.509 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.509 INFO kablam! | ^^^^^ Oct 27 20:20:23.509 INFO kablam! ... Oct 27 20:20:23.509 INFO kablam! 4037 | rt_alloc_layout_checked!(rt_primes_127bytes_32align_alloc_layout_checked, 127, 32); Oct 27 20:20:23.509 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! Oct 27 20:20:23.509 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.509 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.509 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.509 INFO kablam! ... Oct 27 20:20:23.509 INFO kablam! 4037 | rt_alloc_layout_checked!(rt_primes_127bytes_32align_alloc_layout_checked, 127, 32); Oct 27 20:20:23.509 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.509 INFO kablam! | Oct 27 20:20:23.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.510 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.510 INFO kablam! | Oct 27 20:20:23.510 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.510 INFO kablam! | Oct 27 20:20:23.510 INFO kablam! Oct 27 20:20:23.519 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.519 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.519 INFO kablam! | ^^^^^ Oct 27 20:20:23.519 INFO kablam! ... Oct 27 20:20:23.519 INFO kablam! 4050 | rt_alloc_layout_checked!(rt_primes_257bytes_32align_alloc_layout_checked, 257, 32); Oct 27 20:20:23.519 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! Oct 27 20:20:23.519 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.519 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.519 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.519 INFO kablam! ... Oct 27 20:20:23.519 INFO kablam! 4050 | rt_alloc_layout_checked!(rt_primes_257bytes_32align_alloc_layout_checked, 257, 32); Oct 27 20:20:23.519 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! Oct 27 20:20:23.519 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.519 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.519 INFO kablam! | ^^^^^ Oct 27 20:20:23.519 INFO kablam! ... Oct 27 20:20:23.519 INFO kablam! 4063 | rt_alloc_layout_checked!(rt_primes_509bytes_32align_alloc_layout_checked, 509, 32); Oct 27 20:20:23.519 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! Oct 27 20:20:23.519 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.519 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.519 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.519 INFO kablam! ... Oct 27 20:20:23.519 INFO kablam! 4063 | rt_alloc_layout_checked!(rt_primes_509bytes_32align_alloc_layout_checked, 509, 32); Oct 27 20:20:23.519 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! Oct 27 20:20:23.519 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.519 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.519 INFO kablam! | ^^^^^ Oct 27 20:20:23.519 INFO kablam! ... Oct 27 20:20:23.519 INFO kablam! 4076 | rt_alloc_layout_checked!(rt_primes_1021bytes_32align_alloc_layout_checked, 1021, 32); Oct 27 20:20:23.519 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! Oct 27 20:20:23.519 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.519 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.519 INFO kablam! | Oct 27 20:20:23.519 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.519 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.520 INFO kablam! ... Oct 27 20:20:23.520 INFO kablam! 4076 | rt_alloc_layout_checked!(rt_primes_1021bytes_32align_alloc_layout_checked, 1021, 32); Oct 27 20:20:23.520 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.520 INFO kablam! | Oct 27 20:20:23.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.520 INFO kablam! | Oct 27 20:20:23.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.520 INFO kablam! | Oct 27 20:20:23.520 INFO kablam! Oct 27 20:20:23.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.520 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.520 INFO kablam! | Oct 27 20:20:23.520 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.520 INFO kablam! | ^^^^^ Oct 27 20:20:23.520 INFO kablam! ... Oct 27 20:20:23.520 INFO kablam! 4089 | rt_alloc_layout_checked!(rt_primes_2039bytes_32align_alloc_layout_checked, 2039, 32); Oct 27 20:20:23.520 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.520 INFO kablam! | Oct 27 20:20:23.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.520 INFO kablam! | Oct 27 20:20:23.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.520 INFO kablam! | Oct 27 20:20:23.520 INFO kablam! Oct 27 20:20:23.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.520 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.520 INFO kablam! | Oct 27 20:20:23.520 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.520 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.520 INFO kablam! ... Oct 27 20:20:23.520 INFO kablam! 4089 | rt_alloc_layout_checked!(rt_primes_2039bytes_32align_alloc_layout_checked, 2039, 32); Oct 27 20:20:23.520 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.520 INFO kablam! | Oct 27 20:20:23.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.520 INFO kablam! | Oct 27 20:20:23.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.520 INFO kablam! | Oct 27 20:20:23.520 INFO kablam! Oct 27 20:20:23.523 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.523 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.523 INFO kablam! | Oct 27 20:20:23.523 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.523 INFO kablam! | ^^^^^ Oct 27 20:20:23.523 INFO kablam! ... Oct 27 20:20:23.523 INFO kablam! 4102 | rt_alloc_layout_checked!(rt_primes_4093bytes_32align_alloc_layout_checked, 4093, 32); Oct 27 20:20:23.523 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.523 INFO kablam! | Oct 27 20:20:23.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.523 INFO kablam! | Oct 27 20:20:23.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.523 INFO kablam! | Oct 27 20:20:23.523 INFO kablam! Oct 27 20:20:23.523 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.523 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.523 INFO kablam! | Oct 27 20:20:23.523 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.523 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.523 INFO kablam! ... Oct 27 20:20:23.523 INFO kablam! 4102 | rt_alloc_layout_checked!(rt_primes_4093bytes_32align_alloc_layout_checked, 4093, 32); Oct 27 20:20:23.523 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.523 INFO kablam! | Oct 27 20:20:23.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.523 INFO kablam! | Oct 27 20:20:23.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.523 INFO kablam! | Oct 27 20:20:23.523 INFO kablam! Oct 27 20:20:23.523 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.523 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.523 INFO kablam! | Oct 27 20:20:23.523 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.523 INFO kablam! | ^^^^^ Oct 27 20:20:23.523 INFO kablam! ... Oct 27 20:20:23.523 INFO kablam! 4115 | rt_alloc_layout_checked!(rt_primes_8191bytes_32align_alloc_layout_checked, 8191, 32); Oct 27 20:20:23.523 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.523 INFO kablam! | Oct 27 20:20:23.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.523 INFO kablam! | Oct 27 20:20:23.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.523 INFO kablam! | Oct 27 20:20:23.523 INFO kablam! Oct 27 20:20:23.523 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.523 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.523 INFO kablam! | Oct 27 20:20:23.523 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.523 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.523 INFO kablam! ... Oct 27 20:20:23.523 INFO kablam! 4115 | rt_alloc_layout_checked!(rt_primes_8191bytes_32align_alloc_layout_checked, 8191, 32); Oct 27 20:20:23.523 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.523 INFO kablam! | Oct 27 20:20:23.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.523 INFO kablam! | Oct 27 20:20:23.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.523 INFO kablam! | Oct 27 20:20:23.523 INFO kablam! Oct 27 20:20:23.527 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.527 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.527 INFO kablam! | Oct 27 20:20:23.527 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.527 INFO kablam! | ^^^^^ Oct 27 20:20:23.527 INFO kablam! ... Oct 27 20:20:23.527 INFO kablam! 4128 | rt_alloc_layout_checked!(rt_primes_16381bytes_32align_alloc_layout_checked, 16381, 32); Oct 27 20:20:23.527 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.527 INFO kablam! | Oct 27 20:20:23.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.527 INFO kablam! | Oct 27 20:20:23.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.527 INFO kablam! | Oct 27 20:20:23.527 INFO kablam! Oct 27 20:20:23.527 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.527 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.528 INFO kablam! | Oct 27 20:20:23.528 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.528 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.528 INFO kablam! ... Oct 27 20:20:23.528 INFO kablam! 4128 | rt_alloc_layout_checked!(rt_primes_16381bytes_32align_alloc_layout_checked, 16381, 32); Oct 27 20:20:23.528 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.528 INFO kablam! | Oct 27 20:20:23.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.528 INFO kablam! | Oct 27 20:20:23.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.528 INFO kablam! | Oct 27 20:20:23.528 INFO kablam! Oct 27 20:20:23.528 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.528 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.528 INFO kablam! | Oct 27 20:20:23.528 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.528 INFO kablam! | ^^^^^ Oct 27 20:20:23.528 INFO kablam! ... Oct 27 20:20:23.528 INFO kablam! 4141 | rt_alloc_layout_checked!(rt_primes_32749bytes_32align_alloc_layout_checked, 32749, 32); Oct 27 20:20:23.528 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.528 INFO kablam! | Oct 27 20:20:23.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.528 INFO kablam! | Oct 27 20:20:23.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.528 INFO kablam! | Oct 27 20:20:23.528 INFO kablam! Oct 27 20:20:23.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.528 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.528 INFO kablam! | Oct 27 20:20:23.528 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.528 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.528 INFO kablam! ... Oct 27 20:20:23.528 INFO kablam! 4141 | rt_alloc_layout_checked!(rt_primes_32749bytes_32align_alloc_layout_checked, 32749, 32); Oct 27 20:20:23.528 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.528 INFO kablam! | Oct 27 20:20:23.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.528 INFO kablam! | Oct 27 20:20:23.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.528 INFO kablam! | Oct 27 20:20:23.528 INFO kablam! Oct 27 20:20:23.528 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.528 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.528 INFO kablam! | Oct 27 20:20:23.529 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.529 INFO kablam! | ^^^^^ Oct 27 20:20:23.529 INFO kablam! ... Oct 27 20:20:23.529 INFO kablam! 4154 | rt_alloc_layout_checked!(rt_primes_65537bytes_32align_alloc_layout_checked, 65537, 32); Oct 27 20:20:23.529 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.529 INFO kablam! | Oct 27 20:20:23.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.529 INFO kablam! | Oct 27 20:20:23.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.529 INFO kablam! | Oct 27 20:20:23.529 INFO kablam! Oct 27 20:20:23.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.529 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.529 INFO kablam! | Oct 27 20:20:23.529 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.529 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.529 INFO kablam! ... Oct 27 20:20:23.529 INFO kablam! 4154 | rt_alloc_layout_checked!(rt_primes_65537bytes_32align_alloc_layout_checked, 65537, 32); Oct 27 20:20:23.529 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.529 INFO kablam! | Oct 27 20:20:23.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.529 INFO kablam! | Oct 27 20:20:23.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.529 INFO kablam! | Oct 27 20:20:23.529 INFO kablam! Oct 27 20:20:23.529 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.529 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.529 INFO kablam! | Oct 27 20:20:23.529 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.529 INFO kablam! | ^^^^^ Oct 27 20:20:23.529 INFO kablam! ... Oct 27 20:20:23.529 INFO kablam! 4167 | rt_alloc_layout_checked!(rt_primes_131071bytes_32align_alloc_layout_checked, 131071, 32); Oct 27 20:20:23.529 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.529 INFO kablam! | Oct 27 20:20:23.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.529 INFO kablam! | Oct 27 20:20:23.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.529 INFO kablam! | Oct 27 20:20:23.529 INFO kablam! Oct 27 20:20:23.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.529 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.529 INFO kablam! | Oct 27 20:20:23.529 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.529 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.529 INFO kablam! ... Oct 27 20:20:23.530 INFO kablam! 4167 | rt_alloc_layout_checked!(rt_primes_131071bytes_32align_alloc_layout_checked, 131071, 32); Oct 27 20:20:23.530 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.530 INFO kablam! | Oct 27 20:20:23.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.530 INFO kablam! | Oct 27 20:20:23.530 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.530 INFO kablam! | Oct 27 20:20:23.530 INFO kablam! Oct 27 20:20:23.530 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.530 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.530 INFO kablam! | Oct 27 20:20:23.530 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.530 INFO kablam! | ^^^^^ Oct 27 20:20:23.530 INFO kablam! ... Oct 27 20:20:23.530 INFO kablam! 4180 | rt_alloc_layout_checked!(rt_primes_4194301bytes_32align_alloc_layout_checked, 4194301, 32); Oct 27 20:20:23.530 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.530 INFO kablam! | Oct 27 20:20:23.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.530 INFO kablam! | Oct 27 20:20:23.530 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.530 INFO kablam! | Oct 27 20:20:23.530 INFO kablam! Oct 27 20:20:23.530 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.530 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.530 INFO kablam! | Oct 27 20:20:23.530 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.530 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.530 INFO kablam! ... Oct 27 20:20:23.530 INFO kablam! 4180 | rt_alloc_layout_checked!(rt_primes_4194301bytes_32align_alloc_layout_checked, 4194301, 32); Oct 27 20:20:23.530 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.530 INFO kablam! | Oct 27 20:20:23.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.530 INFO kablam! | Oct 27 20:20:23.530 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.530 INFO kablam! | Oct 27 20:20:23.530 INFO kablam! Oct 27 20:20:23.539 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.539 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.539 INFO kablam! | Oct 27 20:20:23.539 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.539 INFO kablam! | ^^^^^ Oct 27 20:20:23.539 INFO kablam! ... Oct 27 20:20:23.539 INFO kablam! 261 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_1align_alloc_layout_unchecked, 1, 1); Oct 27 20:20:23.539 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.539 INFO kablam! | Oct 27 20:20:23.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.539 INFO kablam! | Oct 27 20:20:23.539 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.539 INFO kablam! | Oct 27 20:20:23.539 INFO kablam! Oct 27 20:20:23.539 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.539 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.539 INFO kablam! | Oct 27 20:20:23.539 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.539 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.539 INFO kablam! ... Oct 27 20:20:23.540 INFO kablam! 261 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_1align_alloc_layout_unchecked, 1, 1); Oct 27 20:20:23.540 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.540 INFO kablam! | Oct 27 20:20:23.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.540 INFO kablam! | Oct 27 20:20:23.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.540 INFO kablam! | Oct 27 20:20:23.540 INFO kablam! Oct 27 20:20:23.540 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.540 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.540 INFO kablam! | Oct 27 20:20:23.540 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.540 INFO kablam! | ^^^^^ Oct 27 20:20:23.540 INFO kablam! ... Oct 27 20:20:23.540 INFO kablam! 274 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_1align_alloc_layout_unchecked, 2, 1); Oct 27 20:20:23.540 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.540 INFO kablam! | Oct 27 20:20:23.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.540 INFO kablam! | Oct 27 20:20:23.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.540 INFO kablam! | Oct 27 20:20:23.540 INFO kablam! Oct 27 20:20:23.540 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.540 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.540 INFO kablam! | Oct 27 20:20:23.540 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.540 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.540 INFO kablam! ... Oct 27 20:20:23.540 INFO kablam! 274 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_1align_alloc_layout_unchecked, 2, 1); Oct 27 20:20:23.540 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.540 INFO kablam! | Oct 27 20:20:23.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.540 INFO kablam! | Oct 27 20:20:23.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.540 INFO kablam! | Oct 27 20:20:23.540 INFO kablam! Oct 27 20:20:23.540 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.540 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.540 INFO kablam! | Oct 27 20:20:23.540 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.540 INFO kablam! | ^^^^^ Oct 27 20:20:23.540 INFO kablam! ... Oct 27 20:20:23.540 INFO kablam! 287 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_1align_alloc_layout_unchecked, 4, 1); Oct 27 20:20:23.540 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.541 INFO kablam! | Oct 27 20:20:23.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.541 INFO kablam! | Oct 27 20:20:23.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.541 INFO kablam! | Oct 27 20:20:23.541 INFO kablam! Oct 27 20:20:23.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.541 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.541 INFO kablam! | Oct 27 20:20:23.541 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.541 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.541 INFO kablam! ... Oct 27 20:20:23.541 INFO kablam! 287 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_1align_alloc_layout_unchecked, 4, 1); Oct 27 20:20:23.541 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.541 INFO kablam! | Oct 27 20:20:23.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.541 INFO kablam! | Oct 27 20:20:23.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.541 INFO kablam! | Oct 27 20:20:23.541 INFO kablam! Oct 27 20:20:23.541 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.541 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.541 INFO kablam! | Oct 27 20:20:23.541 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.541 INFO kablam! | ^^^^^ Oct 27 20:20:23.541 INFO kablam! ... Oct 27 20:20:23.541 INFO kablam! 300 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_1align_alloc_layout_unchecked, 8, 1); Oct 27 20:20:23.541 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.541 INFO kablam! | Oct 27 20:20:23.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.541 INFO kablam! | Oct 27 20:20:23.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.541 INFO kablam! | Oct 27 20:20:23.541 INFO kablam! Oct 27 20:20:23.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.541 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.541 INFO kablam! | Oct 27 20:20:23.541 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.541 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.541 INFO kablam! ... Oct 27 20:20:23.541 INFO kablam! 300 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_1align_alloc_layout_unchecked, 8, 1); Oct 27 20:20:23.541 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.541 INFO kablam! | Oct 27 20:20:23.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.541 INFO kablam! | Oct 27 20:20:23.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.542 INFO kablam! | Oct 27 20:20:23.542 INFO kablam! Oct 27 20:20:23.542 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.542 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.542 INFO kablam! | Oct 27 20:20:23.542 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.542 INFO kablam! | ^^^^^ Oct 27 20:20:23.542 INFO kablam! ... Oct 27 20:20:23.542 INFO kablam! 313 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_1align_alloc_layout_unchecked, 16, 1); Oct 27 20:20:23.542 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.542 INFO kablam! | Oct 27 20:20:23.542 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.542 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.542 INFO kablam! | Oct 27 20:20:23.542 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.542 INFO kablam! | Oct 27 20:20:23.542 INFO kablam! Oct 27 20:20:23.542 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.542 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.542 INFO kablam! | Oct 27 20:20:23.542 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.542 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.542 INFO kablam! ... Oct 27 20:20:23.542 INFO kablam! 313 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_1align_alloc_layout_unchecked, 16, 1); Oct 27 20:20:23.542 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.542 INFO kablam! | Oct 27 20:20:23.542 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.542 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.542 INFO kablam! | Oct 27 20:20:23.542 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.542 INFO kablam! | Oct 27 20:20:23.542 INFO kablam! Oct 27 20:20:23.542 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.542 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.542 INFO kablam! | Oct 27 20:20:23.542 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.542 INFO kablam! | ^^^^^ Oct 27 20:20:23.542 INFO kablam! ... Oct 27 20:20:23.542 INFO kablam! 326 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_1align_alloc_layout_unchecked, 32, 1); Oct 27 20:20:23.542 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.544 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:99:26 Oct 27 20:20:23.545 INFO kablam! | Oct 27 20:20:23.545 INFO kablam! 99 | 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! 326 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_1align_alloc_layout_unchecked, 32, 1); 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:97:36 Oct 27 20:20:23.545 INFO kablam! | Oct 27 20:20:23.545 INFO kablam! 97 | 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! 339 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_1align_alloc_layout_unchecked, 64, 1); 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.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.550 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.550 INFO kablam! | Oct 27 20:20:23.550 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.550 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.550 INFO kablam! ... Oct 27 20:20:23.550 INFO kablam! 339 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_1align_alloc_layout_unchecked, 64, 1); Oct 27 20:20:23.550 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.550 INFO kablam! | Oct 27 20:20:23.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.550 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! Oct 27 20:20:23.551 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.551 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.551 INFO kablam! | ^^^^^ Oct 27 20:20:23.551 INFO kablam! ... Oct 27 20:20:23.551 INFO kablam! 352 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_1align_alloc_layout_unchecked, 128, 1); Oct 27 20:20:23.551 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 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.551 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.551 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.551 INFO kablam! ... Oct 27 20:20:23.551 INFO kablam! 352 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_1align_alloc_layout_unchecked, 128, 1); Oct 27 20:20:23.551 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! Oct 27 20:20:23.551 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.551 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.551 INFO kablam! | ^^^^^ Oct 27 20:20:23.551 INFO kablam! ... Oct 27 20:20:23.551 INFO kablam! 365 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_1align_alloc_layout_unchecked, 256, 1); Oct 27 20:20:23.551 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 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.551 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.551 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.551 INFO kablam! ... Oct 27 20:20:23.551 INFO kablam! 365 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_1align_alloc_layout_unchecked, 256, 1); Oct 27 20:20:23.551 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! Oct 27 20:20:23.551 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.551 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.551 INFO kablam! | ^^^^^ Oct 27 20:20:23.551 INFO kablam! ... Oct 27 20:20:23.551 INFO kablam! 378 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_1align_alloc_layout_unchecked, 512, 1); Oct 27 20:20:23.551 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.551 INFO kablam! | Oct 27 20:20:23.551 INFO kablam! Oct 27 20:20:23.558 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.558 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.558 INFO kablam! | Oct 27 20:20:23.558 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.558 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.558 INFO kablam! ... Oct 27 20:20:23.558 INFO kablam! 378 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_1align_alloc_layout_unchecked, 512, 1); Oct 27 20:20:23.558 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.558 INFO kablam! | Oct 27 20:20:23.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.558 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.558 INFO kablam! | Oct 27 20:20:23.558 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.558 INFO kablam! | Oct 27 20:20:23.558 INFO kablam! Oct 27 20:20:23.558 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.558 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.558 INFO kablam! | Oct 27 20:20:23.558 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.558 INFO kablam! | ^^^^^ Oct 27 20:20:23.558 INFO kablam! ... Oct 27 20:20:23.558 INFO kablam! 391 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_1align_alloc_layout_unchecked, 1024, 1); Oct 27 20:20:23.558 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.558 INFO kablam! | Oct 27 20:20:23.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.558 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.558 INFO kablam! | Oct 27 20:20:23.558 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.558 INFO kablam! | Oct 27 20:20:23.558 INFO kablam! Oct 27 20:20:23.558 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.558 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.558 INFO kablam! | Oct 27 20:20:23.558 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.558 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.558 INFO kablam! ... Oct 27 20:20:23.558 INFO kablam! 391 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_1align_alloc_layout_unchecked, 1024, 1); Oct 27 20:20:23.558 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.558 INFO kablam! | Oct 27 20:20:23.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.558 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.558 INFO kablam! | Oct 27 20:20:23.558 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.559 INFO kablam! | Oct 27 20:20:23.559 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:97:36 Oct 27 20:20:23.559 INFO kablam! | Oct 27 20:20:23.559 INFO kablam! 97 | 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! 404 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_1align_alloc_layout_unchecked, 2048, 1); 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.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.559 INFO kablam! | Oct 27 20:20:23.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.559 INFO kablam! | Oct 27 20:20:23.559 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:99:26 Oct 27 20:20:23.560 INFO kablam! | Oct 27 20:20:23.560 INFO kablam! 99 | 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! 404 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_1align_alloc_layout_unchecked, 2048, 1); 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:97:36 Oct 27 20:20:23.560 INFO kablam! | Oct 27 20:20:23.560 INFO kablam! 97 | 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! 417 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_1align_alloc_layout_unchecked, 4096, 1); 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.561 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.561 INFO kablam! | Oct 27 20:20:23.561 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.561 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.561 INFO kablam! ... Oct 27 20:20:23.561 INFO kablam! 417 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_1align_alloc_layout_unchecked, 4096, 1); 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.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:97:36 Oct 27 20:20:23.561 INFO kablam! | Oct 27 20:20:23.561 INFO kablam! 97 | 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! 430 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_1align_alloc_layout_unchecked, 8192, 1); 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.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.567 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.567 INFO kablam! | Oct 27 20:20:23.567 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.567 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.567 INFO kablam! ... Oct 27 20:20:23.567 INFO kablam! 430 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_1align_alloc_layout_unchecked, 8192, 1); Oct 27 20:20:23.567 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.567 INFO kablam! | Oct 27 20:20:23.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.567 INFO kablam! | Oct 27 20:20:23.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.567 INFO kablam! | Oct 27 20:20:23.567 INFO kablam! Oct 27 20:20:23.567 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.567 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.567 INFO kablam! | Oct 27 20:20:23.567 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.567 INFO kablam! | ^^^^^ Oct 27 20:20:23.567 INFO kablam! ... Oct 27 20:20:23.567 INFO kablam! 443 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_1align_alloc_layout_unchecked, 16384, 1); Oct 27 20:20:23.567 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.567 INFO kablam! | Oct 27 20:20:23.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.567 INFO kablam! | Oct 27 20:20:23.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.567 INFO kablam! | Oct 27 20:20:23.567 INFO kablam! Oct 27 20:20:23.567 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.567 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.567 INFO kablam! | Oct 27 20:20:23.567 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.567 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.567 INFO kablam! ... Oct 27 20:20:23.567 INFO kablam! 443 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_1align_alloc_layout_unchecked, 16384, 1); Oct 27 20:20:23.567 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.567 INFO kablam! | Oct 27 20:20:23.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.567 INFO kablam! | Oct 27 20:20:23.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.567 INFO kablam! | Oct 27 20:20:23.567 INFO kablam! Oct 27 20:20:23.581 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.581 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.581 INFO kablam! | Oct 27 20:20:23.581 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.581 INFO kablam! | ^^^^^ Oct 27 20:20:23.581 INFO kablam! ... Oct 27 20:20:23.581 INFO kablam! 456 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_1align_alloc_layout_unchecked, 32768, 1); Oct 27 20:20:23.581 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.581 INFO kablam! | Oct 27 20:20:23.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.581 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.581 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.581 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.581 INFO kablam! | Oct 27 20:20:23.581 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.581 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.581 INFO kablam! ... Oct 27 20:20:23.581 INFO kablam! 456 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_1align_alloc_layout_unchecked, 32768, 1); Oct 27 20:20:23.581 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.581 INFO kablam! | Oct 27 20:20:23.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.581 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.581 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.581 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.581 INFO kablam! | Oct 27 20:20:23.581 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.581 INFO kablam! | ^^^^^ Oct 27 20:20:23.581 INFO kablam! ... Oct 27 20:20:23.581 INFO kablam! 469 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_1align_alloc_layout_unchecked, 65536, 1); Oct 27 20:20:23.581 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.581 INFO kablam! | Oct 27 20:20:23.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.581 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.581 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.581 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.581 INFO kablam! | Oct 27 20:20:23.581 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.581 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.581 INFO kablam! ... Oct 27 20:20:23.581 INFO kablam! 469 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_1align_alloc_layout_unchecked, 65536, 1); Oct 27 20:20:23.581 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.581 INFO kablam! | Oct 27 20:20:23.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.581 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.581 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.581 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.581 INFO kablam! | Oct 27 20:20:23.581 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.581 INFO kablam! | ^^^^^ Oct 27 20:20:23.581 INFO kablam! ... Oct 27 20:20:23.581 INFO kablam! 482 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_1align_alloc_layout_unchecked, 131072, 1); Oct 27 20:20:23.581 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.581 INFO kablam! | Oct 27 20:20:23.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.581 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.581 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.581 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.582 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.582 INFO kablam! ... Oct 27 20:20:23.582 INFO kablam! 482 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_1align_alloc_layout_unchecked, 131072, 1); Oct 27 20:20:23.582 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! Oct 27 20:20:23.582 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.582 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.582 INFO kablam! | ^^^^^ Oct 27 20:20:23.582 INFO kablam! ... Oct 27 20:20:23.582 INFO kablam! 495 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_1align_alloc_layout_unchecked, 4194304, 1); Oct 27 20:20:23.582 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! Oct 27 20:20:23.582 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.582 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.582 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.582 INFO kablam! ... Oct 27 20:20:23.582 INFO kablam! 495 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_1align_alloc_layout_unchecked, 4194304, 1); Oct 27 20:20:23.582 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! Oct 27 20:20:23.582 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.582 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.582 INFO kablam! | ^^^^^ Oct 27 20:20:23.582 INFO kablam! ... Oct 27 20:20:23.582 INFO kablam! 509 | rt_alloc_layout_unchecked!(rt_even_10bytes_1align_alloc_layout_unchecked, 10, 1); Oct 27 20:20:23.582 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! Oct 27 20:20:23.582 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.582 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.582 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.582 INFO kablam! ... Oct 27 20:20:23.582 INFO kablam! 509 | rt_alloc_layout_unchecked!(rt_even_10bytes_1align_alloc_layout_unchecked, 10, 1); Oct 27 20:20:23.582 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! Oct 27 20:20:23.582 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.582 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.582 INFO kablam! | Oct 27 20:20:23.582 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.582 INFO kablam! | ^^^^^ Oct 27 20:20:23.582 INFO kablam! ... Oct 27 20:20:23.582 INFO kablam! 522 | rt_alloc_layout_unchecked!(rt_even_100bytes_1align_alloc_layout_unchecked, 100, 1); Oct 27 20:20:23.583 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! Oct 27 20:20:23.583 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.583 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.583 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.583 INFO kablam! ... Oct 27 20:20:23.583 INFO kablam! 522 | rt_alloc_layout_unchecked!(rt_even_100bytes_1align_alloc_layout_unchecked, 100, 1); Oct 27 20:20:23.583 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! Oct 27 20:20:23.583 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.583 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.583 INFO kablam! | ^^^^^ Oct 27 20:20:23.583 INFO kablam! ... Oct 27 20:20:23.583 INFO kablam! 535 | rt_alloc_layout_unchecked!(rt_even_1000bytes_1align_alloc_layout_unchecked, 1000, 1); Oct 27 20:20:23.583 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! Oct 27 20:20:23.583 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.583 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.583 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.583 INFO kablam! ... Oct 27 20:20:23.583 INFO kablam! 535 | rt_alloc_layout_unchecked!(rt_even_1000bytes_1align_alloc_layout_unchecked, 1000, 1); Oct 27 20:20:23.583 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! Oct 27 20:20:23.583 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.583 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.583 INFO kablam! | ^^^^^ Oct 27 20:20:23.583 INFO kablam! ... Oct 27 20:20:23.583 INFO kablam! 548 | rt_alloc_layout_unchecked!(rt_even_10000bytes_1align_alloc_layout_unchecked, 10000, 1); Oct 27 20:20:23.583 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! Oct 27 20:20:23.583 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.583 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.583 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.583 INFO kablam! ... Oct 27 20:20:23.583 INFO kablam! 548 | rt_alloc_layout_unchecked!(rt_even_10000bytes_1align_alloc_layout_unchecked, 10000, 1); Oct 27 20:20:23.583 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.583 INFO kablam! | Oct 27 20:20:23.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.584 INFO kablam! | Oct 27 20:20:23.584 INFO kablam! Oct 27 20:20:23.591 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.591 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.591 INFO kablam! | Oct 27 20:20:23.591 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.591 INFO kablam! | ^^^^^ Oct 27 20:20:23.591 INFO kablam! ... Oct 27 20:20:23.591 INFO kablam! 561 | rt_alloc_layout_unchecked!(rt_even_100000bytes_1align_alloc_layout_unchecked, 100000, 1); Oct 27 20:20:23.591 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.591 INFO kablam! | Oct 27 20:20:23.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.591 INFO kablam! | Oct 27 20:20:23.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.591 INFO kablam! | Oct 27 20:20:23.591 INFO kablam! Oct 27 20:20:23.591 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.591 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.591 INFO kablam! | Oct 27 20:20:23.591 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.591 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.591 INFO kablam! ... Oct 27 20:20:23.591 INFO kablam! 561 | rt_alloc_layout_unchecked!(rt_even_100000bytes_1align_alloc_layout_unchecked, 100000, 1); Oct 27 20:20:23.591 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.591 INFO kablam! | Oct 27 20:20:23.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.591 INFO kablam! | Oct 27 20:20:23.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.591 INFO kablam! | Oct 27 20:20:23.591 INFO kablam! Oct 27 20:20:23.591 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.591 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.591 INFO kablam! | Oct 27 20:20:23.591 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.591 INFO kablam! | ^^^^^ Oct 27 20:20:23.591 INFO kablam! ... Oct 27 20:20:23.591 INFO kablam! 574 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_1align_alloc_layout_unchecked, 1000000, 1); Oct 27 20:20:23.591 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.591 INFO kablam! | Oct 27 20:20:23.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.591 INFO kablam! | Oct 27 20:20:23.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.591 INFO kablam! | Oct 27 20:20:23.591 INFO kablam! Oct 27 20:20:23.591 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.591 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.591 INFO kablam! | Oct 27 20:20:23.591 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.591 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.591 INFO kablam! ... Oct 27 20:20:23.591 INFO kablam! 574 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_1align_alloc_layout_unchecked, 1000000, 1); Oct 27 20:20:23.591 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.591 INFO kablam! | Oct 27 20:20:23.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.591 INFO kablam! | Oct 27 20:20:23.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.600 INFO kablam! | Oct 27 20:20:23.600 INFO kablam! Oct 27 20:20:23.600 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.600 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.600 INFO kablam! | Oct 27 20:20:23.600 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.600 INFO kablam! | ^^^^^ Oct 27 20:20:23.600 INFO kablam! ... Oct 27 20:20:23.600 INFO kablam! 588 | rt_alloc_layout_unchecked!(rt_odd_10bytes_1align_alloc_layout_unchecked, 10- 1, 1); Oct 27 20:20:23.600 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.600 INFO kablam! | Oct 27 20:20:23.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.600 INFO kablam! | Oct 27 20:20:23.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.600 INFO kablam! | Oct 27 20:20:23.600 INFO kablam! Oct 27 20:20:23.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.601 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.601 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.601 INFO kablam! ... Oct 27 20:20:23.601 INFO kablam! 588 | rt_alloc_layout_unchecked!(rt_odd_10bytes_1align_alloc_layout_unchecked, 10- 1, 1); Oct 27 20:20:23.601 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! Oct 27 20:20:23.601 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.601 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.601 INFO kablam! | ^^^^^ Oct 27 20:20:23.601 INFO kablam! ... Oct 27 20:20:23.601 INFO kablam! 601 | rt_alloc_layout_unchecked!(rt_odd_100bytes_1align_alloc_layout_unchecked, 100- 1, 1); Oct 27 20:20:23.601 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! Oct 27 20:20:23.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.601 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.601 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.601 INFO kablam! ... Oct 27 20:20:23.601 INFO kablam! 601 | rt_alloc_layout_unchecked!(rt_odd_100bytes_1align_alloc_layout_unchecked, 100- 1, 1); Oct 27 20:20:23.601 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! Oct 27 20:20:23.601 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.601 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.601 INFO kablam! | ^^^^^ Oct 27 20:20:23.601 INFO kablam! ... Oct 27 20:20:23.601 INFO kablam! 614 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_1align_alloc_layout_unchecked, 1000- 1, 1); Oct 27 20:20:23.601 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! Oct 27 20:20:23.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.601 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.601 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.601 INFO kablam! ... Oct 27 20:20:23.601 INFO kablam! 614 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_1align_alloc_layout_unchecked, 1000- 1, 1); Oct 27 20:20:23.601 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! Oct 27 20:20:23.601 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.601 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.601 INFO kablam! | ^^^^^ Oct 27 20:20:23.601 INFO kablam! ... Oct 27 20:20:23.601 INFO kablam! 627 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_1align_alloc_layout_unchecked, 10000- 1, 1); Oct 27 20:20:23.601 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.601 INFO kablam! | Oct 27 20:20:23.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.602 INFO kablam! | Oct 27 20:20:23.602 INFO kablam! Oct 27 20:20:23.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.603 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.603 INFO kablam! | Oct 27 20:20:23.603 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.603 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.603 INFO kablam! ... Oct 27 20:20:23.603 INFO kablam! 627 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_1align_alloc_layout_unchecked, 10000- 1, 1); Oct 27 20:20:23.603 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.603 INFO kablam! | Oct 27 20:20:23.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.603 INFO kablam! | Oct 27 20:20:23.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.603 INFO kablam! | Oct 27 20:20:23.603 INFO kablam! Oct 27 20:20:23.603 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.603 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.603 INFO kablam! | Oct 27 20:20:23.603 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.603 INFO kablam! | ^^^^^ Oct 27 20:20:23.603 INFO kablam! ... Oct 27 20:20:23.688 INFO kablam! 640 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_1align_alloc_layout_unchecked, 100000- 1, 1); Oct 27 20:20:23.688 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.688 INFO kablam! | Oct 27 20:20:23.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.690 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.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! Oct 27 20:20:23.695 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.695 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.695 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.695 INFO kablam! ... Oct 27 20:20:23.695 INFO kablam! 640 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_1align_alloc_layout_unchecked, 100000- 1, 1); Oct 27 20:20:23.695 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! Oct 27 20:20:23.695 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.695 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.695 INFO kablam! | ^^^^^ Oct 27 20:20:23.695 INFO kablam! ... Oct 27 20:20:23.695 INFO kablam! 653 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_1align_alloc_layout_unchecked, 1000000- 1, 1); Oct 27 20:20:23.695 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! Oct 27 20:20:23.695 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.695 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.695 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.695 INFO kablam! ... Oct 27 20:20:23.695 INFO kablam! 653 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_1align_alloc_layout_unchecked, 1000000- 1, 1); Oct 27 20:20:23.695 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! Oct 27 20:20:23.695 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.695 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.695 INFO kablam! | ^^^^^ Oct 27 20:20:23.695 INFO kablam! ... Oct 27 20:20:23.695 INFO kablam! 667 | rt_alloc_layout_unchecked!(rt_primes_3bytes_1align_alloc_layout_unchecked, 3, 1); Oct 27 20:20:23.695 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! Oct 27 20:20:23.695 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.695 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.695 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.695 INFO kablam! ... Oct 27 20:20:23.695 INFO kablam! 667 | rt_alloc_layout_unchecked!(rt_primes_3bytes_1align_alloc_layout_unchecked, 3, 1); Oct 27 20:20:23.695 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.695 INFO kablam! | Oct 27 20:20:23.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! Oct 27 20:20:23.696 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.696 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.696 INFO kablam! | ^^^^^ Oct 27 20:20:23.696 INFO kablam! ... Oct 27 20:20:23.696 INFO kablam! 680 | rt_alloc_layout_unchecked!(rt_primes_7bytes_1align_alloc_layout_unchecked, 7, 1); Oct 27 20:20:23.696 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! Oct 27 20:20:23.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.696 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.696 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.696 INFO kablam! ... Oct 27 20:20:23.696 INFO kablam! 680 | rt_alloc_layout_unchecked!(rt_primes_7bytes_1align_alloc_layout_unchecked, 7, 1); Oct 27 20:20:23.696 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! Oct 27 20:20:23.696 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.696 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.696 INFO kablam! | ^^^^^ Oct 27 20:20:23.696 INFO kablam! ... Oct 27 20:20:23.696 INFO kablam! 693 | rt_alloc_layout_unchecked!(rt_primes_13bytes_1align_alloc_layout_unchecked, 13, 1); Oct 27 20:20:23.696 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! Oct 27 20:20:23.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.696 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.696 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.696 INFO kablam! ... Oct 27 20:20:23.696 INFO kablam! 693 | rt_alloc_layout_unchecked!(rt_primes_13bytes_1align_alloc_layout_unchecked, 13, 1); Oct 27 20:20:23.696 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! Oct 27 20:20:23.696 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.696 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.696 INFO kablam! | ^^^^^ Oct 27 20:20:23.696 INFO kablam! ... Oct 27 20:20:23.696 INFO kablam! 706 | rt_alloc_layout_unchecked!(rt_primes_17bytes_1align_alloc_layout_unchecked, 17, 1); Oct 27 20:20:23.696 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.696 INFO kablam! | Oct 27 20:20:23.696 INFO kablam! Oct 27 20:20:23.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.697 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.697 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.697 INFO kablam! ... Oct 27 20:20:23.697 INFO kablam! 706 | rt_alloc_layout_unchecked!(rt_primes_17bytes_1align_alloc_layout_unchecked, 17, 1); Oct 27 20:20:23.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! Oct 27 20:20:23.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.697 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.697 INFO kablam! | ^^^^^ Oct 27 20:20:23.697 INFO kablam! ... Oct 27 20:20:23.697 INFO kablam! 719 | rt_alloc_layout_unchecked!(rt_primes_31bytes_1align_alloc_layout_unchecked, 31, 1); Oct 27 20:20:23.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! Oct 27 20:20:23.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.697 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.697 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.697 INFO kablam! ... Oct 27 20:20:23.697 INFO kablam! 719 | rt_alloc_layout_unchecked!(rt_primes_31bytes_1align_alloc_layout_unchecked, 31, 1); Oct 27 20:20:23.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! Oct 27 20:20:23.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.697 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.697 INFO kablam! | ^^^^^ Oct 27 20:20:23.697 INFO kablam! ... Oct 27 20:20:23.697 INFO kablam! 732 | rt_alloc_layout_unchecked!(rt_primes_61bytes_1align_alloc_layout_unchecked, 61, 1); Oct 27 20:20:23.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! Oct 27 20:20:23.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.697 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.697 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.697 INFO kablam! ... Oct 27 20:20:23.697 INFO kablam! 732 | rt_alloc_layout_unchecked!(rt_primes_61bytes_1align_alloc_layout_unchecked, 61, 1); Oct 27 20:20:23.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! Oct 27 20:20:23.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.697 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.697 INFO kablam! | Oct 27 20:20:23.697 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.697 INFO kablam! | ^^^^^ Oct 27 20:20:23.698 INFO kablam! ... Oct 27 20:20:23.698 INFO kablam! 745 | rt_alloc_layout_unchecked!(rt_primes_96bytes_1align_alloc_layout_unchecked, 96, 1); Oct 27 20:20:23.698 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.698 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.698 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.698 INFO kablam! | Oct 27 20:20:23.698 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.698 INFO kablam! | Oct 27 20:20:23.698 INFO kablam! Oct 27 20:20:23.698 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.698 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.698 INFO kablam! | Oct 27 20:20:23.698 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.698 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.698 INFO kablam! ... Oct 27 20:20:23.698 INFO kablam! 745 | rt_alloc_layout_unchecked!(rt_primes_96bytes_1align_alloc_layout_unchecked, 96, 1); Oct 27 20:20:23.698 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.698 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.698 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.698 INFO kablam! | Oct 27 20:20:23.698 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.698 INFO kablam! | Oct 27 20:20:23.698 INFO kablam! Oct 27 20:20:23.698 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.698 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.698 INFO kablam! | Oct 27 20:20:23.698 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.698 INFO kablam! | ^^^^^ Oct 27 20:20:23.698 INFO kablam! ... Oct 27 20:20:23.698 INFO kablam! 758 | rt_alloc_layout_unchecked!(rt_primes_127bytes_1align_alloc_layout_unchecked, 127, 1); Oct 27 20:20:23.698 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.698 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.698 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.698 INFO kablam! | Oct 27 20:20:23.698 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.698 INFO kablam! | Oct 27 20:20:23.698 INFO kablam! Oct 27 20:20:23.698 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.698 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.698 INFO kablam! | Oct 27 20:20:23.698 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.698 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.698 INFO kablam! ... Oct 27 20:20:23.698 INFO kablam! 758 | rt_alloc_layout_unchecked!(rt_primes_127bytes_1align_alloc_layout_unchecked, 127, 1); Oct 27 20:20:23.698 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.698 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.698 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.698 INFO kablam! | Oct 27 20:20:23.698 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.698 INFO kablam! | Oct 27 20:20:23.698 INFO kablam! Oct 27 20:20:23.698 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.698 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.698 INFO kablam! | Oct 27 20:20:23.698 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.698 INFO kablam! | ^^^^^ Oct 27 20:20:23.698 INFO kablam! ... Oct 27 20:20:23.698 INFO kablam! 771 | rt_alloc_layout_unchecked!(rt_primes_257bytes_1align_alloc_layout_unchecked, 257, 1); Oct 27 20:20:23.698 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.698 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.698 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.698 INFO kablam! | Oct 27 20:20:23.698 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.698 INFO kablam! | Oct 27 20:20:23.698 INFO kablam! Oct 27 20:20:23.698 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.698 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.698 INFO kablam! | Oct 27 20:20:23.711 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.711 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.711 INFO kablam! ... Oct 27 20:20:23.711 INFO kablam! 771 | rt_alloc_layout_unchecked!(rt_primes_257bytes_1align_alloc_layout_unchecked, 257, 1); Oct 27 20:20:23.711 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.711 INFO kablam! | Oct 27 20:20:23.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.711 INFO kablam! | Oct 27 20:20:23.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.711 INFO kablam! | Oct 27 20:20:23.711 INFO kablam! Oct 27 20:20:23.711 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.711 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.711 INFO kablam! | Oct 27 20:20:23.711 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.711 INFO kablam! | ^^^^^ Oct 27 20:20:23.711 INFO kablam! ... Oct 27 20:20:23.711 INFO kablam! 784 | rt_alloc_layout_unchecked!(rt_primes_509bytes_1align_alloc_layout_unchecked, 509, 1); Oct 27 20:20:23.711 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.711 INFO kablam! | Oct 27 20:20:23.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.711 INFO kablam! | Oct 27 20:20:23.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.711 INFO kablam! | Oct 27 20:20:23.711 INFO kablam! Oct 27 20:20:23.711 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.711 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.711 INFO kablam! | Oct 27 20:20:23.711 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.711 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.711 INFO kablam! ... Oct 27 20:20:23.711 INFO kablam! 784 | rt_alloc_layout_unchecked!(rt_primes_509bytes_1align_alloc_layout_unchecked, 509, 1); Oct 27 20:20:23.711 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.711 INFO kablam! | Oct 27 20:20:23.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.711 INFO kablam! | Oct 27 20:20:23.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.711 INFO kablam! | Oct 27 20:20:23.711 INFO kablam! Oct 27 20:20:23.711 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.711 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.711 INFO kablam! | Oct 27 20:20:23.711 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.711 INFO kablam! | ^^^^^ Oct 27 20:20:23.711 INFO kablam! ... Oct 27 20:20:23.711 INFO kablam! 797 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_1align_alloc_layout_unchecked, 1021, 1); Oct 27 20:20:23.711 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.711 INFO kablam! | Oct 27 20:20:23.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.711 INFO kablam! | Oct 27 20:20:23.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.711 INFO kablam! | Oct 27 20:20:23.711 INFO kablam! Oct 27 20:20:23.711 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.711 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.712 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.712 INFO kablam! ... Oct 27 20:20:23.712 INFO kablam! 797 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_1align_alloc_layout_unchecked, 1021, 1); Oct 27 20:20:23.712 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! Oct 27 20:20:23.712 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.712 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.712 INFO kablam! | ^^^^^ Oct 27 20:20:23.712 INFO kablam! ... Oct 27 20:20:23.712 INFO kablam! 810 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_1align_alloc_layout_unchecked, 2039, 1); Oct 27 20:20:23.712 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! Oct 27 20:20:23.712 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.712 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.712 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.712 INFO kablam! ... Oct 27 20:20:23.712 INFO kablam! 810 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_1align_alloc_layout_unchecked, 2039, 1); Oct 27 20:20:23.712 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! Oct 27 20:20:23.712 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.712 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.712 INFO kablam! | ^^^^^ Oct 27 20:20:23.712 INFO kablam! ... Oct 27 20:20:23.712 INFO kablam! 823 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_1align_alloc_layout_unchecked, 4093, 1); Oct 27 20:20:23.712 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! Oct 27 20:20:23.712 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.712 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.712 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.712 INFO kablam! ... Oct 27 20:20:23.712 INFO kablam! 823 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_1align_alloc_layout_unchecked, 4093, 1); Oct 27 20:20:23.712 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.712 INFO kablam! | Oct 27 20:20:23.712 INFO kablam! Oct 27 20:20:23.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.713 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.713 INFO kablam! | ^^^^^ Oct 27 20:20:23.713 INFO kablam! ... Oct 27 20:20:23.713 INFO kablam! 836 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_1align_alloc_layout_unchecked, 8191, 1); Oct 27 20:20:23.713 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! Oct 27 20:20:23.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.713 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.713 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.713 INFO kablam! ... Oct 27 20:20:23.713 INFO kablam! 836 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_1align_alloc_layout_unchecked, 8191, 1); Oct 27 20:20:23.713 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! Oct 27 20:20:23.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.713 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.713 INFO kablam! | ^^^^^ Oct 27 20:20:23.713 INFO kablam! ... Oct 27 20:20:23.713 INFO kablam! 849 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_1align_alloc_layout_unchecked, 16381, 1); Oct 27 20:20:23.713 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! Oct 27 20:20:23.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.713 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.713 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.713 INFO kablam! ... Oct 27 20:20:23.713 INFO kablam! 849 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_1align_alloc_layout_unchecked, 16381, 1); Oct 27 20:20:23.713 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! Oct 27 20:20:23.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.713 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.713 INFO kablam! | ^^^^^ Oct 27 20:20:23.713 INFO kablam! ... Oct 27 20:20:23.713 INFO kablam! 862 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_1align_alloc_layout_unchecked, 32749, 1); Oct 27 20:20:23.713 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! Oct 27 20:20:23.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.713 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.713 INFO kablam! | Oct 27 20:20:23.713 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.713 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.714 INFO kablam! ... Oct 27 20:20:23.714 INFO kablam! 862 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_1align_alloc_layout_unchecked, 32749, 1); Oct 27 20:20:23.714 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! Oct 27 20:20:23.714 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.714 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.714 INFO kablam! | ^^^^^ Oct 27 20:20:23.714 INFO kablam! ... Oct 27 20:20:23.714 INFO kablam! 875 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_1align_alloc_layout_unchecked, 65537, 1); Oct 27 20:20:23.714 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! Oct 27 20:20:23.714 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.714 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.714 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.714 INFO kablam! ... Oct 27 20:20:23.714 INFO kablam! 875 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_1align_alloc_layout_unchecked, 65537, 1); Oct 27 20:20:23.714 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! Oct 27 20:20:23.714 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.714 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.714 INFO kablam! | ^^^^^ Oct 27 20:20:23.714 INFO kablam! ... Oct 27 20:20:23.714 INFO kablam! 888 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_1align_alloc_layout_unchecked, 131071, 1); Oct 27 20:20:23.714 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! Oct 27 20:20:23.714 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.714 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.714 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.714 INFO kablam! ... Oct 27 20:20:23.714 INFO kablam! 888 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_1align_alloc_layout_unchecked, 131071, 1); Oct 27 20:20:23.714 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! Oct 27 20:20:23.714 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.714 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.714 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.714 INFO kablam! | ^^^^^ Oct 27 20:20:23.714 INFO kablam! ... Oct 27 20:20:23.714 INFO kablam! 901 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_1align_alloc_layout_unchecked, 4194301, 1); Oct 27 20:20:23.714 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.714 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! Oct 27 20:20:23.715 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.715 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.715 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.715 INFO kablam! ... Oct 27 20:20:23.715 INFO kablam! 901 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_1align_alloc_layout_unchecked, 4194301, 1); Oct 27 20:20:23.715 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! Oct 27 20:20:23.715 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.715 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.715 INFO kablam! | ^^^^^ Oct 27 20:20:23.715 INFO kablam! ... Oct 27 20:20:23.715 INFO kablam! 917 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_2align_alloc_layout_unchecked, 1, 2); Oct 27 20:20:23.715 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! Oct 27 20:20:23.715 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.715 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.715 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.715 INFO kablam! ... Oct 27 20:20:23.715 INFO kablam! 917 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_2align_alloc_layout_unchecked, 1, 2); Oct 27 20:20:23.715 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! Oct 27 20:20:23.715 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.715 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.715 INFO kablam! | ^^^^^ Oct 27 20:20:23.715 INFO kablam! ... Oct 27 20:20:23.715 INFO kablam! 930 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_2align_alloc_layout_unchecked, 2, 2); Oct 27 20:20:23.715 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! Oct 27 20:20:23.715 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.715 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.715 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.715 INFO kablam! ... Oct 27 20:20:23.715 INFO kablam! 930 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_2align_alloc_layout_unchecked, 2, 2); Oct 27 20:20:23.715 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.715 INFO kablam! | Oct 27 20:20:23.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.716 INFO kablam! | Oct 27 20:20:23.716 INFO kablam! Oct 27 20:20:23.716 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.716 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.716 INFO kablam! | Oct 27 20:20:23.716 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.716 INFO kablam! | ^^^^^ Oct 27 20:20:23.716 INFO kablam! ... Oct 27 20:20:23.716 INFO kablam! 943 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_2align_alloc_layout_unchecked, 4, 2); Oct 27 20:20:23.716 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.716 INFO kablam! | Oct 27 20:20:23.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.716 INFO kablam! | Oct 27 20:20:23.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.716 INFO kablam! | Oct 27 20:20:23.716 INFO kablam! Oct 27 20:20:23.716 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.716 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.716 INFO kablam! | Oct 27 20:20:23.716 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.716 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.716 INFO kablam! ... Oct 27 20:20:23.716 INFO kablam! 943 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_2align_alloc_layout_unchecked, 4, 2); Oct 27 20:20:23.716 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.716 INFO kablam! | Oct 27 20:20:23.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.716 INFO kablam! | Oct 27 20:20:23.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.716 INFO kablam! | Oct 27 20:20:23.716 INFO kablam! Oct 27 20:20:23.716 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.716 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.716 INFO kablam! | Oct 27 20:20:23.716 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.716 INFO kablam! | ^^^^^ Oct 27 20:20:23.716 INFO kablam! ... Oct 27 20:20:23.716 INFO kablam! 956 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_2align_alloc_layout_unchecked, 8, 2); Oct 27 20:20:23.716 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.716 INFO kablam! | Oct 27 20:20:23.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.716 INFO kablam! | Oct 27 20:20:23.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.716 INFO kablam! | Oct 27 20:20:23.716 INFO kablam! Oct 27 20:20:23.716 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.716 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.716 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.718 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.718 INFO kablam! ... Oct 27 20:20:23.718 INFO kablam! 956 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_2align_alloc_layout_unchecked, 8, 2); Oct 27 20:20:23.718 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! Oct 27 20:20:23.718 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.718 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.718 INFO kablam! | ^^^^^ Oct 27 20:20:23.718 INFO kablam! ... Oct 27 20:20:23.718 INFO kablam! 969 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_2align_alloc_layout_unchecked, 16, 2); Oct 27 20:20:23.718 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! Oct 27 20:20:23.718 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.718 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.718 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.718 INFO kablam! ... Oct 27 20:20:23.718 INFO kablam! 969 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_2align_alloc_layout_unchecked, 16, 2); Oct 27 20:20:23.718 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! Oct 27 20:20:23.718 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.718 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.718 INFO kablam! | ^^^^^ Oct 27 20:20:23.718 INFO kablam! ... Oct 27 20:20:23.718 INFO kablam! 982 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_2align_alloc_layout_unchecked, 32, 2); Oct 27 20:20:23.718 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! Oct 27 20:20:23.718 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.718 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.718 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.718 INFO kablam! ... Oct 27 20:20:23.718 INFO kablam! 982 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_2align_alloc_layout_unchecked, 32, 2); Oct 27 20:20:23.718 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! Oct 27 20:20:23.718 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.718 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.718 INFO kablam! | Oct 27 20:20:23.718 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.718 INFO kablam! | ^^^^^ Oct 27 20:20:23.719 INFO kablam! ... Oct 27 20:20:23.719 INFO kablam! 995 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_2align_alloc_layout_unchecked, 64, 2); Oct 27 20:20:23.719 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! Oct 27 20:20:23.719 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.719 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.719 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.719 INFO kablam! ... Oct 27 20:20:23.719 INFO kablam! 995 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_2align_alloc_layout_unchecked, 64, 2); Oct 27 20:20:23.719 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! Oct 27 20:20:23.719 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.719 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.719 INFO kablam! | ^^^^^ Oct 27 20:20:23.719 INFO kablam! ... Oct 27 20:20:23.719 INFO kablam! 1008 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_2align_alloc_layout_unchecked, 128, 2); Oct 27 20:20:23.719 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! Oct 27 20:20:23.719 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.719 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.719 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.719 INFO kablam! ... Oct 27 20:20:23.719 INFO kablam! 1008 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_2align_alloc_layout_unchecked, 128, 2); Oct 27 20:20:23.719 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! Oct 27 20:20:23.719 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.719 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.719 INFO kablam! | ^^^^^ Oct 27 20:20:23.719 INFO kablam! ... Oct 27 20:20:23.719 INFO kablam! 1021 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_2align_alloc_layout_unchecked, 256, 2); Oct 27 20:20:23.719 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! Oct 27 20:20:23.719 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.719 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.719 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.719 INFO kablam! ... Oct 27 20:20:23.719 INFO kablam! 1021 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_2align_alloc_layout_unchecked, 256, 2); Oct 27 20:20:23.719 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.719 INFO kablam! | Oct 27 20:20:23.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! Oct 27 20:20:23.720 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.720 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.720 INFO kablam! | ^^^^^ Oct 27 20:20:23.720 INFO kablam! ... Oct 27 20:20:23.720 INFO kablam! 1034 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_2align_alloc_layout_unchecked, 512, 2); Oct 27 20:20:23.720 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! Oct 27 20:20:23.720 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.720 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.720 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.720 INFO kablam! ... Oct 27 20:20:23.720 INFO kablam! 1034 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_2align_alloc_layout_unchecked, 512, 2); Oct 27 20:20:23.720 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! Oct 27 20:20:23.720 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.720 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.720 INFO kablam! | ^^^^^ Oct 27 20:20:23.720 INFO kablam! ... Oct 27 20:20:23.720 INFO kablam! 1047 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_2align_alloc_layout_unchecked, 1024, 2); Oct 27 20:20:23.720 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! Oct 27 20:20:23.720 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.720 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.720 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.720 INFO kablam! ... Oct 27 20:20:23.720 INFO kablam! 1047 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_2align_alloc_layout_unchecked, 1024, 2); Oct 27 20:20:23.720 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! Oct 27 20:20:23.720 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.720 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.720 INFO kablam! | ^^^^^ Oct 27 20:20:23.720 INFO kablam! ... Oct 27 20:20:23.720 INFO kablam! 1060 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_2align_alloc_layout_unchecked, 2048, 2); Oct 27 20:20:23.720 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.720 INFO kablam! Oct 27 20:20:23.720 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.720 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.720 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.721 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.721 INFO kablam! ... Oct 27 20:20:23.721 INFO kablam! 1060 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_2align_alloc_layout_unchecked, 2048, 2); Oct 27 20:20:23.721 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! Oct 27 20:20:23.721 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.721 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.721 INFO kablam! | ^^^^^ Oct 27 20:20:23.721 INFO kablam! ... Oct 27 20:20:23.721 INFO kablam! 1073 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_2align_alloc_layout_unchecked, 4096, 2); Oct 27 20:20:23.721 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! Oct 27 20:20:23.721 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.721 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.721 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.721 INFO kablam! ... Oct 27 20:20:23.721 INFO kablam! 1073 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_2align_alloc_layout_unchecked, 4096, 2); Oct 27 20:20:23.721 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! Oct 27 20:20:23.721 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.721 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.721 INFO kablam! | ^^^^^ Oct 27 20:20:23.721 INFO kablam! ... Oct 27 20:20:23.721 INFO kablam! 1086 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_2align_alloc_layout_unchecked, 8192, 2); Oct 27 20:20:23.721 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! Oct 27 20:20:23.721 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.721 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.721 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.721 INFO kablam! ... Oct 27 20:20:23.721 INFO kablam! 1086 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_2align_alloc_layout_unchecked, 8192, 2); Oct 27 20:20:23.721 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! Oct 27 20:20:23.721 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.721 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.721 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.721 INFO kablam! | ^^^^^ Oct 27 20:20:23.721 INFO kablam! ... Oct 27 20:20:23.721 INFO kablam! 1099 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_2align_alloc_layout_unchecked, 16384, 2); Oct 27 20:20:23.721 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.721 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! Oct 27 20:20:23.722 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.722 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.722 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.722 INFO kablam! ... Oct 27 20:20:23.722 INFO kablam! 1099 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_2align_alloc_layout_unchecked, 16384, 2); Oct 27 20:20:23.722 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! Oct 27 20:20:23.722 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.722 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.722 INFO kablam! | ^^^^^ Oct 27 20:20:23.722 INFO kablam! ... Oct 27 20:20:23.722 INFO kablam! 1112 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_2align_alloc_layout_unchecked, 32768, 2); Oct 27 20:20:23.722 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! Oct 27 20:20:23.722 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.722 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.722 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.722 INFO kablam! ... Oct 27 20:20:23.722 INFO kablam! 1112 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_2align_alloc_layout_unchecked, 32768, 2); Oct 27 20:20:23.722 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! Oct 27 20:20:23.722 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.722 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.722 INFO kablam! | ^^^^^ Oct 27 20:20:23.722 INFO kablam! ... Oct 27 20:20:23.722 INFO kablam! 1125 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_2align_alloc_layout_unchecked, 65536, 2); Oct 27 20:20:23.722 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! Oct 27 20:20:23.722 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.722 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.722 INFO kablam! | Oct 27 20:20:23.722 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.722 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.722 INFO kablam! ... Oct 27 20:20:23.722 INFO kablam! 1125 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_2align_alloc_layout_unchecked, 65536, 2); Oct 27 20:20:23.722 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.736 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.743 INFO kablam! Oct 27 20:20:23.743 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.743 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.743 INFO kablam! | ^^^^^ Oct 27 20:20:23.743 INFO kablam! ... Oct 27 20:20:23.743 INFO kablam! 1138 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_2align_alloc_layout_unchecked, 131072, 2); Oct 27 20:20:23.743 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! Oct 27 20:20:23.743 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.743 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.743 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.743 INFO kablam! ... Oct 27 20:20:23.743 INFO kablam! 1138 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_2align_alloc_layout_unchecked, 131072, 2); Oct 27 20:20:23.743 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! Oct 27 20:20:23.743 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.743 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.743 INFO kablam! | ^^^^^ Oct 27 20:20:23.743 INFO kablam! ... Oct 27 20:20:23.743 INFO kablam! 1151 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_2align_alloc_layout_unchecked, 4194304, 2); Oct 27 20:20:23.743 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! Oct 27 20:20:23.743 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.743 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.743 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.743 INFO kablam! ... Oct 27 20:20:23.743 INFO kablam! 1151 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_2align_alloc_layout_unchecked, 4194304, 2); Oct 27 20:20:23.743 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! Oct 27 20:20:23.743 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.743 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.743 INFO kablam! | ^^^^^ Oct 27 20:20:23.743 INFO kablam! ... Oct 27 20:20:23.743 INFO kablam! 1165 | rt_alloc_layout_unchecked!(rt_even_10bytes_2align_alloc_layout_unchecked, 10, 2); Oct 27 20:20:23.743 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! Oct 27 20:20:23.743 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.743 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.743 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.743 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.743 INFO kablam! ... Oct 27 20:20:23.743 INFO kablam! 1165 | rt_alloc_layout_unchecked!(rt_even_10bytes_2align_alloc_layout_unchecked, 10, 2); Oct 27 20:20:23.743 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.743 INFO kablam! | Oct 27 20:20:23.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.744 INFO kablam! | Oct 27 20:20:23.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.744 INFO kablam! | Oct 27 20:20:23.744 INFO kablam! Oct 27 20:20:23.744 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.744 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.744 INFO kablam! | Oct 27 20:20:23.744 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.744 INFO kablam! | ^^^^^ Oct 27 20:20:23.744 INFO kablam! ... Oct 27 20:20:23.744 INFO kablam! 1178 | rt_alloc_layout_unchecked!(rt_even_100bytes_2align_alloc_layout_unchecked, 100, 2); Oct 27 20:20:23.744 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.744 INFO kablam! | Oct 27 20:20:23.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.744 INFO kablam! | Oct 27 20:20:23.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.744 INFO kablam! | Oct 27 20:20:23.744 INFO kablam! Oct 27 20:20:23.744 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.744 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.744 INFO kablam! | Oct 27 20:20:23.744 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.744 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.744 INFO kablam! ... Oct 27 20:20:23.744 INFO kablam! 1178 | rt_alloc_layout_unchecked!(rt_even_100bytes_2align_alloc_layout_unchecked, 100, 2); Oct 27 20:20:23.744 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.744 INFO kablam! | Oct 27 20:20:23.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.744 INFO kablam! | Oct 27 20:20:23.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.744 INFO kablam! | Oct 27 20:20:23.744 INFO kablam! Oct 27 20:20:23.744 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.772 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.772 INFO kablam! | Oct 27 20:20:23.772 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.772 INFO kablam! | ^^^^^ Oct 27 20:20:23.772 INFO kablam! ... Oct 27 20:20:23.772 INFO kablam! 1191 | rt_alloc_layout_unchecked!(rt_even_1000bytes_2align_alloc_layout_unchecked, 1000, 2); Oct 27 20:20:23.772 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.772 INFO kablam! | Oct 27 20:20:23.772 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.772 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.772 INFO kablam! ... Oct 27 20:20:23.772 INFO kablam! 1191 | rt_alloc_layout_unchecked!(rt_even_1000bytes_2align_alloc_layout_unchecked, 1000, 2); Oct 27 20:20:23.772 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.772 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.772 INFO kablam! | Oct 27 20:20:23.772 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.772 INFO kablam! | ^^^^^ Oct 27 20:20:23.772 INFO kablam! ... Oct 27 20:20:23.772 INFO kablam! 1204 | rt_alloc_layout_unchecked!(rt_even_10000bytes_2align_alloc_layout_unchecked, 10000, 2); Oct 27 20:20:23.772 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.772 INFO kablam! | Oct 27 20:20:23.772 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.772 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.772 INFO kablam! ... Oct 27 20:20:23.772 INFO kablam! 1204 | rt_alloc_layout_unchecked!(rt_even_10000bytes_2align_alloc_layout_unchecked, 10000, 2); Oct 27 20:20:23.772 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.772 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.772 INFO kablam! | Oct 27 20:20:23.772 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.772 INFO kablam! | ^^^^^ Oct 27 20:20:23.772 INFO kablam! ... Oct 27 20:20:23.772 INFO kablam! 1217 | rt_alloc_layout_unchecked!(rt_even_100000bytes_2align_alloc_layout_unchecked, 100000, 2); Oct 27 20:20:23.772 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.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! Oct 27 20:20:23.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.773 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.773 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.773 INFO kablam! ... Oct 27 20:20:23.773 INFO kablam! 1217 | rt_alloc_layout_unchecked!(rt_even_100000bytes_2align_alloc_layout_unchecked, 100000, 2); Oct 27 20:20:23.773 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! Oct 27 20:20:23.773 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.773 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.773 INFO kablam! | ^^^^^ Oct 27 20:20:23.773 INFO kablam! ... Oct 27 20:20:23.773 INFO kablam! 1230 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_2align_alloc_layout_unchecked, 1000000, 2); Oct 27 20:20:23.773 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! Oct 27 20:20:23.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.773 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.773 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.773 INFO kablam! ... Oct 27 20:20:23.773 INFO kablam! 1230 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_2align_alloc_layout_unchecked, 1000000, 2); Oct 27 20:20:23.773 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! Oct 27 20:20:23.773 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.773 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.773 INFO kablam! | ^^^^^ Oct 27 20:20:23.773 INFO kablam! ... Oct 27 20:20:23.773 INFO kablam! 1244 | rt_alloc_layout_unchecked!(rt_odd_10bytes_2align_alloc_layout_unchecked, 10- 1, 2); Oct 27 20:20:23.773 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! Oct 27 20:20:23.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.773 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.773 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.773 INFO kablam! ... Oct 27 20:20:23.773 INFO kablam! 1244 | rt_alloc_layout_unchecked!(rt_odd_10bytes_2align_alloc_layout_unchecked, 10- 1, 2); Oct 27 20:20:23.773 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.773 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! 1257 | rt_alloc_layout_unchecked!(rt_odd_100bytes_2align_alloc_layout_unchecked, 100- 1, 2); 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 `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! 1257 | rt_alloc_layout_unchecked!(rt_odd_100bytes_2align_alloc_layout_unchecked, 100- 1, 2); 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! 1270 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_2align_alloc_layout_unchecked, 1000- 1, 2); 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 `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.777 INFO kablam! ... Oct 27 20:20:23.777 INFO kablam! 1270 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_2align_alloc_layout_unchecked, 1000- 1, 2); Oct 27 20:20:23.777 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! Oct 27 20:20:23.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.777 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.777 INFO kablam! | ^^^^^ Oct 27 20:20:23.777 INFO kablam! ... Oct 27 20:20:23.777 INFO kablam! 1283 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_2align_alloc_layout_unchecked, 10000- 1, 2); Oct 27 20:20:23.777 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! Oct 27 20:20:23.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.777 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.777 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.777 INFO kablam! ... Oct 27 20:20:23.777 INFO kablam! 1283 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_2align_alloc_layout_unchecked, 10000- 1, 2); Oct 27 20:20:23.777 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! Oct 27 20:20:23.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.777 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.777 INFO kablam! | ^^^^^ Oct 27 20:20:23.777 INFO kablam! ... Oct 27 20:20:23.777 INFO kablam! 1296 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_2align_alloc_layout_unchecked, 100000- 1, 2); Oct 27 20:20:23.777 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! Oct 27 20:20:23.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.777 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.777 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.777 INFO kablam! ... Oct 27 20:20:23.777 INFO kablam! 1296 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_2align_alloc_layout_unchecked, 100000- 1, 2); Oct 27 20:20:23.777 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! Oct 27 20:20:23.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.777 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.777 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.777 INFO kablam! | ^^^^^ Oct 27 20:20:23.777 INFO kablam! ... Oct 27 20:20:23.777 INFO kablam! 1309 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_2align_alloc_layout_unchecked, 1000000- 1, 2); Oct 27 20:20:23.777 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.777 INFO kablam! | Oct 27 20:20:23.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.778 INFO kablam! | Oct 27 20:20:23.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.778 INFO kablam! | Oct 27 20:20:23.778 INFO kablam! Oct 27 20:20:23.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.778 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.778 INFO kablam! | Oct 27 20:20:23.778 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.778 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.778 INFO kablam! ... Oct 27 20:20:23.778 INFO kablam! 1309 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_2align_alloc_layout_unchecked, 1000000- 1, 2); Oct 27 20:20:23.778 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.778 INFO kablam! | Oct 27 20:20:23.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.778 INFO kablam! | Oct 27 20:20:23.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.778 INFO kablam! | Oct 27 20:20:23.778 INFO kablam! Oct 27 20:20:23.778 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.778 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.778 INFO kablam! | Oct 27 20:20:23.778 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.778 INFO kablam! | ^^^^^ Oct 27 20:20:23.778 INFO kablam! ... Oct 27 20:20:23.778 INFO kablam! 1323 | rt_alloc_layout_unchecked!(rt_primes_3bytes_2align_alloc_layout_unchecked, 3, 2); Oct 27 20:20:23.778 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.778 INFO kablam! | Oct 27 20:20:23.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.778 INFO kablam! | Oct 27 20:20:23.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.778 INFO kablam! | Oct 27 20:20:23.778 INFO kablam! Oct 27 20:20:23.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.778 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.778 INFO kablam! | Oct 27 20:20:23.778 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.778 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.778 INFO kablam! ... Oct 27 20:20:23.778 INFO kablam! 1323 | rt_alloc_layout_unchecked!(rt_primes_3bytes_2align_alloc_layout_unchecked, 3, 2); 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.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! 1336 | rt_alloc_layout_unchecked!(rt_primes_7bytes_2align_alloc_layout_unchecked, 7, 2); 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.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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.784 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.784 INFO kablam! | Oct 27 20:20:23.784 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.784 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.784 INFO kablam! ... Oct 27 20:20:23.784 INFO kablam! 1336 | rt_alloc_layout_unchecked!(rt_primes_7bytes_2align_alloc_layout_unchecked, 7, 2); 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.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! 1349 | rt_alloc_layout_unchecked!(rt_primes_13bytes_2align_alloc_layout_unchecked, 13, 2); 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.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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.784 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.784 INFO kablam! | Oct 27 20:20:23.784 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.784 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.784 INFO kablam! ... Oct 27 20:20:23.784 INFO kablam! 1349 | rt_alloc_layout_unchecked!(rt_primes_13bytes_2align_alloc_layout_unchecked, 13, 2); 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.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! Oct 27 20:20:23.785 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.785 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.785 INFO kablam! | ^^^^^ Oct 27 20:20:23.785 INFO kablam! ... Oct 27 20:20:23.785 INFO kablam! 1362 | rt_alloc_layout_unchecked!(rt_primes_17bytes_2align_alloc_layout_unchecked, 17, 2); Oct 27 20:20:23.785 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! Oct 27 20:20:23.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.785 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.785 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.785 INFO kablam! ... Oct 27 20:20:23.785 INFO kablam! 1362 | rt_alloc_layout_unchecked!(rt_primes_17bytes_2align_alloc_layout_unchecked, 17, 2); Oct 27 20:20:23.785 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! Oct 27 20:20:23.785 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.785 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.785 INFO kablam! | ^^^^^ Oct 27 20:20:23.785 INFO kablam! ... Oct 27 20:20:23.785 INFO kablam! 1375 | rt_alloc_layout_unchecked!(rt_primes_31bytes_2align_alloc_layout_unchecked, 31, 2); Oct 27 20:20:23.785 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! Oct 27 20:20:23.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.785 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.785 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.785 INFO kablam! ... Oct 27 20:20:23.785 INFO kablam! 1375 | rt_alloc_layout_unchecked!(rt_primes_31bytes_2align_alloc_layout_unchecked, 31, 2); Oct 27 20:20:23.785 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! Oct 27 20:20:23.785 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.785 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.785 INFO kablam! | ^^^^^ Oct 27 20:20:23.785 INFO kablam! ... Oct 27 20:20:23.785 INFO kablam! 1388 | rt_alloc_layout_unchecked!(rt_primes_61bytes_2align_alloc_layout_unchecked, 61, 2); Oct 27 20:20:23.785 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.785 INFO kablam! | Oct 27 20:20:23.785 INFO kablam! Oct 27 20:20:23.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.785 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! 1388 | rt_alloc_layout_unchecked!(rt_primes_61bytes_2align_alloc_layout_unchecked, 61, 2); 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! 1401 | rt_alloc_layout_unchecked!(rt_primes_96bytes_2align_alloc_layout_unchecked, 96, 2); 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 `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! 1401 | rt_alloc_layout_unchecked!(rt_primes_96bytes_2align_alloc_layout_unchecked, 96, 2); 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.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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.792 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! 1414 | rt_alloc_layout_unchecked!(rt_primes_127bytes_2align_alloc_layout_unchecked, 127, 2); 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! 1414 | rt_alloc_layout_unchecked!(rt_primes_127bytes_2align_alloc_layout_unchecked, 127, 2); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.792 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! 1427 | rt_alloc_layout_unchecked!(rt_primes_257bytes_2align_alloc_layout_unchecked, 257, 2); 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.793 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.793 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.793 INFO kablam! ... Oct 27 20:20:23.793 INFO kablam! 1427 | rt_alloc_layout_unchecked!(rt_primes_257bytes_2align_alloc_layout_unchecked, 257, 2); Oct 27 20:20:23.793 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! Oct 27 20:20:23.793 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.793 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.793 INFO kablam! | ^^^^^ Oct 27 20:20:23.793 INFO kablam! ... Oct 27 20:20:23.793 INFO kablam! 1440 | rt_alloc_layout_unchecked!(rt_primes_509bytes_2align_alloc_layout_unchecked, 509, 2); Oct 27 20:20:23.793 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! Oct 27 20:20:23.793 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.793 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.793 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.793 INFO kablam! ... Oct 27 20:20:23.793 INFO kablam! 1440 | rt_alloc_layout_unchecked!(rt_primes_509bytes_2align_alloc_layout_unchecked, 509, 2); Oct 27 20:20:23.793 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! Oct 27 20:20:23.793 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.793 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.793 INFO kablam! | ^^^^^ Oct 27 20:20:23.793 INFO kablam! ... Oct 27 20:20:23.793 INFO kablam! 1453 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_2align_alloc_layout_unchecked, 1021, 2); Oct 27 20:20:23.793 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! Oct 27 20:20:23.793 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.793 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.793 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.793 INFO kablam! ... Oct 27 20:20:23.793 INFO kablam! 1453 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_2align_alloc_layout_unchecked, 1021, 2); Oct 27 20:20:23.793 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! Oct 27 20:20:23.793 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.793 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.793 INFO kablam! | Oct 27 20:20:23.793 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.793 INFO kablam! | ^^^^^ Oct 27 20:20:23.793 INFO kablam! ... Oct 27 20:20:23.793 INFO kablam! 1466 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_2align_alloc_layout_unchecked, 2039, 2); Oct 27 20:20:23.793 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! Oct 27 20:20:23.794 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.794 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.794 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.794 INFO kablam! ... Oct 27 20:20:23.794 INFO kablam! 1466 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_2align_alloc_layout_unchecked, 2039, 2); Oct 27 20:20:23.794 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! Oct 27 20:20:23.794 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.794 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.794 INFO kablam! | ^^^^^ Oct 27 20:20:23.794 INFO kablam! ... Oct 27 20:20:23.794 INFO kablam! 1479 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_2align_alloc_layout_unchecked, 4093, 2); Oct 27 20:20:23.794 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! Oct 27 20:20:23.794 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.794 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.794 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.794 INFO kablam! ... Oct 27 20:20:23.794 INFO kablam! 1479 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_2align_alloc_layout_unchecked, 4093, 2); Oct 27 20:20:23.794 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! Oct 27 20:20:23.794 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.794 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.794 INFO kablam! | ^^^^^ Oct 27 20:20:23.794 INFO kablam! ... Oct 27 20:20:23.794 INFO kablam! 1492 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_2align_alloc_layout_unchecked, 8191, 2); Oct 27 20:20:23.794 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! Oct 27 20:20:23.794 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.794 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.794 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.794 INFO kablam! ... Oct 27 20:20:23.794 INFO kablam! 1492 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_2align_alloc_layout_unchecked, 8191, 2); Oct 27 20:20:23.794 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.794 INFO kablam! | Oct 27 20:20:23.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.795 INFO kablam! | Oct 27 20:20:23.795 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! 1505 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_2align_alloc_layout_unchecked, 16381, 2); 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.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.795 INFO kablam! | Oct 27 20:20:23.795 INFO kablam! Oct 27 20:20:23.795 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.795 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.795 INFO kablam! | Oct 27 20:20:23.795 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.795 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.795 INFO kablam! ... Oct 27 20:20:23.795 INFO kablam! 1505 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_2align_alloc_layout_unchecked, 16381, 2); 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.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.795 INFO kablam! | Oct 27 20:20:23.795 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! 1518 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_2align_alloc_layout_unchecked, 32749, 2); 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.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.795 INFO kablam! | Oct 27 20:20:23.795 INFO kablam! Oct 27 20:20:23.795 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.795 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.795 INFO kablam! | Oct 27 20:20:23.795 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.795 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.795 INFO kablam! ... Oct 27 20:20:23.795 INFO kablam! 1518 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_2align_alloc_layout_unchecked, 32749, 2); 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.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! Oct 27 20:20:23.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.796 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.796 INFO kablam! | ^^^^^ Oct 27 20:20:23.796 INFO kablam! ... Oct 27 20:20:23.796 INFO kablam! 1531 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_2align_alloc_layout_unchecked, 65537, 2); Oct 27 20:20:23.796 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! Oct 27 20:20:23.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.796 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.796 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.796 INFO kablam! ... Oct 27 20:20:23.796 INFO kablam! 1531 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_2align_alloc_layout_unchecked, 65537, 2); Oct 27 20:20:23.796 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! Oct 27 20:20:23.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.796 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.796 INFO kablam! | ^^^^^ Oct 27 20:20:23.796 INFO kablam! ... Oct 27 20:20:23.796 INFO kablam! 1544 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_2align_alloc_layout_unchecked, 131071, 2); Oct 27 20:20:23.796 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! Oct 27 20:20:23.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.796 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.796 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.796 INFO kablam! ... Oct 27 20:20:23.796 INFO kablam! 1544 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_2align_alloc_layout_unchecked, 131071, 2); Oct 27 20:20:23.796 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! Oct 27 20:20:23.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.796 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.796 INFO kablam! | ^^^^^ Oct 27 20:20:23.796 INFO kablam! ... Oct 27 20:20:23.796 INFO kablam! 1557 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_2align_alloc_layout_unchecked, 4194301, 2); Oct 27 20:20:23.796 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! Oct 27 20:20:23.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.796 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.796 INFO kablam! | Oct 27 20:20:23.796 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.796 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.796 INFO kablam! ... Oct 27 20:20:23.796 INFO kablam! 1557 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_2align_alloc_layout_unchecked, 4194301, 2); Oct 27 20:20:23.796 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! Oct 27 20:20:23.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.797 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.797 INFO kablam! | ^^^^^ Oct 27 20:20:23.797 INFO kablam! ... Oct 27 20:20:23.797 INFO kablam! 1573 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_4align_alloc_layout_unchecked, 1, 4); Oct 27 20:20:23.797 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! Oct 27 20:20:23.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.797 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.797 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.797 INFO kablam! ... Oct 27 20:20:23.797 INFO kablam! 1573 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_4align_alloc_layout_unchecked, 1, 4); Oct 27 20:20:23.797 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! Oct 27 20:20:23.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.797 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.797 INFO kablam! | ^^^^^ Oct 27 20:20:23.797 INFO kablam! ... Oct 27 20:20:23.797 INFO kablam! 1586 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_4align_alloc_layout_unchecked, 2, 4); Oct 27 20:20:23.797 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! Oct 27 20:20:23.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.797 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.797 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.797 INFO kablam! ... Oct 27 20:20:23.797 INFO kablam! 1586 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_4align_alloc_layout_unchecked, 2, 4); Oct 27 20:20:23.797 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.797 INFO kablam! | Oct 27 20:20:23.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.798 INFO kablam! | Oct 27 20:20:23.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.798 INFO kablam! | Oct 27 20:20:23.798 INFO kablam! Oct 27 20:20:23.798 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.798 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.798 INFO kablam! | Oct 27 20:20:23.798 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.798 INFO kablam! | ^^^^^ Oct 27 20:20:23.798 INFO kablam! ... Oct 27 20:20:23.798 INFO kablam! 1599 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_4align_alloc_layout_unchecked, 4, 4); Oct 27 20:20:23.798 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.798 INFO kablam! | Oct 27 20:20:23.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.798 INFO kablam! | Oct 27 20:20:23.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.798 INFO kablam! | Oct 27 20:20:23.798 INFO kablam! Oct 27 20:20:23.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.798 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.798 INFO kablam! | Oct 27 20:20:23.798 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.798 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.798 INFO kablam! ... Oct 27 20:20:23.798 INFO kablam! 1599 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_4align_alloc_layout_unchecked, 4, 4); Oct 27 20:20:23.798 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.798 INFO kablam! | Oct 27 20:20:23.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.798 INFO kablam! | Oct 27 20:20:23.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.798 INFO kablam! | Oct 27 20:20:23.798 INFO kablam! Oct 27 20:20:23.798 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.798 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.798 INFO kablam! | Oct 27 20:20:23.798 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.798 INFO kablam! | ^^^^^ Oct 27 20:20:23.798 INFO kablam! ... Oct 27 20:20:23.798 INFO kablam! 1612 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_4align_alloc_layout_unchecked, 8, 4); Oct 27 20:20:23.798 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.798 INFO kablam! | Oct 27 20:20:23.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.798 INFO kablam! | Oct 27 20:20:23.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.798 INFO kablam! | Oct 27 20:20:23.798 INFO kablam! Oct 27 20:20:23.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.798 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.798 INFO kablam! | Oct 27 20:20:23.798 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.798 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.798 INFO kablam! ... Oct 27 20:20:23.798 INFO kablam! 1612 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_4align_alloc_layout_unchecked, 8, 4); Oct 27 20:20:23.798 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! 1625 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_4align_alloc_layout_unchecked, 16, 4); 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! 1625 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_4align_alloc_layout_unchecked, 16, 4); Oct 27 20:20:23.800 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.801 INFO kablam! | Oct 27 20:20:23.801 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.801 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.801 INFO kablam! | Oct 27 20:20:23.801 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.801 INFO kablam! | Oct 27 20:20:23.801 INFO kablam! Oct 27 20:20:23.801 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.801 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.801 INFO kablam! | Oct 27 20:20:23.801 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.801 INFO kablam! | ^^^^^ Oct 27 20:20:23.801 INFO kablam! ... Oct 27 20:20:23.801 INFO kablam! 1638 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_4align_alloc_layout_unchecked, 32, 4); Oct 27 20:20:23.801 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.801 INFO kablam! | Oct 27 20:20:23.801 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.801 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.801 INFO kablam! | Oct 27 20:20:23.801 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.801 INFO kablam! | Oct 27 20:20:23.801 INFO kablam! Oct 27 20:20:23.801 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.801 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.801 INFO kablam! | Oct 27 20:20:23.801 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.801 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.801 INFO kablam! ... Oct 27 20:20:23.801 INFO kablam! 1638 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_4align_alloc_layout_unchecked, 32, 4); Oct 27 20:20:23.801 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.801 INFO kablam! | Oct 27 20:20:23.801 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.801 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.801 INFO kablam! | Oct 27 20:20:23.801 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.801 INFO kablam! | Oct 27 20:20:23.801 INFO kablam! Oct 27 20:20:23.801 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.801 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.801 INFO kablam! | Oct 27 20:20:23.801 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.801 INFO kablam! | ^^^^^ Oct 27 20:20:23.801 INFO kablam! ... Oct 27 20:20:23.801 INFO kablam! 1651 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_4align_alloc_layout_unchecked, 64, 4); Oct 27 20:20:23.801 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.801 INFO kablam! | Oct 27 20:20:23.801 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.801 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.801 INFO kablam! | Oct 27 20:20:23.801 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.801 INFO kablam! | Oct 27 20:20:23.801 INFO kablam! Oct 27 20:20:23.801 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.801 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.844 INFO kablam! | Oct 27 20:20:23.844 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! 1651 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_4align_alloc_layout_unchecked, 64, 4); 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.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! 1664 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_4align_alloc_layout_unchecked, 128, 4); 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.846 INFO kablam! | Oct 27 20:20:23.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.846 INFO kablam! | Oct 27 20:20:23.846 INFO kablam! Oct 27 20:20:23.846 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.846 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.846 INFO kablam! | Oct 27 20:20:23.846 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.846 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.846 INFO kablam! ... Oct 27 20:20:23.846 INFO kablam! 1664 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_4align_alloc_layout_unchecked, 128, 4); Oct 27 20:20:23.846 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.846 INFO kablam! | Oct 27 20:20:23.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.846 INFO kablam! | Oct 27 20:20:23.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.846 INFO kablam! | Oct 27 20:20:23.846 INFO kablam! Oct 27 20:20:23.846 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.846 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.846 INFO kablam! | Oct 27 20:20:23.846 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.846 INFO kablam! | ^^^^^ Oct 27 20:20:23.846 INFO kablam! ... Oct 27 20:20:23.846 INFO kablam! 1677 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_4align_alloc_layout_unchecked, 256, 4); Oct 27 20:20:23.846 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.846 INFO kablam! | Oct 27 20:20:23.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.846 INFO kablam! | Oct 27 20:20:23.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 INFO kablam! Oct 27 20:20:23.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.848 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.848 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.848 INFO kablam! ... Oct 27 20:20:23.848 INFO kablam! 1677 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_4align_alloc_layout_unchecked, 256, 4); Oct 27 20:20:23.848 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 INFO kablam! Oct 27 20:20:23.848 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.848 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 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.848 INFO kablam! 1690 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_4align_alloc_layout_unchecked, 512, 4); Oct 27 20:20:23.848 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 INFO kablam! Oct 27 20:20:23.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.848 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.848 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.848 INFO kablam! ... Oct 27 20:20:23.848 INFO kablam! 1690 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_4align_alloc_layout_unchecked, 512, 4); Oct 27 20:20:23.848 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 INFO kablam! Oct 27 20:20:23.848 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.848 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 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.848 INFO kablam! 1703 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_4align_alloc_layout_unchecked, 1024, 4); Oct 27 20:20:23.848 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 INFO kablam! Oct 27 20:20:23.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.848 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.848 INFO kablam! | Oct 27 20:20:23.848 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.848 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.849 INFO kablam! ... Oct 27 20:20:23.849 INFO kablam! 1703 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_4align_alloc_layout_unchecked, 1024, 4); Oct 27 20:20:23.849 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! Oct 27 20:20:23.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.849 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.849 INFO kablam! | ^^^^^ Oct 27 20:20:23.849 INFO kablam! ... Oct 27 20:20:23.849 INFO kablam! 1716 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_4align_alloc_layout_unchecked, 2048, 4); Oct 27 20:20:23.849 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! Oct 27 20:20:23.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.849 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.849 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.849 INFO kablam! ... Oct 27 20:20:23.849 INFO kablam! 1716 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_4align_alloc_layout_unchecked, 2048, 4); Oct 27 20:20:23.849 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! Oct 27 20:20:23.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.849 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.849 INFO kablam! | ^^^^^ Oct 27 20:20:23.849 INFO kablam! ... Oct 27 20:20:23.849 INFO kablam! 1729 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_4align_alloc_layout_unchecked, 4096, 4); Oct 27 20:20:23.849 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! Oct 27 20:20:23.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.849 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.849 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.849 INFO kablam! ... Oct 27 20:20:23.849 INFO kablam! 1729 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_4align_alloc_layout_unchecked, 4096, 4); Oct 27 20:20:23.849 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! Oct 27 20:20:23.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.849 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.849 INFO kablam! | Oct 27 20:20:23.849 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.849 INFO kablam! | ^^^^^ Oct 27 20:20:23.850 INFO kablam! ... Oct 27 20:20:23.850 INFO kablam! 1742 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_4align_alloc_layout_unchecked, 8192, 4); Oct 27 20:20:23.850 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! Oct 27 20:20:23.850 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.850 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.850 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.850 INFO kablam! ... Oct 27 20:20:23.850 INFO kablam! 1742 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_4align_alloc_layout_unchecked, 8192, 4); Oct 27 20:20:23.850 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! Oct 27 20:20:23.850 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.850 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.850 INFO kablam! | ^^^^^ Oct 27 20:20:23.850 INFO kablam! ... Oct 27 20:20:23.850 INFO kablam! 1755 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_4align_alloc_layout_unchecked, 16384, 4); Oct 27 20:20:23.850 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! Oct 27 20:20:23.850 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.850 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.850 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.850 INFO kablam! ... Oct 27 20:20:23.850 INFO kablam! 1755 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_4align_alloc_layout_unchecked, 16384, 4); Oct 27 20:20:23.850 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! Oct 27 20:20:23.850 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.850 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.850 INFO kablam! | ^^^^^ Oct 27 20:20:23.850 INFO kablam! ... Oct 27 20:20:23.850 INFO kablam! 1768 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_4align_alloc_layout_unchecked, 32768, 4); Oct 27 20:20:23.850 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! Oct 27 20:20:23.850 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.850 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.850 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.850 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.850 INFO kablam! ... Oct 27 20:20:23.850 INFO kablam! 1768 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_4align_alloc_layout_unchecked, 32768, 4); Oct 27 20:20:23.850 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.850 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! Oct 27 20:20:23.851 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.851 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.851 INFO kablam! | ^^^^^ Oct 27 20:20:23.851 INFO kablam! ... Oct 27 20:20:23.851 INFO kablam! 1781 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_4align_alloc_layout_unchecked, 65536, 4); Oct 27 20:20:23.851 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! Oct 27 20:20:23.851 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.851 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.851 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.851 INFO kablam! ... Oct 27 20:20:23.851 INFO kablam! 1781 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_4align_alloc_layout_unchecked, 65536, 4); Oct 27 20:20:23.851 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! Oct 27 20:20:23.851 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.851 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.851 INFO kablam! | ^^^^^ Oct 27 20:20:23.851 INFO kablam! ... Oct 27 20:20:23.851 INFO kablam! 1794 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_4align_alloc_layout_unchecked, 131072, 4); Oct 27 20:20:23.851 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! Oct 27 20:20:23.851 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.851 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.851 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.851 INFO kablam! ... Oct 27 20:20:23.851 INFO kablam! 1794 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_4align_alloc_layout_unchecked, 131072, 4); Oct 27 20:20:23.851 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! Oct 27 20:20:23.851 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.851 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.851 INFO kablam! | ^^^^^ Oct 27 20:20:23.851 INFO kablam! ... Oct 27 20:20:23.851 INFO kablam! 1807 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_4align_alloc_layout_unchecked, 4194304, 4); Oct 27 20:20:23.851 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! Oct 27 20:20:23.851 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.851 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.851 INFO kablam! | Oct 27 20:20:23.851 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.852 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.852 INFO kablam! ... Oct 27 20:20:23.852 INFO kablam! 1807 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_4align_alloc_layout_unchecked, 4194304, 4); Oct 27 20:20:23.852 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! Oct 27 20:20:23.852 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.852 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.852 INFO kablam! | ^^^^^ Oct 27 20:20:23.852 INFO kablam! ... Oct 27 20:20:23.852 INFO kablam! 1821 | rt_alloc_layout_unchecked!(rt_even_10bytes_4align_alloc_layout_unchecked, 10, 4); Oct 27 20:20:23.852 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! Oct 27 20:20:23.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.852 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.852 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.852 INFO kablam! ... Oct 27 20:20:23.852 INFO kablam! 1821 | rt_alloc_layout_unchecked!(rt_even_10bytes_4align_alloc_layout_unchecked, 10, 4); Oct 27 20:20:23.852 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! Oct 27 20:20:23.852 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.852 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.852 INFO kablam! | ^^^^^ Oct 27 20:20:23.852 INFO kablam! ... Oct 27 20:20:23.852 INFO kablam! 1834 | rt_alloc_layout_unchecked!(rt_even_100bytes_4align_alloc_layout_unchecked, 100, 4); Oct 27 20:20:23.852 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! Oct 27 20:20:23.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.852 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.852 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.852 INFO kablam! ... Oct 27 20:20:23.852 INFO kablam! 1834 | rt_alloc_layout_unchecked!(rt_even_100bytes_4align_alloc_layout_unchecked, 100, 4); Oct 27 20:20:23.852 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! Oct 27 20:20:23.852 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.852 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.852 INFO kablam! | ^^^^^ Oct 27 20:20:23.852 INFO kablam! ... Oct 27 20:20:23.852 INFO kablam! 1847 | rt_alloc_layout_unchecked!(rt_even_1000bytes_4align_alloc_layout_unchecked, 1000, 4); Oct 27 20:20:23.852 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.852 INFO kablam! | Oct 27 20:20:23.853 INFO kablam! Oct 27 20:20:23.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.853 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.853 INFO kablam! | Oct 27 20:20:23.853 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.853 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.853 INFO kablam! ... Oct 27 20:20:23.853 INFO kablam! 1847 | rt_alloc_layout_unchecked!(rt_even_1000bytes_4align_alloc_layout_unchecked, 1000, 4); Oct 27 20:20:23.853 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.853 INFO kablam! | Oct 27 20:20:23.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.853 INFO kablam! | Oct 27 20:20:23.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.853 INFO kablam! | Oct 27 20:20:23.853 INFO kablam! Oct 27 20:20:23.853 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.853 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.853 INFO kablam! | Oct 27 20:20:23.853 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.853 INFO kablam! | ^^^^^ Oct 27 20:20:23.853 INFO kablam! ... Oct 27 20:20:23.853 INFO kablam! 1860 | rt_alloc_layout_unchecked!(rt_even_10000bytes_4align_alloc_layout_unchecked, 10000, 4); Oct 27 20:20:23.853 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.853 INFO kablam! | Oct 27 20:20:23.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.853 INFO kablam! | Oct 27 20:20:23.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.853 INFO kablam! | Oct 27 20:20:23.853 INFO kablam! Oct 27 20:20:23.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.853 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.853 INFO kablam! | Oct 27 20:20:23.853 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.853 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.853 INFO kablam! ... Oct 27 20:20:23.853 INFO kablam! 1860 | rt_alloc_layout_unchecked!(rt_even_10000bytes_4align_alloc_layout_unchecked, 10000, 4); Oct 27 20:20:23.853 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.853 INFO kablam! | Oct 27 20:20:23.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.853 INFO kablam! | Oct 27 20:20:23.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.853 INFO kablam! | Oct 27 20:20:23.853 INFO kablam! Oct 27 20:20:23.853 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.853 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.859 INFO kablam! | Oct 27 20:20:23.859 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.859 INFO kablam! | ^^^^^ Oct 27 20:20:23.859 INFO kablam! ... Oct 27 20:20:23.859 INFO kablam! 1873 | rt_alloc_layout_unchecked!(rt_even_100000bytes_4align_alloc_layout_unchecked, 100000, 4); Oct 27 20:20:23.859 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.859 INFO kablam! | Oct 27 20:20:23.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.859 INFO kablam! | Oct 27 20:20:23.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.859 INFO kablam! | Oct 27 20:20:23.859 INFO kablam! Oct 27 20:20:23.859 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.859 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.859 INFO kablam! | Oct 27 20:20:23.859 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.859 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.859 INFO kablam! ... Oct 27 20:20:23.859 INFO kablam! 1873 | rt_alloc_layout_unchecked!(rt_even_100000bytes_4align_alloc_layout_unchecked, 100000, 4); Oct 27 20:20:23.859 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.859 INFO kablam! | Oct 27 20:20:23.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.859 INFO kablam! | Oct 27 20:20:23.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.859 INFO kablam! | Oct 27 20:20:23.859 INFO kablam! Oct 27 20:20:23.859 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.859 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.859 INFO kablam! | Oct 27 20:20:23.859 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.859 INFO kablam! | ^^^^^ Oct 27 20:20:23.859 INFO kablam! ... Oct 27 20:20:23.859 INFO kablam! 1886 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_4align_alloc_layout_unchecked, 1000000, 4); Oct 27 20:20:23.859 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.859 INFO kablam! | Oct 27 20:20:23.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.859 INFO kablam! | Oct 27 20:20:23.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.859 INFO kablam! | Oct 27 20:20:23.859 INFO kablam! Oct 27 20:20:23.859 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.859 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.859 INFO kablam! | Oct 27 20:20:23.859 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.859 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.859 INFO kablam! ... Oct 27 20:20:23.859 INFO kablam! 1886 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_4align_alloc_layout_unchecked, 1000000, 4); Oct 27 20:20:23.859 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.859 INFO kablam! | Oct 27 20:20:23.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.860 INFO kablam! Oct 27 20:20:23.860 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.860 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.860 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.860 INFO kablam! | ^^^^^ Oct 27 20:20:23.860 INFO kablam! ... Oct 27 20:20:23.860 INFO kablam! 1900 | rt_alloc_layout_unchecked!(rt_odd_10bytes_4align_alloc_layout_unchecked, 10- 1, 4); Oct 27 20:20:23.860 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.860 INFO kablam! Oct 27 20:20:23.860 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.860 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.860 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.860 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.860 INFO kablam! ... Oct 27 20:20:23.860 INFO kablam! 1900 | rt_alloc_layout_unchecked!(rt_odd_10bytes_4align_alloc_layout_unchecked, 10- 1, 4); Oct 27 20:20:23.860 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.860 INFO kablam! Oct 27 20:20:23.860 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.860 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.860 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.860 INFO kablam! | ^^^^^ Oct 27 20:20:23.860 INFO kablam! ... Oct 27 20:20:23.860 INFO kablam! 1913 | rt_alloc_layout_unchecked!(rt_odd_100bytes_4align_alloc_layout_unchecked, 100- 1, 4); Oct 27 20:20:23.860 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.860 INFO kablam! Oct 27 20:20:23.860 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.860 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.860 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.860 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.860 INFO kablam! ... Oct 27 20:20:23.860 INFO kablam! 1913 | rt_alloc_layout_unchecked!(rt_odd_100bytes_4align_alloc_layout_unchecked, 100- 1, 4); Oct 27 20:20:23.860 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.860 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! Oct 27 20:20:23.861 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.861 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.861 INFO kablam! | ^^^^^ Oct 27 20:20:23.861 INFO kablam! ... Oct 27 20:20:23.861 INFO kablam! 1926 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_4align_alloc_layout_unchecked, 1000- 1, 4); Oct 27 20:20:23.861 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! Oct 27 20:20:23.861 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.861 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.861 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.861 INFO kablam! ... Oct 27 20:20:23.861 INFO kablam! 1926 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_4align_alloc_layout_unchecked, 1000- 1, 4); Oct 27 20:20:23.861 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! Oct 27 20:20:23.861 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.861 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.861 INFO kablam! | ^^^^^ Oct 27 20:20:23.861 INFO kablam! ... Oct 27 20:20:23.861 INFO kablam! 1939 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_4align_alloc_layout_unchecked, 10000- 1, 4); Oct 27 20:20:23.861 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! Oct 27 20:20:23.861 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.861 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.861 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.861 INFO kablam! ... Oct 27 20:20:23.861 INFO kablam! 1939 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_4align_alloc_layout_unchecked, 10000- 1, 4); Oct 27 20:20:23.861 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.861 INFO kablam! | Oct 27 20:20:23.861 INFO kablam! Oct 27 20:20:23.862 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.862 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.862 INFO kablam! | Oct 27 20:20:23.862 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.862 INFO kablam! | ^^^^^ Oct 27 20:20:23.862 INFO kablam! ... Oct 27 20:20:23.862 INFO kablam! 1952 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_4align_alloc_layout_unchecked, 100000- 1, 4); Oct 27 20:20:23.862 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.862 INFO kablam! | Oct 27 20:20:23.862 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.862 INFO kablam! | Oct 27 20:20:23.862 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.862 INFO kablam! | Oct 27 20:20:23.862 INFO kablam! Oct 27 20:20:23.862 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.862 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.862 INFO kablam! | Oct 27 20:20:23.862 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.862 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.862 INFO kablam! ... Oct 27 20:20:23.862 INFO kablam! 1952 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_4align_alloc_layout_unchecked, 100000- 1, 4); Oct 27 20:20:23.862 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.862 INFO kablam! | Oct 27 20:20:23.862 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.862 INFO kablam! | Oct 27 20:20:23.862 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.862 INFO kablam! | Oct 27 20:20:23.862 INFO kablam! Oct 27 20:20:23.862 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.862 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.862 INFO kablam! | Oct 27 20:20:23.862 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.862 INFO kablam! | ^^^^^ Oct 27 20:20:23.862 INFO kablam! ... Oct 27 20:20:23.863 INFO kablam! 1965 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_4align_alloc_layout_unchecked, 1000000- 1, 4); Oct 27 20:20:23.863 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.863 INFO kablam! | Oct 27 20:20:23.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.863 INFO kablam! | Oct 27 20:20:23.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.863 INFO kablam! | Oct 27 20:20:23.863 INFO kablam! Oct 27 20:20:23.863 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.863 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.863 INFO kablam! | Oct 27 20:20:23.863 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.863 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.863 INFO kablam! ... Oct 27 20:20:23.863 INFO kablam! 1965 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_4align_alloc_layout_unchecked, 1000000- 1, 4); Oct 27 20:20:23.863 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.863 INFO kablam! | Oct 27 20:20:23.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.863 INFO kablam! | Oct 27 20:20:23.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.863 INFO kablam! | Oct 27 20:20:23.863 INFO kablam! Oct 27 20:20:23.863 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.863 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.863 INFO kablam! | Oct 27 20:20:23.863 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.863 INFO kablam! | ^^^^^ Oct 27 20:20:23.863 INFO kablam! ... Oct 27 20:20:23.863 INFO kablam! 1979 | rt_alloc_layout_unchecked!(rt_primes_3bytes_4align_alloc_layout_unchecked, 3, 4); Oct 27 20:20:23.863 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.863 INFO kablam! | Oct 27 20:20:23.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.863 INFO kablam! | Oct 27 20:20:23.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.863 INFO kablam! | Oct 27 20:20:23.863 INFO kablam! Oct 27 20:20:23.863 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.863 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.863 INFO kablam! | Oct 27 20:20:23.863 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.863 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.863 INFO kablam! ... Oct 27 20:20:23.863 INFO kablam! 1979 | rt_alloc_layout_unchecked!(rt_primes_3bytes_4align_alloc_layout_unchecked, 3, 4); Oct 27 20:20:23.863 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.863 INFO kablam! | Oct 27 20:20:23.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.863 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! Oct 27 20:20:23.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.864 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.864 INFO kablam! | ^^^^^ Oct 27 20:20:23.864 INFO kablam! ... Oct 27 20:20:23.864 INFO kablam! 1992 | rt_alloc_layout_unchecked!(rt_primes_7bytes_4align_alloc_layout_unchecked, 7, 4); Oct 27 20:20:23.864 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! Oct 27 20:20:23.864 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.864 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.864 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.864 INFO kablam! ... Oct 27 20:20:23.864 INFO kablam! 1992 | rt_alloc_layout_unchecked!(rt_primes_7bytes_4align_alloc_layout_unchecked, 7, 4); Oct 27 20:20:23.864 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! Oct 27 20:20:23.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.864 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.864 INFO kablam! | ^^^^^ Oct 27 20:20:23.864 INFO kablam! ... Oct 27 20:20:23.864 INFO kablam! 2005 | rt_alloc_layout_unchecked!(rt_primes_13bytes_4align_alloc_layout_unchecked, 13, 4); Oct 27 20:20:23.864 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! Oct 27 20:20:23.864 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.864 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.864 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.864 INFO kablam! ... Oct 27 20:20:23.864 INFO kablam! 2005 | rt_alloc_layout_unchecked!(rt_primes_13bytes_4align_alloc_layout_unchecked, 13, 4); Oct 27 20:20:23.864 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! Oct 27 20:20:23.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.864 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.864 INFO kablam! | ^^^^^ Oct 27 20:20:23.864 INFO kablam! ... Oct 27 20:20:23.864 INFO kablam! 2018 | rt_alloc_layout_unchecked!(rt_primes_17bytes_4align_alloc_layout_unchecked, 17, 4); Oct 27 20:20:23.864 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.864 INFO kablam! Oct 27 20:20:23.864 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.864 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.864 INFO kablam! | Oct 27 20:20:23.865 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.865 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.865 INFO kablam! ... Oct 27 20:20:23.865 INFO kablam! 2018 | rt_alloc_layout_unchecked!(rt_primes_17bytes_4align_alloc_layout_unchecked, 17, 4); Oct 27 20:20:23.865 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.865 INFO kablam! | Oct 27 20:20:23.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.865 INFO kablam! | Oct 27 20:20:23.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.865 INFO kablam! | Oct 27 20:20:23.865 INFO kablam! Oct 27 20:20:23.865 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.865 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.865 INFO kablam! | Oct 27 20:20:23.865 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.865 INFO kablam! | ^^^^^ Oct 27 20:20:23.865 INFO kablam! ... Oct 27 20:20:23.865 INFO kablam! 2031 | rt_alloc_layout_unchecked!(rt_primes_31bytes_4align_alloc_layout_unchecked, 31, 4); Oct 27 20:20:23.865 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.865 INFO kablam! | Oct 27 20:20:23.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.865 INFO kablam! | Oct 27 20:20:23.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.865 INFO kablam! | Oct 27 20:20:23.865 INFO kablam! Oct 27 20:20:23.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.865 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.865 INFO kablam! | Oct 27 20:20:23.865 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.865 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.865 INFO kablam! ... Oct 27 20:20:23.865 INFO kablam! 2031 | rt_alloc_layout_unchecked!(rt_primes_31bytes_4align_alloc_layout_unchecked, 31, 4); Oct 27 20:20:23.865 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.865 INFO kablam! | Oct 27 20:20:23.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.865 INFO kablam! | Oct 27 20:20:23.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.865 INFO kablam! | Oct 27 20:20:23.865 INFO kablam! Oct 27 20:20:23.865 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.865 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.865 INFO kablam! | Oct 27 20:20:23.865 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.865 INFO kablam! | ^^^^^ Oct 27 20:20:23.865 INFO kablam! ... Oct 27 20:20:23.865 INFO kablam! 2044 | rt_alloc_layout_unchecked!(rt_primes_61bytes_4align_alloc_layout_unchecked, 61, 4); Oct 27 20:20:23.865 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.865 INFO kablam! | Oct 27 20:20:23.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.865 INFO kablam! | Oct 27 20:20:23.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.865 INFO kablam! | Oct 27 20:20:23.865 INFO kablam! Oct 27 20:20:23.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.865 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.865 INFO kablam! | Oct 27 20:20:23.866 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.866 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.866 INFO kablam! ... Oct 27 20:20:23.866 INFO kablam! 2044 | rt_alloc_layout_unchecked!(rt_primes_61bytes_4align_alloc_layout_unchecked, 61, 4); Oct 27 20:20:23.866 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.866 INFO kablam! | Oct 27 20:20:23.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.866 INFO kablam! | Oct 27 20:20:23.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.866 INFO kablam! | Oct 27 20:20:23.866 INFO kablam! Oct 27 20:20:23.866 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.866 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.866 INFO kablam! | Oct 27 20:20:23.866 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.866 INFO kablam! | ^^^^^ Oct 27 20:20:23.866 INFO kablam! ... Oct 27 20:20:23.866 INFO kablam! 2057 | rt_alloc_layout_unchecked!(rt_primes_96bytes_4align_alloc_layout_unchecked, 96, 4); Oct 27 20:20:23.866 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.866 INFO kablam! | Oct 27 20:20:23.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.866 INFO kablam! | Oct 27 20:20:23.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.866 INFO kablam! | Oct 27 20:20:23.866 INFO kablam! Oct 27 20:20:23.866 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.866 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.866 INFO kablam! | Oct 27 20:20:23.866 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.866 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.866 INFO kablam! ... Oct 27 20:20:23.866 INFO kablam! 2057 | rt_alloc_layout_unchecked!(rt_primes_96bytes_4align_alloc_layout_unchecked, 96, 4); Oct 27 20:20:23.866 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.866 INFO kablam! | Oct 27 20:20:23.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.866 INFO kablam! | Oct 27 20:20:23.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.866 INFO kablam! | Oct 27 20:20:23.866 INFO kablam! Oct 27 20:20:23.866 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.866 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.866 INFO kablam! | Oct 27 20:20:23.866 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.866 INFO kablam! | ^^^^^ Oct 27 20:20:23.866 INFO kablam! ... Oct 27 20:20:23.866 INFO kablam! 2070 | rt_alloc_layout_unchecked!(rt_primes_127bytes_4align_alloc_layout_unchecked, 127, 4); Oct 27 20:20:23.866 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.866 INFO kablam! | Oct 27 20:20:23.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.866 INFO kablam! | Oct 27 20:20:23.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! Oct 27 20:20:23.867 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.867 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.867 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.867 INFO kablam! ... Oct 27 20:20:23.867 INFO kablam! 2070 | rt_alloc_layout_unchecked!(rt_primes_127bytes_4align_alloc_layout_unchecked, 127, 4); Oct 27 20:20:23.867 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! Oct 27 20:20:23.867 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.867 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.867 INFO kablam! | ^^^^^ Oct 27 20:20:23.867 INFO kablam! ... Oct 27 20:20:23.867 INFO kablam! 2083 | rt_alloc_layout_unchecked!(rt_primes_257bytes_4align_alloc_layout_unchecked, 257, 4); Oct 27 20:20:23.867 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! Oct 27 20:20:23.867 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.867 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.867 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.867 INFO kablam! ... Oct 27 20:20:23.867 INFO kablam! 2083 | rt_alloc_layout_unchecked!(rt_primes_257bytes_4align_alloc_layout_unchecked, 257, 4); Oct 27 20:20:23.867 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! Oct 27 20:20:23.867 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.867 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.867 INFO kablam! | ^^^^^ Oct 27 20:20:23.867 INFO kablam! ... Oct 27 20:20:23.867 INFO kablam! 2096 | rt_alloc_layout_unchecked!(rt_primes_509bytes_4align_alloc_layout_unchecked, 509, 4); Oct 27 20:20:23.867 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.867 INFO kablam! | Oct 27 20:20:23.867 INFO kablam! Oct 27 20:20:23.867 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.867 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.868 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.868 INFO kablam! ... Oct 27 20:20:23.868 INFO kablam! 2096 | rt_alloc_layout_unchecked!(rt_primes_509bytes_4align_alloc_layout_unchecked, 509, 4); Oct 27 20:20:23.868 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! Oct 27 20:20:23.868 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.868 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.868 INFO kablam! | ^^^^^ Oct 27 20:20:23.868 INFO kablam! ... Oct 27 20:20:23.868 INFO kablam! 2109 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_4align_alloc_layout_unchecked, 1021, 4); Oct 27 20:20:23.868 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! Oct 27 20:20:23.868 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.868 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.868 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.868 INFO kablam! ... Oct 27 20:20:23.868 INFO kablam! 2109 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_4align_alloc_layout_unchecked, 1021, 4); Oct 27 20:20:23.868 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! Oct 27 20:20:23.868 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.868 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.868 INFO kablam! | ^^^^^ Oct 27 20:20:23.868 INFO kablam! ... Oct 27 20:20:23.868 INFO kablam! 2122 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_4align_alloc_layout_unchecked, 2039, 4); Oct 27 20:20:23.868 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! Oct 27 20:20:23.868 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.868 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.868 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.868 INFO kablam! ... Oct 27 20:20:23.868 INFO kablam! 2122 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_4align_alloc_layout_unchecked, 2039, 4); Oct 27 20:20:23.868 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! Oct 27 20:20:23.868 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.868 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.868 INFO kablam! | Oct 27 20:20:23.868 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.868 INFO kablam! | ^^^^^ Oct 27 20:20:23.868 INFO kablam! ... Oct 27 20:20:23.868 INFO kablam! 2135 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_4align_alloc_layout_unchecked, 4093, 4); Oct 27 20:20:23.875 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.875 INFO kablam! | Oct 27 20:20:23.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.875 INFO kablam! | Oct 27 20:20:23.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.875 INFO kablam! | Oct 27 20:20:23.875 INFO kablam! Oct 27 20:20:23.875 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.875 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.875 INFO kablam! | Oct 27 20:20:23.875 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.875 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.875 INFO kablam! ... Oct 27 20:20:23.875 INFO kablam! 2135 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_4align_alloc_layout_unchecked, 4093, 4); Oct 27 20:20:23.875 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.875 INFO kablam! | Oct 27 20:20:23.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.875 INFO kablam! | Oct 27 20:20:23.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.875 INFO kablam! | Oct 27 20:20:23.875 INFO kablam! Oct 27 20:20:23.875 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.875 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.875 INFO kablam! | Oct 27 20:20:23.875 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.875 INFO kablam! | ^^^^^ Oct 27 20:20:23.875 INFO kablam! ... Oct 27 20:20:23.875 INFO kablam! 2148 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_4align_alloc_layout_unchecked, 8191, 4); Oct 27 20:20:23.875 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.875 INFO kablam! | Oct 27 20:20:23.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.875 INFO kablam! | Oct 27 20:20:23.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.875 INFO kablam! | Oct 27 20:20:23.875 INFO kablam! Oct 27 20:20:23.876 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.876 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.876 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.876 INFO kablam! ... Oct 27 20:20:23.876 INFO kablam! 2148 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_4align_alloc_layout_unchecked, 8191, 4); Oct 27 20:20:23.876 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! Oct 27 20:20:23.876 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.876 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.876 INFO kablam! | ^^^^^ Oct 27 20:20:23.876 INFO kablam! ... Oct 27 20:20:23.876 INFO kablam! 2161 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_4align_alloc_layout_unchecked, 16381, 4); Oct 27 20:20:23.876 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! Oct 27 20:20:23.876 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.876 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.876 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.876 INFO kablam! ... Oct 27 20:20:23.876 INFO kablam! 2161 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_4align_alloc_layout_unchecked, 16381, 4); Oct 27 20:20:23.876 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! Oct 27 20:20:23.876 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.876 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.876 INFO kablam! | ^^^^^ Oct 27 20:20:23.876 INFO kablam! ... Oct 27 20:20:23.876 INFO kablam! 2174 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_4align_alloc_layout_unchecked, 32749, 4); Oct 27 20:20:23.876 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! Oct 27 20:20:23.876 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.876 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.876 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.876 INFO kablam! ... Oct 27 20:20:23.876 INFO kablam! 2174 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_4align_alloc_layout_unchecked, 32749, 4); Oct 27 20:20:23.876 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! Oct 27 20:20:23.876 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.876 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.876 INFO kablam! | ^^^^^ Oct 27 20:20:23.876 INFO kablam! ... Oct 27 20:20:23.876 INFO kablam! 2187 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_4align_alloc_layout_unchecked, 65537, 4); Oct 27 20:20:23.876 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.876 INFO kablam! | Oct 27 20:20:23.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! Oct 27 20:20:23.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.877 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.877 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.877 INFO kablam! ... Oct 27 20:20:23.877 INFO kablam! 2187 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_4align_alloc_layout_unchecked, 65537, 4); Oct 27 20:20:23.877 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! Oct 27 20:20:23.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.877 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.877 INFO kablam! | ^^^^^ Oct 27 20:20:23.877 INFO kablam! ... Oct 27 20:20:23.877 INFO kablam! 2200 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_4align_alloc_layout_unchecked, 131071, 4); Oct 27 20:20:23.877 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! Oct 27 20:20:23.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.877 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.877 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.877 INFO kablam! ... Oct 27 20:20:23.877 INFO kablam! 2200 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_4align_alloc_layout_unchecked, 131071, 4); Oct 27 20:20:23.877 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! Oct 27 20:20:23.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.877 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.877 INFO kablam! | ^^^^^ Oct 27 20:20:23.877 INFO kablam! ... Oct 27 20:20:23.877 INFO kablam! 2213 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_4align_alloc_layout_unchecked, 4194301, 4); Oct 27 20:20:23.877 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! Oct 27 20:20:23.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.877 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.877 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.877 INFO kablam! ... Oct 27 20:20:23.877 INFO kablam! 2213 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_4align_alloc_layout_unchecked, 4194301, 4); Oct 27 20:20:23.877 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! Oct 27 20:20:23.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.877 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.877 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.877 INFO kablam! | ^^^^^ Oct 27 20:20:23.877 INFO kablam! ... Oct 27 20:20:23.877 INFO kablam! 2229 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_8align_alloc_layout_unchecked, 1, 8); Oct 27 20:20:23.877 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.877 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! Oct 27 20:20:23.878 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.878 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.878 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.878 INFO kablam! ... Oct 27 20:20:23.878 INFO kablam! 2229 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_8align_alloc_layout_unchecked, 1, 8); Oct 27 20:20:23.878 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! Oct 27 20:20:23.878 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.878 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.878 INFO kablam! | ^^^^^ Oct 27 20:20:23.878 INFO kablam! ... Oct 27 20:20:23.878 INFO kablam! 2242 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_8align_alloc_layout_unchecked, 2, 8); Oct 27 20:20:23.878 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! Oct 27 20:20:23.878 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.878 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.878 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.878 INFO kablam! ... Oct 27 20:20:23.878 INFO kablam! 2242 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_8align_alloc_layout_unchecked, 2, 8); Oct 27 20:20:23.878 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! Oct 27 20:20:23.878 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.878 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.878 INFO kablam! | ^^^^^ Oct 27 20:20:23.878 INFO kablam! ... Oct 27 20:20:23.878 INFO kablam! 2255 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_8align_alloc_layout_unchecked, 4, 8); Oct 27 20:20:23.878 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! Oct 27 20:20:23.878 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.878 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.878 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.878 INFO kablam! ... Oct 27 20:20:23.878 INFO kablam! 2255 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_8align_alloc_layout_unchecked, 4, 8); Oct 27 20:20:23.878 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.878 INFO kablam! | Oct 27 20:20:23.878 INFO kablam! Oct 27 20:20:23.878 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.879 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.879 INFO kablam! | Oct 27 20:20:23.879 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.879 INFO kablam! | ^^^^^ Oct 27 20:20:23.879 INFO kablam! ... Oct 27 20:20:23.879 INFO kablam! 2268 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_8align_alloc_layout_unchecked, 8, 8); Oct 27 20:20:23.879 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.879 INFO kablam! | Oct 27 20:20:23.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.879 INFO kablam! | Oct 27 20:20:23.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.879 INFO kablam! | Oct 27 20:20:23.879 INFO kablam! Oct 27 20:20:23.879 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.879 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.879 INFO kablam! | Oct 27 20:20:23.879 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.879 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.879 INFO kablam! ... Oct 27 20:20:23.879 INFO kablam! 2268 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_8align_alloc_layout_unchecked, 8, 8); Oct 27 20:20:23.879 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.879 INFO kablam! | Oct 27 20:20:23.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.879 INFO kablam! | Oct 27 20:20:23.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.879 INFO kablam! | Oct 27 20:20:23.879 INFO kablam! Oct 27 20:20:23.879 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.879 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.879 INFO kablam! | Oct 27 20:20:23.879 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.879 INFO kablam! | ^^^^^ Oct 27 20:20:23.879 INFO kablam! ... Oct 27 20:20:23.879 INFO kablam! 2281 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_8align_alloc_layout_unchecked, 16, 8); Oct 27 20:20:23.879 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.879 INFO kablam! | Oct 27 20:20:23.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.879 INFO kablam! | Oct 27 20:20:23.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.879 INFO kablam! | Oct 27 20:20:23.879 INFO kablam! Oct 27 20:20:23.879 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.879 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.879 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.880 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.880 INFO kablam! ... Oct 27 20:20:23.880 INFO kablam! 2281 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_8align_alloc_layout_unchecked, 16, 8); Oct 27 20:20:23.880 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.880 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.880 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.880 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! Oct 27 20:20:23.880 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.880 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.880 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.880 INFO kablam! | ^^^^^ Oct 27 20:20:23.880 INFO kablam! ... Oct 27 20:20:23.880 INFO kablam! 2294 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_8align_alloc_layout_unchecked, 32, 8); Oct 27 20:20:23.880 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.880 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.880 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.880 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! Oct 27 20:20:23.880 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.880 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.880 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.880 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.880 INFO kablam! ... Oct 27 20:20:23.880 INFO kablam! 2294 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_8align_alloc_layout_unchecked, 32, 8); Oct 27 20:20:23.880 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.880 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.880 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.880 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! Oct 27 20:20:23.880 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.880 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.880 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.880 INFO kablam! | ^^^^^ Oct 27 20:20:23.880 INFO kablam! ... Oct 27 20:20:23.880 INFO kablam! 2307 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_8align_alloc_layout_unchecked, 64, 8); Oct 27 20:20:23.880 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.880 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.880 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.880 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! Oct 27 20:20:23.880 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.880 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.880 INFO kablam! | Oct 27 20:20:23.880 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.880 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.880 INFO kablam! ... Oct 27 20:20:23.880 INFO kablam! 2307 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_8align_alloc_layout_unchecked, 64, 8); Oct 27 20:20:23.880 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! Oct 27 20:20:23.881 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.881 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.881 INFO kablam! | ^^^^^ Oct 27 20:20:23.881 INFO kablam! ... Oct 27 20:20:23.881 INFO kablam! 2320 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_8align_alloc_layout_unchecked, 128, 8); Oct 27 20:20:23.881 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! Oct 27 20:20:23.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.881 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.881 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.881 INFO kablam! ... Oct 27 20:20:23.881 INFO kablam! 2320 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_8align_alloc_layout_unchecked, 128, 8); Oct 27 20:20:23.881 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! Oct 27 20:20:23.881 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.881 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.881 INFO kablam! | ^^^^^ Oct 27 20:20:23.881 INFO kablam! ... Oct 27 20:20:23.881 INFO kablam! 2333 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_8align_alloc_layout_unchecked, 256, 8); Oct 27 20:20:23.881 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! Oct 27 20:20:23.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.881 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.881 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.881 INFO kablam! ... Oct 27 20:20:23.881 INFO kablam! 2333 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_8align_alloc_layout_unchecked, 256, 8); Oct 27 20:20:23.881 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! Oct 27 20:20:23.881 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.881 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.881 INFO kablam! | ^^^^^ Oct 27 20:20:23.881 INFO kablam! ... Oct 27 20:20:23.881 INFO kablam! 2346 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_8align_alloc_layout_unchecked, 512, 8); Oct 27 20:20:23.881 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! Oct 27 20:20:23.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.881 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.881 INFO kablam! | Oct 27 20:20:23.881 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.881 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.881 INFO kablam! ... Oct 27 20:20:23.881 INFO kablam! 2346 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_8align_alloc_layout_unchecked, 512, 8); Oct 27 20:20:23.882 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! Oct 27 20:20:23.882 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.882 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.882 INFO kablam! | ^^^^^ Oct 27 20:20:23.882 INFO kablam! ... Oct 27 20:20:23.882 INFO kablam! 2359 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_8align_alloc_layout_unchecked, 1024, 8); Oct 27 20:20:23.882 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! Oct 27 20:20:23.882 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.882 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.882 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.882 INFO kablam! ... Oct 27 20:20:23.882 INFO kablam! 2359 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_8align_alloc_layout_unchecked, 1024, 8); Oct 27 20:20:23.882 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! Oct 27 20:20:23.882 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.882 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.882 INFO kablam! | ^^^^^ Oct 27 20:20:23.882 INFO kablam! ... Oct 27 20:20:23.882 INFO kablam! 2372 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_8align_alloc_layout_unchecked, 2048, 8); Oct 27 20:20:23.882 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! Oct 27 20:20:23.882 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.882 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.882 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.882 INFO kablam! ... Oct 27 20:20:23.882 INFO kablam! 2372 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_8align_alloc_layout_unchecked, 2048, 8); Oct 27 20:20:23.882 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! Oct 27 20:20:23.882 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.882 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.882 INFO kablam! | ^^^^^ Oct 27 20:20:23.882 INFO kablam! ... Oct 27 20:20:23.882 INFO kablam! 2385 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_8align_alloc_layout_unchecked, 4096, 8); Oct 27 20:20:23.882 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.882 INFO kablam! | Oct 27 20:20:23.882 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.886 INFO kablam! | Oct 27 20:20:23.886 INFO kablam! Oct 27 20:20:23.886 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.886 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.886 INFO kablam! | Oct 27 20:20:23.886 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.886 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.886 INFO kablam! ... Oct 27 20:20:23.886 INFO kablam! 2385 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_8align_alloc_layout_unchecked, 4096, 8); Oct 27 20:20:23.886 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.886 INFO kablam! | Oct 27 20:20:23.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.886 INFO kablam! | Oct 27 20:20:23.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.887 INFO kablam! | Oct 27 20:20:23.887 INFO kablam! Oct 27 20:20:23.887 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.887 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.887 INFO kablam! | Oct 27 20:20:23.887 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.887 INFO kablam! | ^^^^^ Oct 27 20:20:23.887 INFO kablam! ... Oct 27 20:20:23.887 INFO kablam! 2398 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_8align_alloc_layout_unchecked, 8192, 8); Oct 27 20:20:23.887 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.887 INFO kablam! | Oct 27 20:20:23.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.887 INFO kablam! | Oct 27 20:20:23.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.887 INFO kablam! | Oct 27 20:20:23.887 INFO kablam! Oct 27 20:20:23.887 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.891 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.891 INFO kablam! | Oct 27 20:20:23.891 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.891 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.891 INFO kablam! ... Oct 27 20:20:23.891 INFO kablam! 2398 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_8align_alloc_layout_unchecked, 8192, 8); Oct 27 20:20:23.891 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.891 INFO kablam! | Oct 27 20:20:23.892 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.892 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.892 INFO kablam! | Oct 27 20:20:23.892 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.892 INFO kablam! | Oct 27 20:20:23.892 INFO kablam! Oct 27 20:20:23.892 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.892 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.892 INFO kablam! | Oct 27 20:20:23.892 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.892 INFO kablam! | ^^^^^ Oct 27 20:20:23.892 INFO kablam! ... Oct 27 20:20:23.892 INFO kablam! 2411 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_8align_alloc_layout_unchecked, 16384, 8); Oct 27 20:20:23.892 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.892 INFO kablam! | Oct 27 20:20:23.892 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.892 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.892 INFO kablam! | Oct 27 20:20:23.892 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.892 INFO kablam! | Oct 27 20:20:23.892 INFO kablam! Oct 27 20:20:23.893 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.893 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.893 INFO kablam! | Oct 27 20:20:23.893 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.893 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.893 INFO kablam! ... Oct 27 20:20:23.893 INFO kablam! 2411 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_8align_alloc_layout_unchecked, 16384, 8); Oct 27 20:20:23.893 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.893 INFO kablam! | Oct 27 20:20:23.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.893 INFO kablam! | Oct 27 20:20:23.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.893 INFO kablam! | Oct 27 20:20:23.893 INFO kablam! Oct 27 20:20:23.893 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.893 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.893 INFO kablam! | Oct 27 20:20:23.893 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.893 INFO kablam! | ^^^^^ Oct 27 20:20:23.893 INFO kablam! ... Oct 27 20:20:23.893 INFO kablam! 2424 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_8align_alloc_layout_unchecked, 32768, 8); Oct 27 20:20:23.893 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.893 INFO kablam! | Oct 27 20:20:23.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.893 INFO kablam! | Oct 27 20:20:23.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.893 INFO kablam! | Oct 27 20:20:23.893 INFO kablam! Oct 27 20:20:23.893 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.893 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.893 INFO kablam! | Oct 27 20:20:23.893 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.894 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.894 INFO kablam! ... Oct 27 20:20:23.894 INFO kablam! 2424 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_8align_alloc_layout_unchecked, 32768, 8); 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.907 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.911 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.911 INFO kablam! | Oct 27 20:20:23.911 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.912 INFO kablam! | ^^^^^ Oct 27 20:20:23.912 INFO kablam! ... Oct 27 20:20:23.912 INFO kablam! 2437 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_8align_alloc_layout_unchecked, 65536, 8); Oct 27 20:20:23.912 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.912 INFO kablam! | Oct 27 20:20:23.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.912 INFO kablam! | Oct 27 20:20:23.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.912 INFO kablam! | Oct 27 20:20:23.912 INFO kablam! Oct 27 20:20:23.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.912 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.912 INFO kablam! | Oct 27 20:20:23.912 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.912 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.912 INFO kablam! ... Oct 27 20:20:23.912 INFO kablam! 2437 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_8align_alloc_layout_unchecked, 65536, 8); Oct 27 20:20:23.912 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.912 INFO kablam! | Oct 27 20:20:23.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.912 INFO kablam! | Oct 27 20:20:23.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.912 INFO kablam! | Oct 27 20:20:23.912 INFO kablam! Oct 27 20:20:23.912 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.912 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.912 INFO kablam! | Oct 27 20:20:23.912 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.912 INFO kablam! | ^^^^^ Oct 27 20:20:23.912 INFO kablam! ... Oct 27 20:20:23.912 INFO kablam! 2450 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_8align_alloc_layout_unchecked, 131072, 8); Oct 27 20:20:23.912 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.912 INFO kablam! | Oct 27 20:20:23.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.912 INFO kablam! | Oct 27 20:20:23.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.912 INFO kablam! | Oct 27 20:20:23.912 INFO kablam! Oct 27 20:20:23.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.912 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.912 INFO kablam! | Oct 27 20:20:23.912 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.912 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.912 INFO kablam! ... Oct 27 20:20:23.912 INFO kablam! 2450 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_8align_alloc_layout_unchecked, 131072, 8); Oct 27 20:20:23.912 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.912 INFO kablam! | Oct 27 20:20:23.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.912 INFO kablam! | Oct 27 20:20:23.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.912 INFO kablam! | Oct 27 20:20:23.912 INFO kablam! Oct 27 20:20:23.912 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.912 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.912 INFO kablam! | Oct 27 20:20:23.912 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.912 INFO kablam! | ^^^^^ Oct 27 20:20:23.912 INFO kablam! ... Oct 27 20:20:23.912 INFO kablam! 2463 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_8align_alloc_layout_unchecked, 4194304, 8); Oct 27 20:20:23.912 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.918 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.918 INFO kablam! | Oct 27 20:20:23.919 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.919 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.919 INFO kablam! ... Oct 27 20:20:23.919 INFO kablam! 2463 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_8align_alloc_layout_unchecked, 4194304, 8); Oct 27 20:20:23.919 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.919 INFO kablam! | Oct 27 20:20:23.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.919 INFO kablam! | Oct 27 20:20:23.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.919 INFO kablam! | Oct 27 20:20:23.919 INFO kablam! Oct 27 20:20:23.919 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.919 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.919 INFO kablam! | Oct 27 20:20:23.919 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.919 INFO kablam! | ^^^^^ Oct 27 20:20:23.919 INFO kablam! ... Oct 27 20:20:23.919 INFO kablam! 2477 | rt_alloc_layout_unchecked!(rt_even_10bytes_8align_alloc_layout_unchecked, 10, 8); Oct 27 20:20:23.919 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.919 INFO kablam! | Oct 27 20:20:23.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.919 INFO kablam! | Oct 27 20:20:23.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.919 INFO kablam! | Oct 27 20:20:23.919 INFO kablam! Oct 27 20:20:23.919 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.919 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.919 INFO kablam! | Oct 27 20:20:23.919 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.919 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.919 INFO kablam! ... Oct 27 20:20:23.919 INFO kablam! 2477 | rt_alloc_layout_unchecked!(rt_even_10bytes_8align_alloc_layout_unchecked, 10, 8); Oct 27 20:20:23.919 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.919 INFO kablam! | Oct 27 20:20:23.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.919 INFO kablam! | Oct 27 20:20:23.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.919 INFO kablam! | Oct 27 20:20:23.919 INFO kablam! Oct 27 20:20:23.919 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.919 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.919 INFO kablam! | Oct 27 20:20:23.919 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.919 INFO kablam! | ^^^^^ Oct 27 20:20:23.919 INFO kablam! ... Oct 27 20:20:23.919 INFO kablam! 2490 | rt_alloc_layout_unchecked!(rt_even_100bytes_8align_alloc_layout_unchecked, 100, 8); Oct 27 20:20:23.919 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.919 INFO kablam! | Oct 27 20:20:23.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.922 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.922 INFO kablam! Oct 27 20:20:23.922 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.922 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.922 INFO kablam! | Oct 27 20:20:23.922 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.922 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.922 INFO kablam! ... Oct 27 20:20:23.922 INFO kablam! 2490 | rt_alloc_layout_unchecked!(rt_even_100bytes_8align_alloc_layout_unchecked, 100, 8); Oct 27 20:20:23.922 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.922 INFO kablam! | Oct 27 20:20:23.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.922 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.922 INFO kablam! Oct 27 20:20:23.922 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.922 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.922 INFO kablam! | Oct 27 20:20:23.922 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.922 INFO kablam! | ^^^^^ Oct 27 20:20:23.922 INFO kablam! ... Oct 27 20:20:23.922 INFO kablam! 2503 | rt_alloc_layout_unchecked!(rt_even_1000bytes_8align_alloc_layout_unchecked, 1000, 8); Oct 27 20:20:23.922 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.922 INFO kablam! | Oct 27 20:20:23.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.922 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.922 INFO kablam! Oct 27 20:20:23.922 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.922 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.922 INFO kablam! | Oct 27 20:20:23.922 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.922 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.922 INFO kablam! ... Oct 27 20:20:23.922 INFO kablam! 2503 | rt_alloc_layout_unchecked!(rt_even_1000bytes_8align_alloc_layout_unchecked, 1000, 8); Oct 27 20:20:23.922 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.922 INFO kablam! | Oct 27 20:20:23.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.922 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.923 INFO kablam! Oct 27 20:20:23.983 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.983 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.983 INFO kablam! | Oct 27 20:20:23.983 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.983 INFO kablam! | ^^^^^ Oct 27 20:20:23.983 INFO kablam! ... Oct 27 20:20:23.983 INFO kablam! 2516 | rt_alloc_layout_unchecked!(rt_even_10000bytes_8align_alloc_layout_unchecked, 10000, 8); Oct 27 20:20:23.983 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.983 INFO kablam! | Oct 27 20:20:23.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.983 INFO kablam! | Oct 27 20:20:23.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.983 INFO kablam! | Oct 27 20:20:23.983 INFO kablam! Oct 27 20:20:23.983 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.983 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.983 INFO kablam! | Oct 27 20:20:23.983 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.983 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.983 INFO kablam! ... Oct 27 20:20:23.983 INFO kablam! 2516 | rt_alloc_layout_unchecked!(rt_even_10000bytes_8align_alloc_layout_unchecked, 10000, 8); Oct 27 20:20:23.983 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.983 INFO kablam! | Oct 27 20:20:23.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.983 INFO kablam! | Oct 27 20:20:23.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.983 INFO kablam! | Oct 27 20:20:23.983 INFO kablam! Oct 27 20:20:23.983 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.983 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.983 INFO kablam! | Oct 27 20:20:23.983 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.983 INFO kablam! | ^^^^^ Oct 27 20:20:23.983 INFO kablam! ... Oct 27 20:20:23.983 INFO kablam! 2529 | rt_alloc_layout_unchecked!(rt_even_100000bytes_8align_alloc_layout_unchecked, 100000, 8); Oct 27 20:20:23.983 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.983 INFO kablam! | Oct 27 20:20:23.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! Oct 27 20:20:23.984 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.984 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.984 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.984 INFO kablam! ... Oct 27 20:20:23.984 INFO kablam! 2529 | rt_alloc_layout_unchecked!(rt_even_100000bytes_8align_alloc_layout_unchecked, 100000, 8); Oct 27 20:20:23.984 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! Oct 27 20:20:23.984 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.984 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.984 INFO kablam! | ^^^^^ Oct 27 20:20:23.984 INFO kablam! ... Oct 27 20:20:23.984 INFO kablam! 2542 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_8align_alloc_layout_unchecked, 1000000, 8); Oct 27 20:20:23.984 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! Oct 27 20:20:23.984 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.984 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.984 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.984 INFO kablam! ... Oct 27 20:20:23.984 INFO kablam! 2542 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_8align_alloc_layout_unchecked, 1000000, 8); Oct 27 20:20:23.984 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! Oct 27 20:20:23.984 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.984 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.984 INFO kablam! | ^^^^^ Oct 27 20:20:23.984 INFO kablam! ... Oct 27 20:20:23.984 INFO kablam! 2556 | rt_alloc_layout_unchecked!(rt_odd_10bytes_8align_alloc_layout_unchecked, 10- 1, 8); Oct 27 20:20:23.984 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! Oct 27 20:20:23.984 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.984 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.984 INFO kablam! | Oct 27 20:20:23.984 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.984 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.984 INFO kablam! ... Oct 27 20:20:23.985 INFO kablam! 2556 | rt_alloc_layout_unchecked!(rt_odd_10bytes_8align_alloc_layout_unchecked, 10- 1, 8); Oct 27 20:20:23.985 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! Oct 27 20:20:23.985 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.985 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.985 INFO kablam! | ^^^^^ Oct 27 20:20:23.985 INFO kablam! ... Oct 27 20:20:23.985 INFO kablam! 2569 | rt_alloc_layout_unchecked!(rt_odd_100bytes_8align_alloc_layout_unchecked, 100- 1, 8); Oct 27 20:20:23.985 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! Oct 27 20:20:23.985 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.985 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.985 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.985 INFO kablam! ... Oct 27 20:20:23.985 INFO kablam! 2569 | rt_alloc_layout_unchecked!(rt_odd_100bytes_8align_alloc_layout_unchecked, 100- 1, 8); Oct 27 20:20:23.985 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! Oct 27 20:20:23.985 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.985 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.985 INFO kablam! | ^^^^^ Oct 27 20:20:23.985 INFO kablam! ... Oct 27 20:20:23.985 INFO kablam! 2582 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_8align_alloc_layout_unchecked, 1000- 1, 8); Oct 27 20:20:23.985 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! Oct 27 20:20:23.985 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.985 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.985 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.985 INFO kablam! ... Oct 27 20:20:23.985 INFO kablam! 2582 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_8align_alloc_layout_unchecked, 1000- 1, 8); Oct 27 20:20:23.985 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! Oct 27 20:20:23.985 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.985 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.985 INFO kablam! | ^^^^^ Oct 27 20:20:23.985 INFO kablam! ... Oct 27 20:20:23.985 INFO kablam! 2595 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_8align_alloc_layout_unchecked, 10000- 1, 8); Oct 27 20:20:23.985 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.985 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! Oct 27 20:20:23.986 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.986 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.986 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.986 INFO kablam! ... Oct 27 20:20:23.986 INFO kablam! 2595 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_8align_alloc_layout_unchecked, 10000- 1, 8); Oct 27 20:20:23.986 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! Oct 27 20:20:23.986 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.986 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.986 INFO kablam! | ^^^^^ Oct 27 20:20:23.986 INFO kablam! ... Oct 27 20:20:23.986 INFO kablam! 2608 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_8align_alloc_layout_unchecked, 100000- 1, 8); Oct 27 20:20:23.986 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! Oct 27 20:20:23.986 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.986 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.986 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.986 INFO kablam! ... Oct 27 20:20:23.986 INFO kablam! 2608 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_8align_alloc_layout_unchecked, 100000- 1, 8); Oct 27 20:20:23.986 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! Oct 27 20:20:23.986 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.986 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.986 INFO kablam! | ^^^^^ Oct 27 20:20:23.986 INFO kablam! ... Oct 27 20:20:23.986 INFO kablam! 2621 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_8align_alloc_layout_unchecked, 1000000- 1, 8); Oct 27 20:20:23.986 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! Oct 27 20:20:23.986 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.986 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.986 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.986 INFO kablam! ... Oct 27 20:20:23.986 INFO kablam! 2621 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_8align_alloc_layout_unchecked, 1000000- 1, 8); Oct 27 20:20:23.986 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.986 INFO kablam! Oct 27 20:20:23.986 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.986 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.986 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.987 INFO kablam! | ^^^^^ Oct 27 20:20:23.987 INFO kablam! ... Oct 27 20:20:23.987 INFO kablam! 2635 | rt_alloc_layout_unchecked!(rt_primes_3bytes_8align_alloc_layout_unchecked, 3, 8); Oct 27 20:20:23.987 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! Oct 27 20:20:23.987 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.987 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.987 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.987 INFO kablam! ... Oct 27 20:20:23.987 INFO kablam! 2635 | rt_alloc_layout_unchecked!(rt_primes_3bytes_8align_alloc_layout_unchecked, 3, 8); Oct 27 20:20:23.987 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! Oct 27 20:20:23.987 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.987 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.987 INFO kablam! | ^^^^^ Oct 27 20:20:23.987 INFO kablam! ... Oct 27 20:20:23.987 INFO kablam! 2648 | rt_alloc_layout_unchecked!(rt_primes_7bytes_8align_alloc_layout_unchecked, 7, 8); Oct 27 20:20:23.987 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! Oct 27 20:20:23.987 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.987 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.987 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.987 INFO kablam! ... Oct 27 20:20:23.987 INFO kablam! 2648 | rt_alloc_layout_unchecked!(rt_primes_7bytes_8align_alloc_layout_unchecked, 7, 8); Oct 27 20:20:23.987 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! Oct 27 20:20:23.987 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.987 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.987 INFO kablam! | ^^^^^ Oct 27 20:20:23.987 INFO kablam! ... Oct 27 20:20:23.987 INFO kablam! 2661 | rt_alloc_layout_unchecked!(rt_primes_13bytes_8align_alloc_layout_unchecked, 13, 8); Oct 27 20:20:23.987 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! Oct 27 20:20:23.987 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.987 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.987 INFO kablam! | Oct 27 20:20:23.987 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.987 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.987 INFO kablam! ... Oct 27 20:20:23.988 INFO kablam! 2661 | rt_alloc_layout_unchecked!(rt_primes_13bytes_8align_alloc_layout_unchecked, 13, 8); Oct 27 20:20:23.988 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.988 INFO kablam! | Oct 27 20:20:23.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.988 INFO kablam! | Oct 27 20:20:23.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.988 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.988 INFO kablam! 2674 | rt_alloc_layout_unchecked!(rt_primes_17bytes_8align_alloc_layout_unchecked, 17, 8); Oct 27 20:20:23.988 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.988 INFO kablam! | Oct 27 20:20:23.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.988 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! Oct 27 20:20:23.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.989 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.989 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.989 INFO kablam! ... Oct 27 20:20:23.989 INFO kablam! 2674 | rt_alloc_layout_unchecked!(rt_primes_17bytes_8align_alloc_layout_unchecked, 17, 8); Oct 27 20:20:23.989 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! Oct 27 20:20:23.989 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.989 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.989 INFO kablam! | ^^^^^ Oct 27 20:20:23.989 INFO kablam! ... Oct 27 20:20:23.989 INFO kablam! 2687 | rt_alloc_layout_unchecked!(rt_primes_31bytes_8align_alloc_layout_unchecked, 31, 8); Oct 27 20:20:23.989 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! Oct 27 20:20:23.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.989 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.989 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.989 INFO kablam! ... Oct 27 20:20:23.989 INFO kablam! 2687 | rt_alloc_layout_unchecked!(rt_primes_31bytes_8align_alloc_layout_unchecked, 31, 8); Oct 27 20:20:23.989 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! Oct 27 20:20:23.989 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.989 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.989 INFO kablam! | ^^^^^ Oct 27 20:20:23.989 INFO kablam! ... Oct 27 20:20:23.989 INFO kablam! 2700 | rt_alloc_layout_unchecked!(rt_primes_61bytes_8align_alloc_layout_unchecked, 61, 8); Oct 27 20:20:23.989 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! Oct 27 20:20:23.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.989 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.989 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.989 INFO kablam! ... Oct 27 20:20:23.989 INFO kablam! 2700 | rt_alloc_layout_unchecked!(rt_primes_61bytes_8align_alloc_layout_unchecked, 61, 8); Oct 27 20:20:23.989 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.989 INFO kablam! | Oct 27 20:20:23.989 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! 2713 | rt_alloc_layout_unchecked!(rt_primes_96bytes_8align_alloc_layout_unchecked, 96, 8); 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:24.045 INFO kablam! | Oct 27 20:20:24.045 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.045 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.045 INFO kablam! ... Oct 27 20:20:24.045 INFO kablam! 2713 | rt_alloc_layout_unchecked!(rt_primes_96bytes_8align_alloc_layout_unchecked, 96, 8); Oct 27 20:20:24.045 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.045 INFO kablam! | Oct 27 20:20:24.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.045 INFO kablam! | Oct 27 20:20:24.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.045 INFO kablam! | Oct 27 20:20:24.045 INFO kablam! Oct 27 20:20:24.045 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.045 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.045 INFO kablam! | Oct 27 20:20:24.045 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.045 INFO kablam! | ^^^^^ Oct 27 20:20:24.045 INFO kablam! ... Oct 27 20:20:24.045 INFO kablam! 2726 | rt_alloc_layout_unchecked!(rt_primes_127bytes_8align_alloc_layout_unchecked, 127, 8); Oct 27 20:20:24.045 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.045 INFO kablam! | Oct 27 20:20:24.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.045 INFO kablam! | Oct 27 20:20:24.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.045 INFO kablam! | Oct 27 20:20:24.045 INFO kablam! Oct 27 20:20:24.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.045 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.045 INFO kablam! | Oct 27 20:20:24.045 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.045 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.045 INFO kablam! ... Oct 27 20:20:24.045 INFO kablam! 2726 | rt_alloc_layout_unchecked!(rt_primes_127bytes_8align_alloc_layout_unchecked, 127, 8); Oct 27 20:20:24.045 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.045 INFO kablam! | Oct 27 20:20:24.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.045 INFO kablam! | Oct 27 20:20:24.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.045 INFO kablam! | Oct 27 20:20:24.045 INFO kablam! Oct 27 20:20:24.045 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.045 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.045 INFO kablam! | Oct 27 20:20:24.045 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.045 INFO kablam! | ^^^^^ Oct 27 20:20:24.045 INFO kablam! ... Oct 27 20:20:24.046 INFO kablam! 2739 | rt_alloc_layout_unchecked!(rt_primes_257bytes_8align_alloc_layout_unchecked, 257, 8); Oct 27 20:20:24.046 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.046 INFO kablam! | Oct 27 20:20:24.046 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.046 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.046 INFO kablam! | Oct 27 20:20:24.046 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.046 INFO kablam! | Oct 27 20:20:24.046 INFO kablam! Oct 27 20:20:24.046 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.046 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.046 INFO kablam! | Oct 27 20:20:24.046 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.046 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.046 INFO kablam! ... Oct 27 20:20:24.055 INFO kablam! 2739 | rt_alloc_layout_unchecked!(rt_primes_257bytes_8align_alloc_layout_unchecked, 257, 8); Oct 27 20:20:24.055 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! Oct 27 20:20:24.055 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.055 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.055 INFO kablam! | ^^^^^ Oct 27 20:20:24.055 INFO kablam! ... Oct 27 20:20:24.055 INFO kablam! 2752 | rt_alloc_layout_unchecked!(rt_primes_509bytes_8align_alloc_layout_unchecked, 509, 8); Oct 27 20:20:24.055 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! Oct 27 20:20:24.055 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.055 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.055 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.055 INFO kablam! ... Oct 27 20:20:24.055 INFO kablam! 2752 | rt_alloc_layout_unchecked!(rt_primes_509bytes_8align_alloc_layout_unchecked, 509, 8); Oct 27 20:20:24.055 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! Oct 27 20:20:24.055 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.055 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.055 INFO kablam! | ^^^^^ Oct 27 20:20:24.055 INFO kablam! ... Oct 27 20:20:24.055 INFO kablam! 2765 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_8align_alloc_layout_unchecked, 1021, 8); Oct 27 20:20:24.055 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! Oct 27 20:20:24.055 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.055 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.055 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.055 INFO kablam! ... Oct 27 20:20:24.055 INFO kablam! 2765 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_8align_alloc_layout_unchecked, 1021, 8); Oct 27 20:20:24.055 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! Oct 27 20:20:24.055 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.055 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.055 INFO kablam! | Oct 27 20:20:24.055 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.055 INFO kablam! | ^^^^^ Oct 27 20:20:24.056 INFO kablam! ... Oct 27 20:20:24.056 INFO kablam! 2778 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_8align_alloc_layout_unchecked, 2039, 8); Oct 27 20:20:24.056 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.056 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! Oct 27 20:20:24.056 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.056 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.056 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.056 INFO kablam! ... Oct 27 20:20:24.056 INFO kablam! 2778 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_8align_alloc_layout_unchecked, 2039, 8); Oct 27 20:20:24.056 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.056 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! Oct 27 20:20:24.056 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.056 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.056 INFO kablam! | ^^^^^ Oct 27 20:20:24.056 INFO kablam! ... Oct 27 20:20:24.056 INFO kablam! 2791 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_8align_alloc_layout_unchecked, 4093, 8); Oct 27 20:20:24.056 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.056 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! Oct 27 20:20:24.056 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.056 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.056 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.056 INFO kablam! ... Oct 27 20:20:24.056 INFO kablam! 2791 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_8align_alloc_layout_unchecked, 4093, 8); Oct 27 20:20:24.056 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.056 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! Oct 27 20:20:24.056 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.056 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.056 INFO kablam! | ^^^^^ Oct 27 20:20:24.056 INFO kablam! ... Oct 27 20:20:24.056 INFO kablam! 2804 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_8align_alloc_layout_unchecked, 8191, 8); Oct 27 20:20:24.056 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.056 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! Oct 27 20:20:24.056 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.056 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.056 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.056 INFO kablam! ... Oct 27 20:20:24.056 INFO kablam! 2804 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_8align_alloc_layout_unchecked, 8191, 8); Oct 27 20:20:24.056 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.056 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.056 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.056 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! Oct 27 20:20:24.057 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.057 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.057 INFO kablam! | ^^^^^ Oct 27 20:20:24.057 INFO kablam! ... Oct 27 20:20:24.057 INFO kablam! 2817 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_8align_alloc_layout_unchecked, 16381, 8); Oct 27 20:20:24.057 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! Oct 27 20:20:24.057 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.057 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.057 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.057 INFO kablam! ... Oct 27 20:20:24.057 INFO kablam! 2817 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_8align_alloc_layout_unchecked, 16381, 8); Oct 27 20:20:24.057 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! Oct 27 20:20:24.057 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.057 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.057 INFO kablam! | ^^^^^ Oct 27 20:20:24.057 INFO kablam! ... Oct 27 20:20:24.057 INFO kablam! 2830 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_8align_alloc_layout_unchecked, 32749, 8); Oct 27 20:20:24.057 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! Oct 27 20:20:24.057 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.057 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.057 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.057 INFO kablam! ... Oct 27 20:20:24.057 INFO kablam! 2830 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_8align_alloc_layout_unchecked, 32749, 8); Oct 27 20:20:24.057 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! Oct 27 20:20:24.057 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.057 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.057 INFO kablam! | ^^^^^ Oct 27 20:20:24.057 INFO kablam! ... Oct 27 20:20:24.057 INFO kablam! 2843 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_8align_alloc_layout_unchecked, 65537, 8); Oct 27 20:20:24.057 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! Oct 27 20:20:24.057 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.057 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.057 INFO kablam! | Oct 27 20:20:24.057 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.058 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.058 INFO kablam! ... Oct 27 20:20:24.058 INFO kablam! 2843 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_8align_alloc_layout_unchecked, 65537, 8); Oct 27 20:20:24.058 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! Oct 27 20:20:24.058 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.058 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.058 INFO kablam! | ^^^^^ Oct 27 20:20:24.058 INFO kablam! ... Oct 27 20:20:24.058 INFO kablam! 2856 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_8align_alloc_layout_unchecked, 131071, 8); Oct 27 20:20:24.058 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! Oct 27 20:20:24.058 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.058 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.058 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.058 INFO kablam! ... Oct 27 20:20:24.058 INFO kablam! 2856 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_8align_alloc_layout_unchecked, 131071, 8); Oct 27 20:20:24.058 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! Oct 27 20:20:24.058 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.058 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.058 INFO kablam! | ^^^^^ Oct 27 20:20:24.058 INFO kablam! ... Oct 27 20:20:24.058 INFO kablam! 2869 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_8align_alloc_layout_unchecked, 4194301, 8); Oct 27 20:20:24.058 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! Oct 27 20:20:24.058 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.058 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.058 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.058 INFO kablam! ... Oct 27 20:20:24.058 INFO kablam! 2869 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_8align_alloc_layout_unchecked, 4194301, 8); Oct 27 20:20:24.058 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.058 INFO kablam! | Oct 27 20:20:24.058 INFO kablam! Oct 27 20:20:24.058 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.058 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.058 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! 2885 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_16align_alloc_layout_unchecked, 1, 16); 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! 2885 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_16align_alloc_layout_unchecked, 1, 16); 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.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! 2898 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_16align_alloc_layout_unchecked, 2, 16); 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.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! 2898 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_16align_alloc_layout_unchecked, 2, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.066 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.066 INFO kablam! | Oct 27 20:20:24.066 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.066 INFO kablam! | ^^^^^ Oct 27 20:20:24.066 INFO kablam! ... Oct 27 20:20:24.066 INFO kablam! 2911 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_16align_alloc_layout_unchecked, 4, 16); 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! 2911 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_16align_alloc_layout_unchecked, 4, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.066 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.067 INFO kablam! | ^^^^^ Oct 27 20:20:24.067 INFO kablam! ... Oct 27 20:20:24.067 INFO kablam! 2924 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_16align_alloc_layout_unchecked, 8, 16); Oct 27 20:20:24.067 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! Oct 27 20:20:24.067 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.067 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.067 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.067 INFO kablam! ... Oct 27 20:20:24.067 INFO kablam! 2924 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_16align_alloc_layout_unchecked, 8, 16); Oct 27 20:20:24.067 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! Oct 27 20:20:24.067 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.067 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.067 INFO kablam! | ^^^^^ Oct 27 20:20:24.067 INFO kablam! ... Oct 27 20:20:24.067 INFO kablam! 2937 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_16align_alloc_layout_unchecked, 16, 16); Oct 27 20:20:24.067 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! Oct 27 20:20:24.067 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.067 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.067 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.067 INFO kablam! ... Oct 27 20:20:24.067 INFO kablam! 2937 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_16align_alloc_layout_unchecked, 16, 16); Oct 27 20:20:24.067 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! Oct 27 20:20:24.067 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.067 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.067 INFO kablam! | ^^^^^ Oct 27 20:20:24.067 INFO kablam! ... Oct 27 20:20:24.067 INFO kablam! 2950 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_16align_alloc_layout_unchecked, 32, 16); Oct 27 20:20:24.067 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! Oct 27 20:20:24.067 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.067 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.067 INFO kablam! | Oct 27 20:20:24.067 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.067 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.067 INFO kablam! ... Oct 27 20:20:24.067 INFO kablam! 2950 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_16align_alloc_layout_unchecked, 32, 16); Oct 27 20:20:24.068 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! Oct 27 20:20:24.068 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.068 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.068 INFO kablam! | ^^^^^ Oct 27 20:20:24.068 INFO kablam! ... Oct 27 20:20:24.068 INFO kablam! 2963 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_16align_alloc_layout_unchecked, 64, 16); Oct 27 20:20:24.068 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! Oct 27 20:20:24.068 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.068 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.068 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.068 INFO kablam! ... Oct 27 20:20:24.068 INFO kablam! 2963 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_16align_alloc_layout_unchecked, 64, 16); Oct 27 20:20:24.068 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! Oct 27 20:20:24.068 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.068 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.068 INFO kablam! | ^^^^^ Oct 27 20:20:24.068 INFO kablam! ... Oct 27 20:20:24.068 INFO kablam! 2976 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_16align_alloc_layout_unchecked, 128, 16); Oct 27 20:20:24.068 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! Oct 27 20:20:24.068 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.068 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.068 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.068 INFO kablam! ... Oct 27 20:20:24.068 INFO kablam! 2976 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_16align_alloc_layout_unchecked, 128, 16); Oct 27 20:20:24.068 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.068 INFO kablam! | Oct 27 20:20:24.068 INFO kablam! Oct 27 20:20:24.068 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.068 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.069 INFO kablam! | ^^^^^ Oct 27 20:20:24.069 INFO kablam! ... Oct 27 20:20:24.069 INFO kablam! 2989 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_16align_alloc_layout_unchecked, 256, 16); Oct 27 20:20:24.069 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! Oct 27 20:20:24.069 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.069 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.069 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.069 INFO kablam! ... Oct 27 20:20:24.069 INFO kablam! 2989 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_16align_alloc_layout_unchecked, 256, 16); Oct 27 20:20:24.069 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! Oct 27 20:20:24.069 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.069 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.069 INFO kablam! | ^^^^^ Oct 27 20:20:24.069 INFO kablam! ... Oct 27 20:20:24.069 INFO kablam! 3002 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_16align_alloc_layout_unchecked, 512, 16); Oct 27 20:20:24.069 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! Oct 27 20:20:24.069 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.069 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.069 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.069 INFO kablam! ... Oct 27 20:20:24.069 INFO kablam! 3002 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_16align_alloc_layout_unchecked, 512, 16); Oct 27 20:20:24.069 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! Oct 27 20:20:24.069 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.069 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.069 INFO kablam! | ^^^^^ Oct 27 20:20:24.069 INFO kablam! ... Oct 27 20:20:24.069 INFO kablam! 3015 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_16align_alloc_layout_unchecked, 1024, 16); Oct 27 20:20:24.069 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! Oct 27 20:20:24.069 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.069 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.069 INFO kablam! | Oct 27 20:20:24.069 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.069 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.069 INFO kablam! ... Oct 27 20:20:24.069 INFO kablam! 3015 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_16align_alloc_layout_unchecked, 1024, 16); Oct 27 20:20:24.069 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.070 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! Oct 27 20:20:24.070 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.070 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.070 INFO kablam! | ^^^^^ Oct 27 20:20:24.070 INFO kablam! ... Oct 27 20:20:24.070 INFO kablam! 3028 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_16align_alloc_layout_unchecked, 2048, 16); Oct 27 20:20:24.070 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.070 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! Oct 27 20:20:24.070 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.070 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.070 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.070 INFO kablam! ... Oct 27 20:20:24.070 INFO kablam! 3028 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_16align_alloc_layout_unchecked, 2048, 16); Oct 27 20:20:24.070 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.070 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! Oct 27 20:20:24.070 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.070 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.070 INFO kablam! | ^^^^^ Oct 27 20:20:24.070 INFO kablam! ... Oct 27 20:20:24.070 INFO kablam! 3041 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_16align_alloc_layout_unchecked, 4096, 16); Oct 27 20:20:24.070 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.070 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! Oct 27 20:20:24.070 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.070 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.070 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.070 INFO kablam! ... Oct 27 20:20:24.070 INFO kablam! 3041 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_16align_alloc_layout_unchecked, 4096, 16); Oct 27 20:20:24.070 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.070 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! Oct 27 20:20:24.070 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.070 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.070 INFO kablam! | ^^^^^ Oct 27 20:20:24.070 INFO kablam! ... Oct 27 20:20:24.070 INFO kablam! 3054 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_16align_alloc_layout_unchecked, 8192, 16); Oct 27 20:20:24.070 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.070 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.070 INFO kablam! | Oct 27 20:20:24.070 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.071 INFO kablam! | Oct 27 20:20:24.071 INFO kablam! Oct 27 20:20:24.071 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.071 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.071 INFO kablam! | Oct 27 20:20:24.074 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.074 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.075 INFO kablam! ... Oct 27 20:20:24.075 INFO kablam! 3054 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_16align_alloc_layout_unchecked, 8192, 16); Oct 27 20:20:24.075 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! Oct 27 20:20:24.075 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.075 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.075 INFO kablam! | ^^^^^ Oct 27 20:20:24.075 INFO kablam! ... Oct 27 20:20:24.075 INFO kablam! 3067 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_16align_alloc_layout_unchecked, 16384, 16); Oct 27 20:20:24.075 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! Oct 27 20:20:24.075 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.075 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.075 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.075 INFO kablam! ... Oct 27 20:20:24.075 INFO kablam! 3067 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_16align_alloc_layout_unchecked, 16384, 16); Oct 27 20:20:24.075 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! Oct 27 20:20:24.075 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.075 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.075 INFO kablam! | ^^^^^ Oct 27 20:20:24.075 INFO kablam! ... Oct 27 20:20:24.075 INFO kablam! 3080 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_16align_alloc_layout_unchecked, 32768, 16); Oct 27 20:20:24.075 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! Oct 27 20:20:24.075 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.075 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.075 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.075 INFO kablam! ... Oct 27 20:20:24.075 INFO kablam! 3080 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_16align_alloc_layout_unchecked, 32768, 16); Oct 27 20:20:24.075 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! Oct 27 20:20:24.075 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.075 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.075 INFO kablam! | ^^^^^ Oct 27 20:20:24.075 INFO kablam! ... Oct 27 20:20:24.075 INFO kablam! 3093 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_16align_alloc_layout_unchecked, 65536, 16); Oct 27 20:20:24.075 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.075 INFO kablam! | Oct 27 20:20:24.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! Oct 27 20:20:24.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.076 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.076 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.076 INFO kablam! ... Oct 27 20:20:24.076 INFO kablam! 3093 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_16align_alloc_layout_unchecked, 65536, 16); Oct 27 20:20:24.076 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! Oct 27 20:20:24.076 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.076 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.076 INFO kablam! | ^^^^^ Oct 27 20:20:24.076 INFO kablam! ... Oct 27 20:20:24.076 INFO kablam! 3106 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_16align_alloc_layout_unchecked, 131072, 16); Oct 27 20:20:24.076 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! Oct 27 20:20:24.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.076 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.076 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.076 INFO kablam! ... Oct 27 20:20:24.076 INFO kablam! 3106 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_16align_alloc_layout_unchecked, 131072, 16); Oct 27 20:20:24.076 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! Oct 27 20:20:24.076 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.076 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.076 INFO kablam! | ^^^^^ Oct 27 20:20:24.076 INFO kablam! ... Oct 27 20:20:24.076 INFO kablam! 3119 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_16align_alloc_layout_unchecked, 4194304, 16); Oct 27 20:20:24.076 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! Oct 27 20:20:24.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.076 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.076 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.076 INFO kablam! ... Oct 27 20:20:24.076 INFO kablam! 3119 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_16align_alloc_layout_unchecked, 4194304, 16); Oct 27 20:20:24.076 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! Oct 27 20:20:24.076 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.076 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.076 INFO kablam! | ^^^^^ Oct 27 20:20:24.076 INFO kablam! ... Oct 27 20:20:24.076 INFO kablam! 3133 | rt_alloc_layout_unchecked!(rt_even_10bytes_16align_alloc_layout_unchecked, 10, 16); Oct 27 20:20:24.076 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.076 INFO kablam! | Oct 27 20:20:24.076 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.097 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.097 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.097 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.097 INFO kablam! ... Oct 27 20:20:24.097 INFO kablam! 3133 | rt_alloc_layout_unchecked!(rt_even_10bytes_16align_alloc_layout_unchecked, 10, 16); Oct 27 20:20:24.097 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! Oct 27 20:20:24.097 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.097 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.097 INFO kablam! | ^^^^^ Oct 27 20:20:24.097 INFO kablam! ... Oct 27 20:20:24.097 INFO kablam! 3146 | rt_alloc_layout_unchecked!(rt_even_100bytes_16align_alloc_layout_unchecked, 100, 16); Oct 27 20:20:24.097 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! Oct 27 20:20:24.097 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.097 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.097 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.097 INFO kablam! ... Oct 27 20:20:24.097 INFO kablam! 3146 | rt_alloc_layout_unchecked!(rt_even_100bytes_16align_alloc_layout_unchecked, 100, 16); Oct 27 20:20:24.097 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! Oct 27 20:20:24.097 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.097 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.097 INFO kablam! | ^^^^^ Oct 27 20:20:24.097 INFO kablam! ... Oct 27 20:20:24.097 INFO kablam! 3159 | rt_alloc_layout_unchecked!(rt_even_1000bytes_16align_alloc_layout_unchecked, 1000, 16); Oct 27 20:20:24.097 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! Oct 27 20:20:24.097 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.097 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.097 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.097 INFO kablam! ... Oct 27 20:20:24.097 INFO kablam! 3159 | rt_alloc_layout_unchecked!(rt_even_1000bytes_16align_alloc_layout_unchecked, 1000, 16); Oct 27 20:20:24.097 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.097 INFO kablam! | Oct 27 20:20:24.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! Oct 27 20:20:24.098 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.098 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.098 INFO kablam! | ^^^^^ Oct 27 20:20:24.098 INFO kablam! ... Oct 27 20:20:24.098 INFO kablam! 3172 | rt_alloc_layout_unchecked!(rt_even_10000bytes_16align_alloc_layout_unchecked, 10000, 16); Oct 27 20:20:24.098 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! Oct 27 20:20:24.098 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.098 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.098 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.098 INFO kablam! ... Oct 27 20:20:24.098 INFO kablam! 3172 | rt_alloc_layout_unchecked!(rt_even_10000bytes_16align_alloc_layout_unchecked, 10000, 16); Oct 27 20:20:24.098 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! Oct 27 20:20:24.098 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.098 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.098 INFO kablam! | ^^^^^ Oct 27 20:20:24.098 INFO kablam! ... Oct 27 20:20:24.098 INFO kablam! 3185 | rt_alloc_layout_unchecked!(rt_even_100000bytes_16align_alloc_layout_unchecked, 100000, 16); Oct 27 20:20:24.098 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! Oct 27 20:20:24.098 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.098 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.098 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.098 INFO kablam! ... Oct 27 20:20:24.098 INFO kablam! 3185 | rt_alloc_layout_unchecked!(rt_even_100000bytes_16align_alloc_layout_unchecked, 100000, 16); Oct 27 20:20:24.098 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! Oct 27 20:20:24.098 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.098 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.098 INFO kablam! | ^^^^^ Oct 27 20:20:24.098 INFO kablam! ... Oct 27 20:20:24.098 INFO kablam! 3198 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_16align_alloc_layout_unchecked, 1000000, 16); Oct 27 20:20:24.098 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! Oct 27 20:20:24.098 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.098 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.098 INFO kablam! | Oct 27 20:20:24.098 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.098 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.099 INFO kablam! ... Oct 27 20:20:24.099 INFO kablam! 3198 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_16align_alloc_layout_unchecked, 1000000, 16); Oct 27 20:20:24.099 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! Oct 27 20:20:24.099 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.099 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.099 INFO kablam! | ^^^^^ Oct 27 20:20:24.099 INFO kablam! ... Oct 27 20:20:24.099 INFO kablam! 3212 | rt_alloc_layout_unchecked!(rt_odd_10bytes_16align_alloc_layout_unchecked, 10- 1, 16); Oct 27 20:20:24.099 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! Oct 27 20:20:24.099 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.099 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.099 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.099 INFO kablam! ... Oct 27 20:20:24.099 INFO kablam! 3212 | rt_alloc_layout_unchecked!(rt_odd_10bytes_16align_alloc_layout_unchecked, 10- 1, 16); Oct 27 20:20:24.099 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! Oct 27 20:20:24.099 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.099 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.099 INFO kablam! | ^^^^^ Oct 27 20:20:24.099 INFO kablam! ... Oct 27 20:20:24.099 INFO kablam! 3225 | rt_alloc_layout_unchecked!(rt_odd_100bytes_16align_alloc_layout_unchecked, 100- 1, 16); Oct 27 20:20:24.099 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! Oct 27 20:20:24.099 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.099 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.099 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.099 INFO kablam! ... Oct 27 20:20:24.099 INFO kablam! 3225 | rt_alloc_layout_unchecked!(rt_odd_100bytes_16align_alloc_layout_unchecked, 100- 1, 16); Oct 27 20:20:24.099 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! Oct 27 20:20:24.099 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.099 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.099 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.099 INFO kablam! | ^^^^^ Oct 27 20:20:24.099 INFO kablam! ... Oct 27 20:20:24.099 INFO kablam! 3238 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_16align_alloc_layout_unchecked, 1000- 1, 16); Oct 27 20:20:24.099 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.099 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! Oct 27 20:20:24.100 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.100 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.100 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.100 INFO kablam! ... Oct 27 20:20:24.100 INFO kablam! 3238 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_16align_alloc_layout_unchecked, 1000- 1, 16); Oct 27 20:20:24.100 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! Oct 27 20:20:24.100 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.100 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.100 INFO kablam! | ^^^^^ Oct 27 20:20:24.100 INFO kablam! ... Oct 27 20:20:24.100 INFO kablam! 3251 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_16align_alloc_layout_unchecked, 10000- 1, 16); Oct 27 20:20:24.100 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! Oct 27 20:20:24.100 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.100 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.100 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.100 INFO kablam! ... Oct 27 20:20:24.100 INFO kablam! 3251 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_16align_alloc_layout_unchecked, 10000- 1, 16); Oct 27 20:20:24.100 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! Oct 27 20:20:24.100 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.100 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.100 INFO kablam! | ^^^^^ Oct 27 20:20:24.100 INFO kablam! ... Oct 27 20:20:24.100 INFO kablam! 3264 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_16align_alloc_layout_unchecked, 100000- 1, 16); Oct 27 20:20:24.100 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! Oct 27 20:20:24.100 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.100 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.100 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.100 INFO kablam! ... Oct 27 20:20:24.100 INFO kablam! 3264 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_16align_alloc_layout_unchecked, 100000- 1, 16); Oct 27 20:20:24.100 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! Oct 27 20:20:24.100 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.100 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.100 INFO kablam! | Oct 27 20:20:24.100 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.100 INFO kablam! | ^^^^^ Oct 27 20:20:24.100 INFO kablam! ... Oct 27 20:20:24.101 INFO kablam! 3277 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_16align_alloc_layout_unchecked, 1000000- 1, 16); Oct 27 20:20:24.101 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! Oct 27 20:20:24.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.101 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.101 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.101 INFO kablam! ... Oct 27 20:20:24.101 INFO kablam! 3277 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_16align_alloc_layout_unchecked, 1000000- 1, 16); Oct 27 20:20:24.101 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! Oct 27 20:20:24.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.101 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.101 INFO kablam! | ^^^^^ Oct 27 20:20:24.101 INFO kablam! ... Oct 27 20:20:24.101 INFO kablam! 3291 | rt_alloc_layout_unchecked!(rt_primes_3bytes_16align_alloc_layout_unchecked, 3, 16); Oct 27 20:20:24.101 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! Oct 27 20:20:24.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.101 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.101 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.101 INFO kablam! ... Oct 27 20:20:24.101 INFO kablam! 3291 | rt_alloc_layout_unchecked!(rt_primes_3bytes_16align_alloc_layout_unchecked, 3, 16); Oct 27 20:20:24.101 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! Oct 27 20:20:24.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.101 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.101 INFO kablam! | ^^^^^ Oct 27 20:20:24.101 INFO kablam! ... Oct 27 20:20:24.101 INFO kablam! 3304 | rt_alloc_layout_unchecked!(rt_primes_7bytes_16align_alloc_layout_unchecked, 7, 16); Oct 27 20:20:24.101 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! Oct 27 20:20:24.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.101 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.101 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.101 INFO kablam! ... Oct 27 20:20:24.101 INFO kablam! 3304 | rt_alloc_layout_unchecked!(rt_primes_7bytes_16align_alloc_layout_unchecked, 7, 16); Oct 27 20:20:24.101 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.101 INFO kablam! | Oct 27 20:20:24.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! Oct 27 20:20:24.102 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.102 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.102 INFO kablam! | ^^^^^ Oct 27 20:20:24.102 INFO kablam! ... Oct 27 20:20:24.102 INFO kablam! 3317 | rt_alloc_layout_unchecked!(rt_primes_13bytes_16align_alloc_layout_unchecked, 13, 16); Oct 27 20:20:24.102 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! Oct 27 20:20:24.102 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.102 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.102 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.102 INFO kablam! ... Oct 27 20:20:24.102 INFO kablam! 3317 | rt_alloc_layout_unchecked!(rt_primes_13bytes_16align_alloc_layout_unchecked, 13, 16); Oct 27 20:20:24.102 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! Oct 27 20:20:24.102 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.102 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.102 INFO kablam! | ^^^^^ Oct 27 20:20:24.102 INFO kablam! ... Oct 27 20:20:24.102 INFO kablam! 3330 | rt_alloc_layout_unchecked!(rt_primes_17bytes_16align_alloc_layout_unchecked, 17, 16); Oct 27 20:20:24.102 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! Oct 27 20:20:24.102 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.102 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.102 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.102 INFO kablam! ... Oct 27 20:20:24.102 INFO kablam! 3330 | rt_alloc_layout_unchecked!(rt_primes_17bytes_16align_alloc_layout_unchecked, 17, 16); Oct 27 20:20:24.102 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! Oct 27 20:20:24.102 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.102 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.102 INFO kablam! | ^^^^^ Oct 27 20:20:24.102 INFO kablam! ... Oct 27 20:20:24.102 INFO kablam! 3343 | rt_alloc_layout_unchecked!(rt_primes_31bytes_16align_alloc_layout_unchecked, 31, 16); Oct 27 20:20:24.102 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.102 INFO kablam! | Oct 27 20:20:24.102 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.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! 3343 | rt_alloc_layout_unchecked!(rt_primes_31bytes_16align_alloc_layout_unchecked, 31, 16); 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.104 INFO kablam! | ^^^^^ Oct 27 20:20:24.104 INFO kablam! ... Oct 27 20:20:24.104 INFO kablam! 3356 | rt_alloc_layout_unchecked!(rt_primes_61bytes_16align_alloc_layout_unchecked, 61, 16); 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.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! 3356 | rt_alloc_layout_unchecked!(rt_primes_61bytes_16align_alloc_layout_unchecked, 61, 16); 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! 3369 | rt_alloc_layout_unchecked!(rt_primes_96bytes_16align_alloc_layout_unchecked, 96, 16); 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.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.106 INFO kablam! Oct 27 20:20:24.106 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.106 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.106 INFO kablam! | Oct 27 20:20:24.106 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.106 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.106 INFO kablam! ... Oct 27 20:20:24.106 INFO kablam! 3369 | rt_alloc_layout_unchecked!(rt_primes_96bytes_16align_alloc_layout_unchecked, 96, 16); 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.106 INFO kablam! Oct 27 20:20:24.106 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.106 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.106 INFO kablam! | Oct 27 20:20:24.106 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.106 INFO kablam! | ^^^^^ Oct 27 20:20:24.106 INFO kablam! ... Oct 27 20:20:24.106 INFO kablam! 3382 | rt_alloc_layout_unchecked!(rt_primes_127bytes_16align_alloc_layout_unchecked, 127, 16); 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.106 INFO kablam! Oct 27 20:20:24.106 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.106 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.106 INFO kablam! | Oct 27 20:20:24.106 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.106 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.106 INFO kablam! ... Oct 27 20:20:24.107 INFO kablam! 3382 | rt_alloc_layout_unchecked!(rt_primes_127bytes_16align_alloc_layout_unchecked, 127, 16); 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! 3395 | rt_alloc_layout_unchecked!(rt_primes_257bytes_16align_alloc_layout_unchecked, 257, 16); 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.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! 3395 | rt_alloc_layout_unchecked!(rt_primes_257bytes_16align_alloc_layout_unchecked, 257, 16); 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 `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! 3408 | rt_alloc_layout_unchecked!(rt_primes_509bytes_16align_alloc_layout_unchecked, 509, 16); 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! 3408 | rt_alloc_layout_unchecked!(rt_primes_509bytes_16align_alloc_layout_unchecked, 509, 16); 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 `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! 3421 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_16align_alloc_layout_unchecked, 1021, 16); 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.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! 3421 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_16align_alloc_layout_unchecked, 1021, 16); 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! 3434 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_16align_alloc_layout_unchecked, 2039, 16); Oct 27 20:20:24.114 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! Oct 27 20:20:24.114 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.114 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.114 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.114 INFO kablam! ... Oct 27 20:20:24.114 INFO kablam! 3434 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_16align_alloc_layout_unchecked, 2039, 16); Oct 27 20:20:24.114 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! Oct 27 20:20:24.114 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.114 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.114 INFO kablam! | ^^^^^ Oct 27 20:20:24.114 INFO kablam! ... Oct 27 20:20:24.114 INFO kablam! 3447 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_16align_alloc_layout_unchecked, 4093, 16); Oct 27 20:20:24.114 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! Oct 27 20:20:24.114 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.114 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.114 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.114 INFO kablam! ... Oct 27 20:20:24.114 INFO kablam! 3447 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_16align_alloc_layout_unchecked, 4093, 16); Oct 27 20:20:24.114 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! Oct 27 20:20:24.114 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.114 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.114 INFO kablam! | ^^^^^ Oct 27 20:20:24.114 INFO kablam! ... Oct 27 20:20:24.114 INFO kablam! 3460 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_16align_alloc_layout_unchecked, 8191, 16); Oct 27 20:20:24.114 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! Oct 27 20:20:24.114 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.114 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.114 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.114 INFO kablam! ... Oct 27 20:20:24.114 INFO kablam! 3460 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_16align_alloc_layout_unchecked, 8191, 16); Oct 27 20:20:24.114 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.114 INFO kablam! | Oct 27 20:20:24.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! Oct 27 20:20:24.115 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.115 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.115 INFO kablam! | ^^^^^ Oct 27 20:20:24.115 INFO kablam! ... Oct 27 20:20:24.115 INFO kablam! 3473 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_16align_alloc_layout_unchecked, 16381, 16); Oct 27 20:20:24.115 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! Oct 27 20:20:24.115 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.115 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.115 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.115 INFO kablam! ... Oct 27 20:20:24.115 INFO kablam! 3473 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_16align_alloc_layout_unchecked, 16381, 16); Oct 27 20:20:24.115 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! Oct 27 20:20:24.115 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.115 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.115 INFO kablam! | ^^^^^ Oct 27 20:20:24.115 INFO kablam! ... Oct 27 20:20:24.115 INFO kablam! 3486 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_16align_alloc_layout_unchecked, 32749, 16); Oct 27 20:20:24.115 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! Oct 27 20:20:24.115 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.115 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.115 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.115 INFO kablam! ... Oct 27 20:20:24.115 INFO kablam! 3486 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_16align_alloc_layout_unchecked, 32749, 16); Oct 27 20:20:24.115 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! Oct 27 20:20:24.115 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.115 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.115 INFO kablam! | ^^^^^ Oct 27 20:20:24.115 INFO kablam! ... Oct 27 20:20:24.115 INFO kablam! 3499 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_16align_alloc_layout_unchecked, 65537, 16); Oct 27 20:20:24.115 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.115 INFO kablam! Oct 27 20:20:24.115 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.115 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.115 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.116 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.116 INFO kablam! ... Oct 27 20:20:24.116 INFO kablam! 3499 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_16align_alloc_layout_unchecked, 65537, 16); Oct 27 20:20:24.116 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! Oct 27 20:20:24.116 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.116 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.116 INFO kablam! | ^^^^^ Oct 27 20:20:24.116 INFO kablam! ... Oct 27 20:20:24.116 INFO kablam! 3512 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_16align_alloc_layout_unchecked, 131071, 16); Oct 27 20:20:24.116 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! Oct 27 20:20:24.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.116 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.116 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.116 INFO kablam! ... Oct 27 20:20:24.116 INFO kablam! 3512 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_16align_alloc_layout_unchecked, 131071, 16); Oct 27 20:20:24.116 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! Oct 27 20:20:24.116 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.116 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.116 INFO kablam! | ^^^^^ Oct 27 20:20:24.116 INFO kablam! ... Oct 27 20:20:24.116 INFO kablam! 3525 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_16align_alloc_layout_unchecked, 4194301, 16); Oct 27 20:20:24.116 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! Oct 27 20:20:24.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.116 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.116 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.116 INFO kablam! ... Oct 27 20:20:24.116 INFO kablam! 3525 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_16align_alloc_layout_unchecked, 4194301, 16); Oct 27 20:20:24.116 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! Oct 27 20:20:24.116 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.116 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.116 INFO kablam! | ^^^^^ Oct 27 20:20:24.116 INFO kablam! ... Oct 27 20:20:24.116 INFO kablam! 3541 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_32align_alloc_layout_unchecked, 1, 32); Oct 27 20:20:24.116 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.116 INFO kablam! | Oct 27 20:20:24.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! Oct 27 20:20:24.117 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.117 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.117 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.117 INFO kablam! ... Oct 27 20:20:24.117 INFO kablam! 3541 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_32align_alloc_layout_unchecked, 1, 32); Oct 27 20:20:24.117 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! Oct 27 20:20:24.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.117 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.117 INFO kablam! | ^^^^^ Oct 27 20:20:24.117 INFO kablam! ... Oct 27 20:20:24.117 INFO kablam! 3554 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_32align_alloc_layout_unchecked, 2, 32); Oct 27 20:20:24.117 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! Oct 27 20:20:24.117 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.117 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.117 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.117 INFO kablam! ... Oct 27 20:20:24.117 INFO kablam! 3554 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_32align_alloc_layout_unchecked, 2, 32); Oct 27 20:20:24.117 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! Oct 27 20:20:24.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.117 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.117 INFO kablam! | ^^^^^ Oct 27 20:20:24.117 INFO kablam! ... Oct 27 20:20:24.117 INFO kablam! 3567 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_32align_alloc_layout_unchecked, 4, 32); Oct 27 20:20:24.117 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 INFO kablam! Oct 27 20:20:24.117 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.117 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.117 INFO kablam! | Oct 27 20:20:24.117 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! 3567 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_32align_alloc_layout_unchecked, 4, 32); 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! 3580 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_32align_alloc_layout_unchecked, 8, 32); 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! 3580 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_32align_alloc_layout_unchecked, 8, 32); Oct 27 20:20:24.126 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! Oct 27 20:20:24.126 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.126 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.126 INFO kablam! | ^^^^^ Oct 27 20:20:24.126 INFO kablam! ... Oct 27 20:20:24.126 INFO kablam! 3593 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_32align_alloc_layout_unchecked, 16, 32); Oct 27 20:20:24.126 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! Oct 27 20:20:24.126 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.126 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.126 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.126 INFO kablam! ... Oct 27 20:20:24.126 INFO kablam! 3593 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_32align_alloc_layout_unchecked, 16, 32); Oct 27 20:20:24.126 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! Oct 27 20:20:24.126 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.126 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.126 INFO kablam! | ^^^^^ Oct 27 20:20:24.126 INFO kablam! ... Oct 27 20:20:24.126 INFO kablam! 3606 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_32align_alloc_layout_unchecked, 32, 32); Oct 27 20:20:24.126 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! Oct 27 20:20:24.126 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.126 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.126 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.126 INFO kablam! ... Oct 27 20:20:24.126 INFO kablam! 3606 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_32align_alloc_layout_unchecked, 32, 32); Oct 27 20:20:24.126 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! Oct 27 20:20:24.126 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.126 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.126 INFO kablam! | ^^^^^ Oct 27 20:20:24.126 INFO kablam! ... Oct 27 20:20:24.126 INFO kablam! 3619 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_32align_alloc_layout_unchecked, 64, 32); Oct 27 20:20:24.126 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.126 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! Oct 27 20:20:24.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.127 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.127 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.127 INFO kablam! ... Oct 27 20:20:24.127 INFO kablam! 3619 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_32align_alloc_layout_unchecked, 64, 32); Oct 27 20:20:24.127 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! Oct 27 20:20:24.127 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.127 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.127 INFO kablam! | ^^^^^ Oct 27 20:20:24.127 INFO kablam! ... Oct 27 20:20:24.127 INFO kablam! 3632 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_32align_alloc_layout_unchecked, 128, 32); Oct 27 20:20:24.127 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! Oct 27 20:20:24.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.127 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.127 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.127 INFO kablam! ... Oct 27 20:20:24.127 INFO kablam! 3632 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_32align_alloc_layout_unchecked, 128, 32); Oct 27 20:20:24.127 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! Oct 27 20:20:24.127 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.127 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.127 INFO kablam! | ^^^^^ Oct 27 20:20:24.127 INFO kablam! ... Oct 27 20:20:24.127 INFO kablam! 3645 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_32align_alloc_layout_unchecked, 256, 32); Oct 27 20:20:24.127 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! Oct 27 20:20:24.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.127 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.127 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.127 INFO kablam! ... Oct 27 20:20:24.127 INFO kablam! 3645 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_32align_alloc_layout_unchecked, 256, 32); Oct 27 20:20:24.127 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.127 INFO kablam! | Oct 27 20:20:24.127 INFO kablam! Oct 27 20:20:24.128 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.128 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.128 INFO kablam! | ^^^^^ Oct 27 20:20:24.128 INFO kablam! ... Oct 27 20:20:24.128 INFO kablam! 3658 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_32align_alloc_layout_unchecked, 512, 32); Oct 27 20:20:24.128 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! Oct 27 20:20:24.128 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.128 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.128 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.128 INFO kablam! ... Oct 27 20:20:24.128 INFO kablam! 3658 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_32align_alloc_layout_unchecked, 512, 32); Oct 27 20:20:24.128 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! Oct 27 20:20:24.128 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.128 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.128 INFO kablam! | ^^^^^ Oct 27 20:20:24.128 INFO kablam! ... Oct 27 20:20:24.128 INFO kablam! 3671 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_32align_alloc_layout_unchecked, 1024, 32); Oct 27 20:20:24.128 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! Oct 27 20:20:24.128 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.128 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.128 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.128 INFO kablam! ... Oct 27 20:20:24.128 INFO kablam! 3671 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_32align_alloc_layout_unchecked, 1024, 32); Oct 27 20:20:24.128 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! Oct 27 20:20:24.128 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.128 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.128 INFO kablam! | ^^^^^ Oct 27 20:20:24.128 INFO kablam! ... Oct 27 20:20:24.128 INFO kablam! 3684 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_32align_alloc_layout_unchecked, 2048, 32); Oct 27 20:20:24.128 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! Oct 27 20:20:24.128 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.128 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.128 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.128 INFO kablam! ... Oct 27 20:20:24.128 INFO kablam! 3684 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_32align_alloc_layout_unchecked, 2048, 32); Oct 27 20:20:24.128 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.128 INFO kablam! | Oct 27 20:20:24.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! Oct 27 20:20:24.129 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.129 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.129 INFO kablam! | ^^^^^ Oct 27 20:20:24.129 INFO kablam! ... Oct 27 20:20:24.129 INFO kablam! 3697 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_32align_alloc_layout_unchecked, 4096, 32); Oct 27 20:20:24.129 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! Oct 27 20:20:24.129 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.129 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.129 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.129 INFO kablam! ... Oct 27 20:20:24.129 INFO kablam! 3697 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_32align_alloc_layout_unchecked, 4096, 32); Oct 27 20:20:24.129 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! Oct 27 20:20:24.129 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.129 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.129 INFO kablam! | ^^^^^ Oct 27 20:20:24.129 INFO kablam! ... Oct 27 20:20:24.129 INFO kablam! 3710 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_32align_alloc_layout_unchecked, 8192, 32); Oct 27 20:20:24.129 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! Oct 27 20:20:24.129 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.129 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.129 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.129 INFO kablam! ... Oct 27 20:20:24.129 INFO kablam! 3710 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_32align_alloc_layout_unchecked, 8192, 32); Oct 27 20:20:24.129 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! Oct 27 20:20:24.129 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.129 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.129 INFO kablam! | ^^^^^ Oct 27 20:20:24.129 INFO kablam! ... Oct 27 20:20:24.129 INFO kablam! 3723 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_32align_alloc_layout_unchecked, 16384, 32); Oct 27 20:20:24.129 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! Oct 27 20:20:24.129 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.129 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.129 INFO kablam! | Oct 27 20:20:24.129 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.129 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.129 INFO kablam! ... Oct 27 20:20:24.129 INFO kablam! 3723 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_32align_alloc_layout_unchecked, 16384, 32); Oct 27 20:20:24.130 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! Oct 27 20:20:24.130 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.130 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! 3736 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_32align_alloc_layout_unchecked, 32768, 32); Oct 27 20:20:24.130 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! Oct 27 20:20:24.130 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.130 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.130 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.130 INFO kablam! ... Oct 27 20:20:24.130 INFO kablam! 3736 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_32align_alloc_layout_unchecked, 32768, 32); Oct 27 20:20:24.130 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! Oct 27 20:20:24.130 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.130 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! 3749 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_32align_alloc_layout_unchecked, 65536, 32); Oct 27 20:20:24.130 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! Oct 27 20:20:24.130 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.130 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.130 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.130 INFO kablam! ... Oct 27 20:20:24.130 INFO kablam! 3749 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_32align_alloc_layout_unchecked, 65536, 32); Oct 27 20:20:24.130 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! Oct 27 20:20:24.130 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.130 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.133 INFO kablam! 3762 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_32align_alloc_layout_unchecked, 131072, 32); Oct 27 20:20:24.133 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.133 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.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.133 INFO kablam! | Oct 27 20:20:24.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.133 INFO kablam! | Oct 27 20:20:24.133 INFO kablam! Oct 27 20:20:24.133 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.133 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.133 INFO kablam! | Oct 27 20:20:24.133 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.133 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.133 INFO kablam! ... Oct 27 20:20:24.133 INFO kablam! 3762 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_32align_alloc_layout_unchecked, 131072, 32); Oct 27 20:20:24.133 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.133 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.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.133 INFO kablam! | Oct 27 20:20:24.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.133 INFO kablam! | Oct 27 20:20:24.133 INFO kablam! Oct 27 20:20:24.133 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.133 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.133 INFO kablam! | Oct 27 20:20:24.133 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.133 INFO kablam! | ^^^^^ Oct 27 20:20:24.133 INFO kablam! ... Oct 27 20:20:24.133 INFO kablam! 3775 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_32align_alloc_layout_unchecked, 4194304, 32); Oct 27 20:20:24.133 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.133 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.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.133 INFO kablam! | Oct 27 20:20:24.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.133 INFO kablam! | Oct 27 20:20:24.133 INFO kablam! Oct 27 20:20:24.133 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.133 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.133 INFO kablam! | Oct 27 20:20:24.133 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.133 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.133 INFO kablam! ... Oct 27 20:20:24.133 INFO kablam! 3775 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_32align_alloc_layout_unchecked, 4194304, 32); Oct 27 20:20:24.133 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.133 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.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.133 INFO kablam! | Oct 27 20:20:24.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.133 INFO kablam! | Oct 27 20:20:24.133 INFO kablam! Oct 27 20:20:24.133 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.133 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.133 INFO kablam! | Oct 27 20:20:24.133 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.133 INFO kablam! | ^^^^^ Oct 27 20:20:24.133 INFO kablam! ... Oct 27 20:20:24.133 INFO kablam! 3789 | rt_alloc_layout_unchecked!(rt_even_10bytes_32align_alloc_layout_unchecked, 10, 32); Oct 27 20:20:24.133 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.133 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.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.133 INFO kablam! | Oct 27 20:20:24.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.133 INFO kablam! | Oct 27 20:20:24.133 INFO kablam! Oct 27 20:20:24.133 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.133 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.133 INFO kablam! | Oct 27 20:20:24.133 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.133 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.133 INFO kablam! ... Oct 27 20:20:24.133 INFO kablam! 3789 | rt_alloc_layout_unchecked!(rt_even_10bytes_32align_alloc_layout_unchecked, 10, 32); Oct 27 20:20:24.133 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.133 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.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! Oct 27 20:20:24.134 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.134 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.134 INFO kablam! | ^^^^^ Oct 27 20:20:24.134 INFO kablam! ... Oct 27 20:20:24.134 INFO kablam! 3802 | rt_alloc_layout_unchecked!(rt_even_100bytes_32align_alloc_layout_unchecked, 100, 32); Oct 27 20:20:24.134 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! Oct 27 20:20:24.134 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.134 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.134 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.134 INFO kablam! ... Oct 27 20:20:24.134 INFO kablam! 3802 | rt_alloc_layout_unchecked!(rt_even_100bytes_32align_alloc_layout_unchecked, 100, 32); Oct 27 20:20:24.134 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! Oct 27 20:20:24.134 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.134 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.134 INFO kablam! | ^^^^^ Oct 27 20:20:24.134 INFO kablam! ... Oct 27 20:20:24.134 INFO kablam! 3815 | rt_alloc_layout_unchecked!(rt_even_1000bytes_32align_alloc_layout_unchecked, 1000, 32); Oct 27 20:20:24.134 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! Oct 27 20:20:24.134 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.134 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.134 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.134 INFO kablam! ... Oct 27 20:20:24.134 INFO kablam! 3815 | rt_alloc_layout_unchecked!(rt_even_1000bytes_32align_alloc_layout_unchecked, 1000, 32); Oct 27 20:20:24.134 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! Oct 27 20:20:24.134 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.134 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.134 INFO kablam! | ^^^^^ Oct 27 20:20:24.134 INFO kablam! ... Oct 27 20:20:24.134 INFO kablam! 3828 | rt_alloc_layout_unchecked!(rt_even_10000bytes_32align_alloc_layout_unchecked, 10000, 32); Oct 27 20:20:24.134 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.134 INFO kablam! | Oct 27 20:20:24.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.134 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! 3828 | rt_alloc_layout_unchecked!(rt_even_10000bytes_32align_alloc_layout_unchecked, 10000, 32); 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.148 INFO kablam! ... Oct 27 20:20:24.148 INFO kablam! 3841 | rt_alloc_layout_unchecked!(rt_even_100000bytes_32align_alloc_layout_unchecked, 100000, 32); Oct 27 20:20:24.148 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! Oct 27 20:20:24.148 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.148 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.148 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.148 INFO kablam! ... Oct 27 20:20:24.148 INFO kablam! 3841 | rt_alloc_layout_unchecked!(rt_even_100000bytes_32align_alloc_layout_unchecked, 100000, 32); Oct 27 20:20:24.148 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! Oct 27 20:20:24.148 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.148 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.148 INFO kablam! | ^^^^^ Oct 27 20:20:24.148 INFO kablam! ... Oct 27 20:20:24.148 INFO kablam! 3854 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_32align_alloc_layout_unchecked, 1000000, 32); Oct 27 20:20:24.148 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! Oct 27 20:20:24.148 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.148 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.148 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.148 INFO kablam! ... Oct 27 20:20:24.148 INFO kablam! 3854 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_32align_alloc_layout_unchecked, 1000000, 32); Oct 27 20:20:24.148 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! Oct 27 20:20:24.148 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.148 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.148 INFO kablam! | ^^^^^ Oct 27 20:20:24.148 INFO kablam! ... Oct 27 20:20:24.148 INFO kablam! 3868 | rt_alloc_layout_unchecked!(rt_odd_10bytes_32align_alloc_layout_unchecked, 10- 1, 32); Oct 27 20:20:24.148 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! Oct 27 20:20:24.148 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.148 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.148 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.148 INFO kablam! ... Oct 27 20:20:24.148 INFO kablam! 3868 | rt_alloc_layout_unchecked!(rt_odd_10bytes_32align_alloc_layout_unchecked, 10- 1, 32); Oct 27 20:20:24.148 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.148 INFO kablam! | Oct 27 20:20:24.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! Oct 27 20:20:24.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.149 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.149 INFO kablam! | ^^^^^ Oct 27 20:20:24.149 INFO kablam! ... Oct 27 20:20:24.149 INFO kablam! 3881 | rt_alloc_layout_unchecked!(rt_odd_100bytes_32align_alloc_layout_unchecked, 100- 1, 32); Oct 27 20:20:24.149 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! Oct 27 20:20:24.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.149 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.149 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.149 INFO kablam! ... Oct 27 20:20:24.149 INFO kablam! 3881 | rt_alloc_layout_unchecked!(rt_odd_100bytes_32align_alloc_layout_unchecked, 100- 1, 32); Oct 27 20:20:24.149 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! Oct 27 20:20:24.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.149 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.149 INFO kablam! | ^^^^^ Oct 27 20:20:24.149 INFO kablam! ... Oct 27 20:20:24.149 INFO kablam! 3894 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_32align_alloc_layout_unchecked, 1000- 1, 32); Oct 27 20:20:24.149 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! Oct 27 20:20:24.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.149 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.149 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.149 INFO kablam! ... Oct 27 20:20:24.149 INFO kablam! 3894 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_32align_alloc_layout_unchecked, 1000- 1, 32); Oct 27 20:20:24.149 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! Oct 27 20:20:24.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.149 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.149 INFO kablam! | ^^^^^ Oct 27 20:20:24.149 INFO kablam! ... Oct 27 20:20:24.149 INFO kablam! 3907 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_32align_alloc_layout_unchecked, 10000- 1, 32); Oct 27 20:20:24.149 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! Oct 27 20:20:24.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.149 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.149 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.149 INFO kablam! ... Oct 27 20:20:24.149 INFO kablam! 3907 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_32align_alloc_layout_unchecked, 10000- 1, 32); Oct 27 20:20:24.149 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.149 INFO kablam! | Oct 27 20:20:24.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 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.150 INFO kablam! ... Oct 27 20:20:24.150 INFO kablam! 3920 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_32align_alloc_layout_unchecked, 100000- 1, 32); Oct 27 20:20:24.150 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 INFO kablam! Oct 27 20:20:24.150 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.150 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.150 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.150 INFO kablam! ... Oct 27 20:20:24.150 INFO kablam! 3920 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_32align_alloc_layout_unchecked, 100000- 1, 32); Oct 27 20:20:24.150 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 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.150 INFO kablam! ... Oct 27 20:20:24.150 INFO kablam! 3933 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_32align_alloc_layout_unchecked, 1000000- 1, 32); Oct 27 20:20:24.150 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 INFO kablam! Oct 27 20:20:24.150 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.150 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.150 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.150 INFO kablam! ... Oct 27 20:20:24.150 INFO kablam! 3933 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_32align_alloc_layout_unchecked, 1000000- 1, 32); Oct 27 20:20:24.150 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 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.150 INFO kablam! ... Oct 27 20:20:24.150 INFO kablam! 3947 | rt_alloc_layout_unchecked!(rt_primes_3bytes_32align_alloc_layout_unchecked, 3, 32); Oct 27 20:20:24.150 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 INFO kablam! Oct 27 20:20:24.150 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.153 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.153 INFO kablam! | Oct 27 20:20:24.153 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.153 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.153 INFO kablam! ... Oct 27 20:20:24.153 INFO kablam! 3947 | rt_alloc_layout_unchecked!(rt_primes_3bytes_32align_alloc_layout_unchecked, 3, 32); Oct 27 20:20:24.153 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.153 INFO kablam! | Oct 27 20:20:24.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.153 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.153 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.153 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.153 INFO kablam! | Oct 27 20:20:24.153 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.153 INFO kablam! | ^^^^^ Oct 27 20:20:24.153 INFO kablam! ... Oct 27 20:20:24.153 INFO kablam! 3960 | rt_alloc_layout_unchecked!(rt_primes_7bytes_32align_alloc_layout_unchecked, 7, 32); Oct 27 20:20:24.153 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.153 INFO kablam! | Oct 27 20:20:24.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.153 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.153 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.153 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.153 INFO kablam! | Oct 27 20:20:24.153 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.153 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.153 INFO kablam! ... Oct 27 20:20:24.153 INFO kablam! 3960 | rt_alloc_layout_unchecked!(rt_primes_7bytes_32align_alloc_layout_unchecked, 7, 32); Oct 27 20:20:24.153 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.153 INFO kablam! | Oct 27 20:20:24.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.153 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.153 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.153 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.153 INFO kablam! | Oct 27 20:20:24.153 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.153 INFO kablam! | ^^^^^ Oct 27 20:20:24.153 INFO kablam! ... Oct 27 20:20:24.153 INFO kablam! 3973 | rt_alloc_layout_unchecked!(rt_primes_13bytes_32align_alloc_layout_unchecked, 13, 32); Oct 27 20:20:24.153 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.153 INFO kablam! | Oct 27 20:20:24.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.153 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.153 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.153 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.153 INFO kablam! | Oct 27 20:20:24.153 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.153 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.153 INFO kablam! ... Oct 27 20:20:24.153 INFO kablam! 3973 | rt_alloc_layout_unchecked!(rt_primes_13bytes_32align_alloc_layout_unchecked, 13, 32); Oct 27 20:20:24.153 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.153 INFO kablam! | Oct 27 20:20:24.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.153 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.153 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.153 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.153 INFO kablam! | Oct 27 20:20:24.153 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.153 INFO kablam! | ^^^^^ Oct 27 20:20:24.154 INFO kablam! ... Oct 27 20:20:24.154 INFO kablam! 3986 | rt_alloc_layout_unchecked!(rt_primes_17bytes_32align_alloc_layout_unchecked, 17, 32); Oct 27 20:20:24.154 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! Oct 27 20:20:24.154 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.154 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.154 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.154 INFO kablam! ... Oct 27 20:20:24.154 INFO kablam! 3986 | rt_alloc_layout_unchecked!(rt_primes_17bytes_32align_alloc_layout_unchecked, 17, 32); Oct 27 20:20:24.154 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! Oct 27 20:20:24.154 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.154 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.154 INFO kablam! | ^^^^^ Oct 27 20:20:24.154 INFO kablam! ... Oct 27 20:20:24.154 INFO kablam! 3999 | rt_alloc_layout_unchecked!(rt_primes_31bytes_32align_alloc_layout_unchecked, 31, 32); Oct 27 20:20:24.154 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! Oct 27 20:20:24.154 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.154 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.154 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.154 INFO kablam! ... Oct 27 20:20:24.154 INFO kablam! 3999 | rt_alloc_layout_unchecked!(rt_primes_31bytes_32align_alloc_layout_unchecked, 31, 32); Oct 27 20:20:24.154 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! Oct 27 20:20:24.154 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.154 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.154 INFO kablam! | ^^^^^ Oct 27 20:20:24.154 INFO kablam! ... Oct 27 20:20:24.154 INFO kablam! 4012 | rt_alloc_layout_unchecked!(rt_primes_61bytes_32align_alloc_layout_unchecked, 61, 32); Oct 27 20:20:24.154 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! Oct 27 20:20:24.154 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.154 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.154 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.154 INFO kablam! ... Oct 27 20:20:24.154 INFO kablam! 4012 | rt_alloc_layout_unchecked!(rt_primes_61bytes_32align_alloc_layout_unchecked, 61, 32); Oct 27 20:20:24.154 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.154 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! Oct 27 20:20:24.155 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.155 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.155 INFO kablam! | ^^^^^ Oct 27 20:20:24.155 INFO kablam! ... Oct 27 20:20:24.155 INFO kablam! 4025 | rt_alloc_layout_unchecked!(rt_primes_96bytes_32align_alloc_layout_unchecked, 96, 32); Oct 27 20:20:24.155 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! Oct 27 20:20:24.155 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.155 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.155 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.155 INFO kablam! ... Oct 27 20:20:24.155 INFO kablam! 4025 | rt_alloc_layout_unchecked!(rt_primes_96bytes_32align_alloc_layout_unchecked, 96, 32); Oct 27 20:20:24.155 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! Oct 27 20:20:24.155 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.155 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.155 INFO kablam! | ^^^^^ Oct 27 20:20:24.155 INFO kablam! ... Oct 27 20:20:24.155 INFO kablam! 4038 | rt_alloc_layout_unchecked!(rt_primes_127bytes_32align_alloc_layout_unchecked, 127, 32); Oct 27 20:20:24.155 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! Oct 27 20:20:24.155 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.155 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.155 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.155 INFO kablam! ... Oct 27 20:20:24.155 INFO kablam! 4038 | rt_alloc_layout_unchecked!(rt_primes_127bytes_32align_alloc_layout_unchecked, 127, 32); Oct 27 20:20:24.155 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! Oct 27 20:20:24.155 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.155 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.155 INFO kablam! | ^^^^^ Oct 27 20:20:24.155 INFO kablam! ... Oct 27 20:20:24.155 INFO kablam! 4051 | rt_alloc_layout_unchecked!(rt_primes_257bytes_32align_alloc_layout_unchecked, 257, 32); Oct 27 20:20:24.155 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! Oct 27 20:20:24.155 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.155 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.155 INFO kablam! | Oct 27 20:20:24.155 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.155 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.155 INFO kablam! ... Oct 27 20:20:24.156 INFO kablam! 4051 | rt_alloc_layout_unchecked!(rt_primes_257bytes_32align_alloc_layout_unchecked, 257, 32); 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! 4064 | rt_alloc_layout_unchecked!(rt_primes_509bytes_32align_alloc_layout_unchecked, 509, 32); 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! 4064 | rt_alloc_layout_unchecked!(rt_primes_509bytes_32align_alloc_layout_unchecked, 509, 32); 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.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! 4077 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_32align_alloc_layout_unchecked, 1021, 32); 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! 4077 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_32align_alloc_layout_unchecked, 1021, 32); 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.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.161 INFO kablam! 4090 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_32align_alloc_layout_unchecked, 2039, 32); 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.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! 4090 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_32align_alloc_layout_unchecked, 2039, 32); 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.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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.161 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.161 INFO kablam! | Oct 27 20:20:24.161 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.161 INFO kablam! | ^^^^^ Oct 27 20:20:24.161 INFO kablam! ... Oct 27 20:20:24.161 INFO kablam! 4103 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_32align_alloc_layout_unchecked, 4093, 32); 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.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! 4103 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_32align_alloc_layout_unchecked, 4093, 32); 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.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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.161 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.161 INFO kablam! | Oct 27 20:20:24.161 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.161 INFO kablam! | ^^^^^ Oct 27 20:20:24.162 INFO kablam! ... Oct 27 20:20:24.162 INFO kablam! 4116 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_32align_alloc_layout_unchecked, 8191, 32); Oct 27 20:20:24.162 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.162 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! Oct 27 20:20:24.162 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.162 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.162 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.162 INFO kablam! ... Oct 27 20:20:24.162 INFO kablam! 4116 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_32align_alloc_layout_unchecked, 8191, 32); Oct 27 20:20:24.162 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.162 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! Oct 27 20:20:24.162 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.162 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.162 INFO kablam! | ^^^^^ Oct 27 20:20:24.162 INFO kablam! ... Oct 27 20:20:24.162 INFO kablam! 4129 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_32align_alloc_layout_unchecked, 16381, 32); Oct 27 20:20:24.162 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.162 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! Oct 27 20:20:24.162 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.162 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.162 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.162 INFO kablam! ... Oct 27 20:20:24.162 INFO kablam! 4129 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_32align_alloc_layout_unchecked, 16381, 32); Oct 27 20:20:24.162 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.162 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! Oct 27 20:20:24.162 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.162 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.162 INFO kablam! | ^^^^^ Oct 27 20:20:24.162 INFO kablam! ... Oct 27 20:20:24.162 INFO kablam! 4142 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_32align_alloc_layout_unchecked, 32749, 32); Oct 27 20:20:24.162 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.162 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! Oct 27 20:20:24.162 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.162 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.162 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.162 INFO kablam! ... Oct 27 20:20:24.162 INFO kablam! 4142 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_32align_alloc_layout_unchecked, 32749, 32); Oct 27 20:20:24.162 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.162 INFO kablam! | Oct 27 20:20:24.162 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.162 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.165 INFO kablam! | Oct 27 20:20:24.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.165 INFO kablam! | Oct 27 20:20:24.165 INFO kablam! Oct 27 20:20:24.165 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.165 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.165 INFO kablam! | Oct 27 20:20:24.165 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.165 INFO kablam! | ^^^^^ Oct 27 20:20:24.165 INFO kablam! ... Oct 27 20:20:24.165 INFO kablam! 4155 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_32align_alloc_layout_unchecked, 65537, 32); Oct 27 20:20:24.165 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.165 INFO kablam! | Oct 27 20:20:24.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.165 INFO kablam! | Oct 27 20:20:24.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.165 INFO kablam! | Oct 27 20:20:24.165 INFO kablam! Oct 27 20:20:24.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.165 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.165 INFO kablam! | Oct 27 20:20:24.165 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.165 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.165 INFO kablam! ... Oct 27 20:20:24.165 INFO kablam! 4155 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_32align_alloc_layout_unchecked, 65537, 32); Oct 27 20:20:24.165 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.165 INFO kablam! | Oct 27 20:20:24.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.165 INFO kablam! | Oct 27 20:20:24.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.165 INFO kablam! | Oct 27 20:20:24.165 INFO kablam! Oct 27 20:20:24.166 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.166 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.166 INFO kablam! | ^^^^^ Oct 27 20:20:24.166 INFO kablam! ... Oct 27 20:20:24.166 INFO kablam! 4168 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_32align_alloc_layout_unchecked, 131071, 32); Oct 27 20:20:24.166 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! Oct 27 20:20:24.166 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.166 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.166 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.166 INFO kablam! ... Oct 27 20:20:24.166 INFO kablam! 4168 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_32align_alloc_layout_unchecked, 131071, 32); Oct 27 20:20:24.166 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! Oct 27 20:20:24.166 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.166 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.166 INFO kablam! | ^^^^^ Oct 27 20:20:24.166 INFO kablam! ... Oct 27 20:20:24.166 INFO kablam! 4181 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_32align_alloc_layout_unchecked, 4194301, 32); Oct 27 20:20:24.166 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! Oct 27 20:20:24.166 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.166 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.166 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.166 INFO kablam! ... Oct 27 20:20:24.166 INFO kablam! 4181 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_32align_alloc_layout_unchecked, 4194301, 32); Oct 27 20:20:24.166 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! Oct 27 20:20:24.166 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.166 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.166 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.166 INFO kablam! ... Oct 27 20:20:24.166 INFO kablam! 262 | rt_alloc_excess_unused!(rt_pow2_1bytes_1align_alloc_excess_unused, 1, 1); Oct 27 20:20:24.166 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.166 INFO kablam! Oct 27 20:20:24.166 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.166 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.166 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.166 INFO kablam! ... Oct 27 20:20:24.166 INFO kablam! 262 | rt_alloc_excess_unused!(rt_pow2_1bytes_1align_alloc_excess_unused, 1, 1); Oct 27 20:20:24.166 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.166 INFO kablam! | Oct 27 20:20:24.166 INFO kablam! Oct 27 20:20:24.166 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.167 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.167 INFO kablam! | Oct 27 20:20:24.167 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.167 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.167 INFO kablam! ... Oct 27 20:20:24.167 INFO kablam! 275 | rt_alloc_excess_unused!(rt_pow2_2bytes_1align_alloc_excess_unused, 2, 1); Oct 27 20:20:24.167 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.167 INFO kablam! Oct 27 20:20:24.167 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.167 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.167 INFO kablam! | Oct 27 20:20:24.167 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.167 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.167 INFO kablam! ... Oct 27 20:20:24.167 INFO kablam! 275 | rt_alloc_excess_unused!(rt_pow2_2bytes_1align_alloc_excess_unused, 2, 1); Oct 27 20:20:24.167 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.167 INFO kablam! | Oct 27 20:20:24.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.167 INFO kablam! | Oct 27 20:20:24.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.167 INFO kablam! | Oct 27 20:20:24.167 INFO kablam! Oct 27 20:20:24.167 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.167 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.167 INFO kablam! | Oct 27 20:20:24.167 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.167 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.167 INFO kablam! ... Oct 27 20:20:24.167 INFO kablam! 288 | rt_alloc_excess_unused!(rt_pow2_4bytes_1align_alloc_excess_unused, 4, 1); Oct 27 20:20:24.167 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.167 INFO kablam! Oct 27 20:20:24.167 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.167 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.167 INFO kablam! | Oct 27 20:20:24.167 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.167 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.167 INFO kablam! ... Oct 27 20:20:24.167 INFO kablam! 288 | rt_alloc_excess_unused!(rt_pow2_4bytes_1align_alloc_excess_unused, 4, 1); Oct 27 20:20:24.167 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.167 INFO kablam! | Oct 27 20:20:24.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.167 INFO kablam! | Oct 27 20:20:24.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.167 INFO kablam! | Oct 27 20:20:24.167 INFO kablam! Oct 27 20:20:24.167 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.167 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.167 INFO kablam! | Oct 27 20:20:24.167 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.167 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.167 INFO kablam! ... Oct 27 20:20:24.167 INFO kablam! 301 | rt_alloc_excess_unused!(rt_pow2_8bytes_1align_alloc_excess_unused, 8, 1); Oct 27 20:20:24.167 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.167 INFO kablam! Oct 27 20:20:24.167 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.167 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.167 INFO kablam! | Oct 27 20:20:24.167 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.167 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.167 INFO kablam! ... Oct 27 20:20:24.167 INFO kablam! 301 | rt_alloc_excess_unused!(rt_pow2_8bytes_1align_alloc_excess_unused, 8, 1); Oct 27 20:20:24.167 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.167 INFO kablam! | Oct 27 20:20:24.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.167 INFO kablam! | Oct 27 20:20:24.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.167 INFO kablam! | Oct 27 20:20:24.167 INFO kablam! Oct 27 20:20:24.167 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.167 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.167 INFO kablam! | Oct 27 20:20:24.167 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.167 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.167 INFO kablam! ... Oct 27 20:20:24.167 INFO kablam! 314 | rt_alloc_excess_unused!(rt_pow2_16bytes_1align_alloc_excess_unused, 16, 1); Oct 27 20:20:24.167 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.167 INFO kablam! Oct 27 20:20:24.167 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:113:26 Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.168 INFO kablam! 113 | 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! 314 | rt_alloc_excess_unused!(rt_pow2_16bytes_1align_alloc_excess_unused, 16, 1); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.168 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.211 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 327 | rt_alloc_excess_unused!(rt_pow2_32bytes_1align_alloc_excess_unused, 32, 1); Oct 27 20:20:24.211 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.211 INFO kablam! Oct 27 20:20:24.211 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.211 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.211 INFO kablam! | Oct 27 20:20:24.211 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.211 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.211 INFO kablam! ... Oct 27 20:20:24.211 INFO kablam! 327 | rt_alloc_excess_unused!(rt_pow2_32bytes_1align_alloc_excess_unused, 32, 1); Oct 27 20:20:24.211 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.211 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.211 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.211 INFO kablam! | Oct 27 20:20:24.211 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 340 | rt_alloc_excess_unused!(rt_pow2_64bytes_1align_alloc_excess_unused, 64, 1); Oct 27 20:20:24.212 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.212 INFO kablam! Oct 27 20:20:24.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.212 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.212 INFO kablam! | Oct 27 20:20:24.212 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.212 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.212 INFO kablam! ... Oct 27 20:20:24.212 INFO kablam! 340 | rt_alloc_excess_unused!(rt_pow2_64bytes_1align_alloc_excess_unused, 64, 1); Oct 27 20:20:24.212 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.212 INFO kablam! | Oct 27 20:20:24.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.212 INFO kablam! | Oct 27 20:20:24.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.212 INFO kablam! | Oct 27 20:20:24.212 INFO kablam! Oct 27 20:20:24.212 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.212 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.212 INFO kablam! | Oct 27 20:20:24.212 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.212 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.212 INFO kablam! ... Oct 27 20:20:24.212 INFO kablam! 353 | rt_alloc_excess_unused!(rt_pow2_128bytes_1align_alloc_excess_unused, 128, 1); Oct 27 20:20:24.212 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.212 INFO kablam! Oct 27 20:20:24.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.212 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.212 INFO kablam! | Oct 27 20:20:24.212 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.212 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.212 INFO kablam! ... Oct 27 20:20:24.212 INFO kablam! 353 | rt_alloc_excess_unused!(rt_pow2_128bytes_1align_alloc_excess_unused, 128, 1); Oct 27 20:20:24.212 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.212 INFO kablam! | Oct 27 20:20:24.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.212 INFO kablam! | Oct 27 20:20:24.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.212 INFO kablam! | Oct 27 20:20:24.212 INFO kablam! Oct 27 20:20:24.212 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.212 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.212 INFO kablam! | Oct 27 20:20:24.212 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.212 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.212 INFO kablam! ... Oct 27 20:20:24.212 INFO kablam! 366 | rt_alloc_excess_unused!(rt_pow2_256bytes_1align_alloc_excess_unused, 256, 1); Oct 27 20:20:24.212 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.212 INFO kablam! Oct 27 20:20:24.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.212 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.212 INFO kablam! | Oct 27 20:20:24.215 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.215 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.215 INFO kablam! ... Oct 27 20:20:24.215 INFO kablam! 366 | rt_alloc_excess_unused!(rt_pow2_256bytes_1align_alloc_excess_unused, 256, 1); Oct 27 20:20:24.215 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.215 INFO kablam! | Oct 27 20:20:24.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.215 INFO kablam! | Oct 27 20:20:24.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.215 INFO kablam! | Oct 27 20:20:24.215 INFO kablam! Oct 27 20:20:24.215 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.215 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.215 INFO kablam! | Oct 27 20:20:24.215 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.215 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.215 INFO kablam! ... Oct 27 20:20:24.215 INFO kablam! 379 | rt_alloc_excess_unused!(rt_pow2_512bytes_1align_alloc_excess_unused, 512, 1); Oct 27 20:20:24.215 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.215 INFO kablam! Oct 27 20:20:24.215 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.215 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.215 INFO kablam! | Oct 27 20:20:24.216 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.216 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.216 INFO kablam! ... Oct 27 20:20:24.216 INFO kablam! 379 | rt_alloc_excess_unused!(rt_pow2_512bytes_1align_alloc_excess_unused, 512, 1); Oct 27 20:20:24.216 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.216 INFO kablam! | Oct 27 20:20:24.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.216 INFO kablam! | Oct 27 20:20:24.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.216 INFO kablam! | Oct 27 20:20:24.216 INFO kablam! Oct 27 20:20:24.216 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.216 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.216 INFO kablam! | Oct 27 20:20:24.216 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.216 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.216 INFO kablam! ... Oct 27 20:20:24.216 INFO kablam! 392 | rt_alloc_excess_unused!(rt_pow2_1024bytes_1align_alloc_excess_unused, 1024, 1); Oct 27 20:20:24.216 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.216 INFO kablam! Oct 27 20:20:24.216 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.216 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.216 INFO kablam! | Oct 27 20:20:24.216 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.216 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.216 INFO kablam! ... Oct 27 20:20:24.216 INFO kablam! 392 | rt_alloc_excess_unused!(rt_pow2_1024bytes_1align_alloc_excess_unused, 1024, 1); Oct 27 20:20:24.216 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.216 INFO kablam! | Oct 27 20:20:24.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.216 INFO kablam! | Oct 27 20:20:24.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.216 INFO kablam! | Oct 27 20:20:24.216 INFO kablam! Oct 27 20:20:24.216 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.216 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.216 INFO kablam! | Oct 27 20:20:24.216 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.216 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.216 INFO kablam! ... Oct 27 20:20:24.216 INFO kablam! 405 | rt_alloc_excess_unused!(rt_pow2_2048bytes_1align_alloc_excess_unused, 2048, 1); Oct 27 20:20:24.216 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.216 INFO kablam! Oct 27 20:20:24.216 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.216 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.216 INFO kablam! | Oct 27 20:20:24.216 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.216 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.216 INFO kablam! ... Oct 27 20:20:24.216 INFO kablam! 405 | rt_alloc_excess_unused!(rt_pow2_2048bytes_1align_alloc_excess_unused, 2048, 1); Oct 27 20:20:24.216 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.216 INFO kablam! | Oct 27 20:20:24.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.216 INFO kablam! | Oct 27 20:20:24.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.216 INFO kablam! | Oct 27 20:20:24.216 INFO kablam! Oct 27 20:20:24.216 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.216 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.216 INFO kablam! | Oct 27 20:20:24.216 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.216 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.216 INFO kablam! ... Oct 27 20:20:24.216 INFO kablam! 418 | rt_alloc_excess_unused!(rt_pow2_4096bytes_1align_alloc_excess_unused, 4096, 1); Oct 27 20:20:24.216 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.216 INFO kablam! Oct 27 20:20:24.216 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.216 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.216 INFO kablam! | Oct 27 20:20:24.216 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.216 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.216 INFO kablam! ... Oct 27 20:20:24.216 INFO kablam! 418 | rt_alloc_excess_unused!(rt_pow2_4096bytes_1align_alloc_excess_unused, 4096, 1); Oct 27 20:20:24.217 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! Oct 27 20:20:24.217 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.217 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.217 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.217 INFO kablam! ... Oct 27 20:20:24.217 INFO kablam! 431 | rt_alloc_excess_unused!(rt_pow2_8192bytes_1align_alloc_excess_unused, 8192, 1); Oct 27 20:20:24.217 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.217 INFO kablam! Oct 27 20:20:24.217 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.217 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.217 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.217 INFO kablam! ... Oct 27 20:20:24.217 INFO kablam! 431 | rt_alloc_excess_unused!(rt_pow2_8192bytes_1align_alloc_excess_unused, 8192, 1); Oct 27 20:20:24.217 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! Oct 27 20:20:24.217 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.217 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.217 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.217 INFO kablam! ... Oct 27 20:20:24.217 INFO kablam! 444 | rt_alloc_excess_unused!(rt_pow2_16384bytes_1align_alloc_excess_unused, 16384, 1); Oct 27 20:20:24.217 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.217 INFO kablam! Oct 27 20:20:24.217 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.217 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.217 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.217 INFO kablam! ... Oct 27 20:20:24.217 INFO kablam! 444 | rt_alloc_excess_unused!(rt_pow2_16384bytes_1align_alloc_excess_unused, 16384, 1); Oct 27 20:20:24.217 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! Oct 27 20:20:24.217 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.217 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.217 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.217 INFO kablam! ... Oct 27 20:20:24.217 INFO kablam! 457 | rt_alloc_excess_unused!(rt_pow2_32768bytes_1align_alloc_excess_unused, 32768, 1); Oct 27 20:20:24.217 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.217 INFO kablam! Oct 27 20:20:24.217 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.217 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.217 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.217 INFO kablam! ... Oct 27 20:20:24.217 INFO kablam! 457 | rt_alloc_excess_unused!(rt_pow2_32768bytes_1align_alloc_excess_unused, 32768, 1); Oct 27 20:20:24.217 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.217 INFO kablam! | Oct 27 20:20:24.218 INFO kablam! Oct 27 20:20:24.218 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.218 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.218 INFO kablam! | Oct 27 20:20:24.218 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.218 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.218 INFO kablam! ... Oct 27 20:20:24.218 INFO kablam! 470 | rt_alloc_excess_unused!(rt_pow2_65536bytes_1align_alloc_excess_unused, 65536, 1); Oct 27 20:20:24.218 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.218 INFO kablam! Oct 27 20:20:24.218 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.218 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.218 INFO kablam! | Oct 27 20:20:24.218 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.218 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.218 INFO kablam! ... Oct 27 20:20:24.218 INFO kablam! 470 | rt_alloc_excess_unused!(rt_pow2_65536bytes_1align_alloc_excess_unused, 65536, 1); Oct 27 20:20:24.218 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.218 INFO kablam! | Oct 27 20:20:24.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.218 INFO kablam! | Oct 27 20:20:24.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.218 INFO kablam! | Oct 27 20:20:24.218 INFO kablam! Oct 27 20:20:24.218 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.218 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.218 INFO kablam! | Oct 27 20:20:24.218 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.218 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.218 INFO kablam! ... Oct 27 20:20:24.218 INFO kablam! 483 | rt_alloc_excess_unused!(rt_pow2_131072bytes_1align_alloc_excess_unused, 131072, 1); Oct 27 20:20:24.218 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.218 INFO kablam! Oct 27 20:20:24.218 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.218 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.218 INFO kablam! | Oct 27 20:20:24.218 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.218 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.218 INFO kablam! ... Oct 27 20:20:24.218 INFO kablam! 483 | rt_alloc_excess_unused!(rt_pow2_131072bytes_1align_alloc_excess_unused, 131072, 1); Oct 27 20:20:24.218 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.218 INFO kablam! | Oct 27 20:20:24.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.218 INFO kablam! | Oct 27 20:20:24.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.218 INFO kablam! | Oct 27 20:20:24.218 INFO kablam! Oct 27 20:20:24.218 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.218 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.218 INFO kablam! | Oct 27 20:20:24.218 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.218 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.218 INFO kablam! ... Oct 27 20:20:24.218 INFO kablam! 496 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_1align_alloc_excess_unused, 4194304, 1); Oct 27 20:20:24.218 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.218 INFO kablam! Oct 27 20:20:24.218 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.218 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.218 INFO kablam! | Oct 27 20:20:24.218 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.218 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.218 INFO kablam! ... Oct 27 20:20:24.218 INFO kablam! 496 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_1align_alloc_excess_unused, 4194304, 1); Oct 27 20:20:24.218 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.218 INFO kablam! | Oct 27 20:20:24.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.218 INFO kablam! | Oct 27 20:20:24.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.218 INFO kablam! | Oct 27 20:20:24.218 INFO kablam! Oct 27 20:20:24.218 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.218 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.218 INFO kablam! | Oct 27 20:20:24.219 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.219 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.219 INFO kablam! ... Oct 27 20:20:24.219 INFO kablam! 510 | rt_alloc_excess_unused!(rt_even_10bytes_1align_alloc_excess_unused, 10, 1); Oct 27 20:20:24.219 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.219 INFO kablam! Oct 27 20:20:24.219 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.219 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.219 INFO kablam! | Oct 27 20:20:24.219 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.219 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.219 INFO kablam! ... Oct 27 20:20:24.219 INFO kablam! 510 | rt_alloc_excess_unused!(rt_even_10bytes_1align_alloc_excess_unused, 10, 1); Oct 27 20:20:24.219 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.219 INFO kablam! | Oct 27 20:20:24.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.219 INFO kablam! | Oct 27 20:20:24.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.219 INFO kablam! | Oct 27 20:20:24.219 INFO kablam! Oct 27 20:20:24.219 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.219 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.219 INFO kablam! | Oct 27 20:20:24.219 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.219 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.219 INFO kablam! ... Oct 27 20:20:24.219 INFO kablam! 523 | rt_alloc_excess_unused!(rt_even_100bytes_1align_alloc_excess_unused, 100, 1); Oct 27 20:20:24.219 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.219 INFO kablam! Oct 27 20:20:24.219 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.219 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.219 INFO kablam! | Oct 27 20:20:24.219 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.219 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.219 INFO kablam! ... Oct 27 20:20:24.219 INFO kablam! 523 | rt_alloc_excess_unused!(rt_even_100bytes_1align_alloc_excess_unused, 100, 1); Oct 27 20:20:24.219 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.219 INFO kablam! | Oct 27 20:20:24.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.219 INFO kablam! | Oct 27 20:20:24.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.219 INFO kablam! | Oct 27 20:20:24.219 INFO kablam! Oct 27 20:20:24.219 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.219 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.219 INFO kablam! | Oct 27 20:20:24.219 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.219 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.219 INFO kablam! ... Oct 27 20:20:24.219 INFO kablam! 536 | rt_alloc_excess_unused!(rt_even_1000bytes_1align_alloc_excess_unused, 1000, 1); Oct 27 20:20:24.219 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.219 INFO kablam! Oct 27 20:20:24.219 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.219 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.219 INFO kablam! | Oct 27 20:20:24.219 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.219 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.219 INFO kablam! ... Oct 27 20:20:24.219 INFO kablam! 536 | rt_alloc_excess_unused!(rt_even_1000bytes_1align_alloc_excess_unused, 1000, 1); Oct 27 20:20:24.219 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.219 INFO kablam! | Oct 27 20:20:24.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.219 INFO kablam! | Oct 27 20:20:24.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.219 INFO kablam! | Oct 27 20:20:24.219 INFO kablam! Oct 27 20:20:24.219 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.219 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.219 INFO kablam! | Oct 27 20:20:24.219 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.219 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.219 INFO kablam! ... Oct 27 20:20:24.219 INFO kablam! 549 | rt_alloc_excess_unused!(rt_even_10000bytes_1align_alloc_excess_unused, 10000, 1); Oct 27 20:20:24.219 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.219 INFO kablam! Oct 27 20:20:24.219 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.219 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.219 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.220 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.220 INFO kablam! ... Oct 27 20:20:24.220 INFO kablam! 549 | rt_alloc_excess_unused!(rt_even_10000bytes_1align_alloc_excess_unused, 10000, 1); Oct 27 20:20:24.220 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.220 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.220 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.220 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! Oct 27 20:20:24.220 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.220 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.220 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.220 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.220 INFO kablam! ... Oct 27 20:20:24.220 INFO kablam! 562 | rt_alloc_excess_unused!(rt_even_100000bytes_1align_alloc_excess_unused, 100000, 1); Oct 27 20:20:24.220 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.220 INFO kablam! Oct 27 20:20:24.220 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.220 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.220 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.220 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.220 INFO kablam! ... Oct 27 20:20:24.220 INFO kablam! 562 | rt_alloc_excess_unused!(rt_even_100000bytes_1align_alloc_excess_unused, 100000, 1); Oct 27 20:20:24.220 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.220 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.220 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.220 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! Oct 27 20:20:24.220 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.220 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.220 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.220 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.220 INFO kablam! ... Oct 27 20:20:24.220 INFO kablam! 575 | rt_alloc_excess_unused!(rt_even_1000000bytes_1align_alloc_excess_unused, 1000000, 1); Oct 27 20:20:24.220 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.220 INFO kablam! Oct 27 20:20:24.220 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.220 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.220 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.220 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.220 INFO kablam! ... Oct 27 20:20:24.220 INFO kablam! 575 | rt_alloc_excess_unused!(rt_even_1000000bytes_1align_alloc_excess_unused, 1000000, 1); Oct 27 20:20:24.220 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.220 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.220 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.220 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! Oct 27 20:20:24.220 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.220 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.220 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.220 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.220 INFO kablam! ... Oct 27 20:20:24.220 INFO kablam! 589 | rt_alloc_excess_unused!(rt_odd_10bytes_1align_alloc_excess_unused, 10- 1, 1); Oct 27 20:20:24.220 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.220 INFO kablam! Oct 27 20:20:24.220 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.220 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.220 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.220 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.220 INFO kablam! ... Oct 27 20:20:24.220 INFO kablam! 589 | rt_alloc_excess_unused!(rt_odd_10bytes_1align_alloc_excess_unused, 10- 1, 1); Oct 27 20:20:24.220 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.220 INFO kablam! | Oct 27 20:20:24.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! Oct 27 20:20:24.221 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.221 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.221 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.221 INFO kablam! ... Oct 27 20:20:24.221 INFO kablam! 602 | rt_alloc_excess_unused!(rt_odd_100bytes_1align_alloc_excess_unused, 100- 1, 1); Oct 27 20:20:24.221 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.221 INFO kablam! Oct 27 20:20:24.221 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.221 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.221 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.221 INFO kablam! ... Oct 27 20:20:24.221 INFO kablam! 602 | rt_alloc_excess_unused!(rt_odd_100bytes_1align_alloc_excess_unused, 100- 1, 1); Oct 27 20:20:24.221 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! Oct 27 20:20:24.221 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.221 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.221 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.221 INFO kablam! ... Oct 27 20:20:24.221 INFO kablam! 615 | rt_alloc_excess_unused!(rt_odd_1000bytes_1align_alloc_excess_unused, 1000- 1, 1); Oct 27 20:20:24.221 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.221 INFO kablam! Oct 27 20:20:24.221 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.221 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.221 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.221 INFO kablam! ... Oct 27 20:20:24.221 INFO kablam! 615 | rt_alloc_excess_unused!(rt_odd_1000bytes_1align_alloc_excess_unused, 1000- 1, 1); Oct 27 20:20:24.221 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! Oct 27 20:20:24.221 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.221 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.221 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.221 INFO kablam! ... Oct 27 20:20:24.221 INFO kablam! 628 | rt_alloc_excess_unused!(rt_odd_10000bytes_1align_alloc_excess_unused, 10000- 1, 1); Oct 27 20:20:24.221 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.221 INFO kablam! Oct 27 20:20:24.221 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.221 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.221 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.221 INFO kablam! ... Oct 27 20:20:24.221 INFO kablam! 628 | rt_alloc_excess_unused!(rt_odd_10000bytes_1align_alloc_excess_unused, 10000- 1, 1); Oct 27 20:20:24.221 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! Oct 27 20:20:24.221 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.221 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.221 INFO kablam! | Oct 27 20:20:24.221 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.221 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.221 INFO kablam! ... Oct 27 20:20:24.222 INFO kablam! 641 | rt_alloc_excess_unused!(rt_odd_100000bytes_1align_alloc_excess_unused, 100000- 1, 1); Oct 27 20:20:24.222 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.222 INFO kablam! Oct 27 20:20:24.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.222 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.222 INFO kablam! | Oct 27 20:20:24.222 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.222 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.222 INFO kablam! ... Oct 27 20:20:24.222 INFO kablam! 641 | rt_alloc_excess_unused!(rt_odd_100000bytes_1align_alloc_excess_unused, 100000- 1, 1); Oct 27 20:20:24.222 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.222 INFO kablam! | Oct 27 20:20:24.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.222 INFO kablam! | Oct 27 20:20:24.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.222 INFO kablam! | Oct 27 20:20:24.222 INFO kablam! Oct 27 20:20:24.222 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.222 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.222 INFO kablam! | Oct 27 20:20:24.222 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.222 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.222 INFO kablam! ... Oct 27 20:20:24.222 INFO kablam! 654 | rt_alloc_excess_unused!(rt_odd_1000000bytes_1align_alloc_excess_unused, 1000000- 1, 1); Oct 27 20:20:24.222 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.222 INFO kablam! Oct 27 20:20:24.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.222 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.222 INFO kablam! | Oct 27 20:20:24.222 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.222 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.222 INFO kablam! ... Oct 27 20:20:24.222 INFO kablam! 654 | rt_alloc_excess_unused!(rt_odd_1000000bytes_1align_alloc_excess_unused, 1000000- 1, 1); Oct 27 20:20:24.222 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.222 INFO kablam! | Oct 27 20:20:24.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.222 INFO kablam! | Oct 27 20:20:24.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.222 INFO kablam! | Oct 27 20:20:24.222 INFO kablam! Oct 27 20:20:24.222 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.222 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.222 INFO kablam! | Oct 27 20:20:24.222 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.222 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.222 INFO kablam! ... Oct 27 20:20:24.222 INFO kablam! 668 | rt_alloc_excess_unused!(rt_primes_3bytes_1align_alloc_excess_unused, 3, 1); Oct 27 20:20:24.222 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.222 INFO kablam! Oct 27 20:20:24.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.222 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.222 INFO kablam! | Oct 27 20:20:24.222 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.222 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.222 INFO kablam! ... Oct 27 20:20:24.222 INFO kablam! 668 | rt_alloc_excess_unused!(rt_primes_3bytes_1align_alloc_excess_unused, 3, 1); Oct 27 20:20:24.222 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.222 INFO kablam! | Oct 27 20:20:24.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.222 INFO kablam! | Oct 27 20:20:24.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.222 INFO kablam! | Oct 27 20:20:24.222 INFO kablam! Oct 27 20:20:24.222 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.222 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.222 INFO kablam! | Oct 27 20:20:24.222 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.222 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.222 INFO kablam! ... Oct 27 20:20:24.222 INFO kablam! 681 | rt_alloc_excess_unused!(rt_primes_7bytes_1align_alloc_excess_unused, 7, 1); Oct 27 20:20:24.222 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.222 INFO kablam! Oct 27 20:20:24.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.222 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.222 INFO kablam! | Oct 27 20:20:24.222 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.222 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.223 INFO kablam! ... Oct 27 20:20:24.223 INFO kablam! 681 | rt_alloc_excess_unused!(rt_primes_7bytes_1align_alloc_excess_unused, 7, 1); Oct 27 20:20:24.223 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.223 INFO kablam! | Oct 27 20:20:24.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.223 INFO kablam! | Oct 27 20:20:24.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.223 INFO kablam! | Oct 27 20:20:24.223 INFO kablam! Oct 27 20:20:24.223 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.223 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.223 INFO kablam! | Oct 27 20:20:24.223 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.223 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.223 INFO kablam! ... Oct 27 20:20:24.223 INFO kablam! 694 | rt_alloc_excess_unused!(rt_primes_13bytes_1align_alloc_excess_unused, 13, 1); Oct 27 20:20:24.223 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.223 INFO kablam! Oct 27 20:20:24.223 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.223 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.223 INFO kablam! | Oct 27 20:20:24.223 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.223 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.223 INFO kablam! ... Oct 27 20:20:24.223 INFO kablam! 694 | rt_alloc_excess_unused!(rt_primes_13bytes_1align_alloc_excess_unused, 13, 1); Oct 27 20:20:24.223 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.223 INFO kablam! | Oct 27 20:20:24.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.223 INFO kablam! | Oct 27 20:20:24.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.223 INFO kablam! | Oct 27 20:20:24.223 INFO kablam! Oct 27 20:20:24.223 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.223 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.223 INFO kablam! | Oct 27 20:20:24.223 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.223 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.223 INFO kablam! ... Oct 27 20:20:24.223 INFO kablam! 707 | rt_alloc_excess_unused!(rt_primes_17bytes_1align_alloc_excess_unused, 17, 1); Oct 27 20:20:24.223 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.223 INFO kablam! Oct 27 20:20:24.226 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.226 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.226 INFO kablam! | Oct 27 20:20:24.226 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.226 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.226 INFO kablam! ... Oct 27 20:20:24.226 INFO kablam! 707 | rt_alloc_excess_unused!(rt_primes_17bytes_1align_alloc_excess_unused, 17, 1); Oct 27 20:20:24.226 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.226 INFO kablam! | Oct 27 20:20:24.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.226 INFO kablam! | Oct 27 20:20:24.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.226 INFO kablam! | Oct 27 20:20:24.226 INFO kablam! Oct 27 20:20:24.226 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.226 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.226 INFO kablam! | Oct 27 20:20:24.226 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.226 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.226 INFO kablam! ... Oct 27 20:20:24.226 INFO kablam! 720 | rt_alloc_excess_unused!(rt_primes_31bytes_1align_alloc_excess_unused, 31, 1); Oct 27 20:20:24.226 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.226 INFO kablam! Oct 27 20:20:24.226 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.226 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.226 INFO kablam! | Oct 27 20:20:24.240 INFO kablam! 113 | 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! 720 | rt_alloc_excess_unused!(rt_primes_31bytes_1align_alloc_excess_unused, 31, 1); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.240 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.240 INFO kablam! | Oct 27 20:20:24.240 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 733 | rt_alloc_excess_unused!(rt_primes_61bytes_1align_alloc_excess_unused, 61, 1); 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! 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:113:26 Oct 27 20:20:24.240 INFO kablam! | Oct 27 20:20:24.240 INFO kablam! 113 | 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! 733 | rt_alloc_excess_unused!(rt_primes_61bytes_1align_alloc_excess_unused, 61, 1); 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.241 INFO kablam! | Oct 27 20:20:24.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.241 INFO kablam! | Oct 27 20:20:24.241 INFO kablam! Oct 27 20:20:24.241 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.241 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.241 INFO kablam! | Oct 27 20:20:24.241 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.241 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.241 INFO kablam! ... Oct 27 20:20:24.241 INFO kablam! 746 | rt_alloc_excess_unused!(rt_primes_96bytes_1align_alloc_excess_unused, 96, 1); Oct 27 20:20:24.241 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.241 INFO kablam! Oct 27 20:20:24.241 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.241 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.241 INFO kablam! | Oct 27 20:20:24.241 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.241 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.241 INFO kablam! ... Oct 27 20:20:24.241 INFO kablam! 746 | rt_alloc_excess_unused!(rt_primes_96bytes_1align_alloc_excess_unused, 96, 1); Oct 27 20:20:24.241 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.241 INFO kablam! | Oct 27 20:20:24.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.241 INFO kablam! | Oct 27 20:20:24.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.241 INFO kablam! | Oct 27 20:20:24.241 INFO kablam! Oct 27 20:20:24.244 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.244 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.244 INFO kablam! | Oct 27 20:20:24.244 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.244 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.244 INFO kablam! ... Oct 27 20:20:24.244 INFO kablam! 759 | rt_alloc_excess_unused!(rt_primes_127bytes_1align_alloc_excess_unused, 127, 1); Oct 27 20:20:24.244 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.244 INFO kablam! Oct 27 20:20:24.244 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.244 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.244 INFO kablam! | Oct 27 20:20:24.244 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.244 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.244 INFO kablam! ... Oct 27 20:20:24.244 INFO kablam! 759 | rt_alloc_excess_unused!(rt_primes_127bytes_1align_alloc_excess_unused, 127, 1); Oct 27 20:20:24.244 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.244 INFO kablam! | Oct 27 20:20:24.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.244 INFO kablam! | Oct 27 20:20:24.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.244 INFO kablam! | Oct 27 20:20:24.244 INFO kablam! Oct 27 20:20:24.244 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.244 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.244 INFO kablam! | Oct 27 20:20:24.244 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.244 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.244 INFO kablam! ... Oct 27 20:20:24.244 INFO kablam! 772 | rt_alloc_excess_unused!(rt_primes_257bytes_1align_alloc_excess_unused, 257, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.245 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.245 INFO kablam! | Oct 27 20:20:24.245 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.245 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.245 INFO kablam! ... Oct 27 20:20:24.245 INFO kablam! 772 | rt_alloc_excess_unused!(rt_primes_257bytes_1align_alloc_excess_unused, 257, 1); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.245 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.245 INFO kablam! | Oct 27 20:20:24.245 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.245 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.245 INFO kablam! ... Oct 27 20:20:24.245 INFO kablam! 785 | rt_alloc_excess_unused!(rt_primes_509bytes_1align_alloc_excess_unused, 509, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.245 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.245 INFO kablam! | Oct 27 20:20:24.245 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.245 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.245 INFO kablam! ... Oct 27 20:20:24.245 INFO kablam! 785 | rt_alloc_excess_unused!(rt_primes_509bytes_1align_alloc_excess_unused, 509, 1); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.245 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.245 INFO kablam! | Oct 27 20:20:24.245 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.245 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.245 INFO kablam! ... Oct 27 20:20:24.245 INFO kablam! 798 | rt_alloc_excess_unused!(rt_primes_1021bytes_1align_alloc_excess_unused, 1021, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.245 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.245 INFO kablam! | Oct 27 20:20:24.245 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.245 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.245 INFO kablam! ... Oct 27 20:20:24.245 INFO kablam! 798 | rt_alloc_excess_unused!(rt_primes_1021bytes_1align_alloc_excess_unused, 1021, 1); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.258 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.258 INFO kablam! | Oct 27 20:20:24.258 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.259 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.259 INFO kablam! ... Oct 27 20:20:24.259 INFO kablam! 811 | rt_alloc_excess_unused!(rt_primes_2039bytes_1align_alloc_excess_unused, 2039, 1); Oct 27 20:20:24.259 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.259 INFO kablam! Oct 27 20:20:24.259 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.259 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.259 INFO kablam! | Oct 27 20:20:24.259 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.259 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.259 INFO kablam! ... Oct 27 20:20:24.259 INFO kablam! 811 | rt_alloc_excess_unused!(rt_primes_2039bytes_1align_alloc_excess_unused, 2039, 1); Oct 27 20:20:24.259 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.259 INFO kablam! | Oct 27 20:20:24.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.259 INFO kablam! | Oct 27 20:20:24.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.259 INFO kablam! | Oct 27 20:20:24.259 INFO kablam! Oct 27 20:20:24.259 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.259 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.259 INFO kablam! | Oct 27 20:20:24.259 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.259 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.259 INFO kablam! ... Oct 27 20:20:24.259 INFO kablam! 824 | rt_alloc_excess_unused!(rt_primes_4093bytes_1align_alloc_excess_unused, 4093, 1); Oct 27 20:20:24.259 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.259 INFO kablam! Oct 27 20:20:24.259 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.259 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.259 INFO kablam! | Oct 27 20:20:24.259 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.259 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.259 INFO kablam! ... Oct 27 20:20:24.259 INFO kablam! 824 | rt_alloc_excess_unused!(rt_primes_4093bytes_1align_alloc_excess_unused, 4093, 1); Oct 27 20:20:24.259 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.259 INFO kablam! | Oct 27 20:20:24.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.259 INFO kablam! | Oct 27 20:20:24.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.259 INFO kablam! | Oct 27 20:20:24.259 INFO kablam! Oct 27 20:20:24.259 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.259 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.259 INFO kablam! | Oct 27 20:20:24.259 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.259 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.259 INFO kablam! ... Oct 27 20:20:24.259 INFO kablam! 837 | rt_alloc_excess_unused!(rt_primes_8191bytes_1align_alloc_excess_unused, 8191, 1); Oct 27 20:20:24.259 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.259 INFO kablam! Oct 27 20:20:24.259 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.259 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.259 INFO kablam! | Oct 27 20:20:24.259 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.259 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.259 INFO kablam! ... Oct 27 20:20:24.259 INFO kablam! 837 | rt_alloc_excess_unused!(rt_primes_8191bytes_1align_alloc_excess_unused, 8191, 1); Oct 27 20:20:24.259 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.259 INFO kablam! | Oct 27 20:20:24.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.259 INFO kablam! | Oct 27 20:20:24.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.259 INFO kablam! | Oct 27 20:20:24.259 INFO kablam! Oct 27 20:20:24.259 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.259 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.259 INFO kablam! | Oct 27 20:20:24.259 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.259 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.259 INFO kablam! ... Oct 27 20:20:24.259 INFO kablam! 850 | rt_alloc_excess_unused!(rt_primes_16381bytes_1align_alloc_excess_unused, 16381, 1); Oct 27 20:20:24.259 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.259 INFO kablam! Oct 27 20:20:24.259 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.260 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.260 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.260 INFO kablam! ... Oct 27 20:20:24.260 INFO kablam! 850 | rt_alloc_excess_unused!(rt_primes_16381bytes_1align_alloc_excess_unused, 16381, 1); Oct 27 20:20:24.260 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! Oct 27 20:20:24.260 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.260 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.260 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.260 INFO kablam! ... Oct 27 20:20:24.260 INFO kablam! 863 | rt_alloc_excess_unused!(rt_primes_32749bytes_1align_alloc_excess_unused, 32749, 1); Oct 27 20:20:24.260 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.260 INFO kablam! Oct 27 20:20:24.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.260 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.260 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.260 INFO kablam! ... Oct 27 20:20:24.260 INFO kablam! 863 | rt_alloc_excess_unused!(rt_primes_32749bytes_1align_alloc_excess_unused, 32749, 1); Oct 27 20:20:24.260 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! Oct 27 20:20:24.260 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.260 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.260 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.260 INFO kablam! ... Oct 27 20:20:24.260 INFO kablam! 876 | rt_alloc_excess_unused!(rt_primes_65537bytes_1align_alloc_excess_unused, 65537, 1); Oct 27 20:20:24.260 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.260 INFO kablam! Oct 27 20:20:24.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.260 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.260 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.260 INFO kablam! ... Oct 27 20:20:24.260 INFO kablam! 876 | rt_alloc_excess_unused!(rt_primes_65537bytes_1align_alloc_excess_unused, 65537, 1); Oct 27 20:20:24.260 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! Oct 27 20:20:24.260 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.260 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.260 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.260 INFO kablam! ... Oct 27 20:20:24.260 INFO kablam! 889 | rt_alloc_excess_unused!(rt_primes_131071bytes_1align_alloc_excess_unused, 131071, 1); Oct 27 20:20:24.260 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.260 INFO kablam! Oct 27 20:20:24.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.260 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.260 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.260 INFO kablam! ... Oct 27 20:20:24.260 INFO kablam! 889 | rt_alloc_excess_unused!(rt_primes_131071bytes_1align_alloc_excess_unused, 131071, 1); Oct 27 20:20:24.260 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.260 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! Oct 27 20:20:24.261 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.261 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.261 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.261 INFO kablam! ... Oct 27 20:20:24.261 INFO kablam! 902 | rt_alloc_excess_unused!(rt_primes_4194301bytes_1align_alloc_excess_unused, 4194301, 1); Oct 27 20:20:24.261 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.261 INFO kablam! Oct 27 20:20:24.261 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.261 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.261 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.261 INFO kablam! ... Oct 27 20:20:24.261 INFO kablam! 902 | rt_alloc_excess_unused!(rt_primes_4194301bytes_1align_alloc_excess_unused, 4194301, 1); Oct 27 20:20:24.261 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! Oct 27 20:20:24.261 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.261 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.261 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.261 INFO kablam! ... Oct 27 20:20:24.261 INFO kablam! 918 | rt_alloc_excess_unused!(rt_pow2_1bytes_2align_alloc_excess_unused, 1, 2); Oct 27 20:20:24.261 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.261 INFO kablam! Oct 27 20:20:24.261 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.261 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.261 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.261 INFO kablam! ... Oct 27 20:20:24.261 INFO kablam! 918 | rt_alloc_excess_unused!(rt_pow2_1bytes_2align_alloc_excess_unused, 1, 2); Oct 27 20:20:24.261 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! Oct 27 20:20:24.261 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.261 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.261 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.261 INFO kablam! ... Oct 27 20:20:24.261 INFO kablam! 931 | rt_alloc_excess_unused!(rt_pow2_2bytes_2align_alloc_excess_unused, 2, 2); Oct 27 20:20:24.261 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.261 INFO kablam! Oct 27 20:20:24.261 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.261 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.261 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.261 INFO kablam! ... Oct 27 20:20:24.261 INFO kablam! 931 | rt_alloc_excess_unused!(rt_pow2_2bytes_2align_alloc_excess_unused, 2, 2); Oct 27 20:20:24.261 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! Oct 27 20:20:24.261 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.261 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.261 INFO kablam! | Oct 27 20:20:24.261 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.262 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.262 INFO kablam! ... Oct 27 20:20:24.262 INFO kablam! 944 | rt_alloc_excess_unused!(rt_pow2_4bytes_2align_alloc_excess_unused, 4, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.262 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.262 INFO kablam! | Oct 27 20:20:24.262 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.262 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.262 INFO kablam! ... Oct 27 20:20:24.262 INFO kablam! 944 | rt_alloc_excess_unused!(rt_pow2_4bytes_2align_alloc_excess_unused, 4, 2); 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.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.262 INFO kablam! | Oct 27 20:20:24.262 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.262 INFO kablam! | Oct 27 20:20:24.262 INFO kablam! Oct 27 20:20:24.262 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.262 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.262 INFO kablam! | Oct 27 20:20:24.262 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.262 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.262 INFO kablam! ... Oct 27 20:20:24.262 INFO kablam! 957 | rt_alloc_excess_unused!(rt_pow2_8bytes_2align_alloc_excess_unused, 8, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.262 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.262 INFO kablam! | Oct 27 20:20:24.262 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.262 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.262 INFO kablam! ... Oct 27 20:20:24.262 INFO kablam! 957 | rt_alloc_excess_unused!(rt_pow2_8bytes_2align_alloc_excess_unused, 8, 2); 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.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.262 INFO kablam! | Oct 27 20:20:24.262 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.262 INFO kablam! | Oct 27 20:20:24.262 INFO kablam! Oct 27 20:20:24.262 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.262 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.262 INFO kablam! | Oct 27 20:20:24.262 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.262 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.262 INFO kablam! ... Oct 27 20:20:24.262 INFO kablam! 970 | rt_alloc_excess_unused!(rt_pow2_16bytes_2align_alloc_excess_unused, 16, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.262 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.262 INFO kablam! | Oct 27 20:20:24.262 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.262 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.262 INFO kablam! ... Oct 27 20:20:24.262 INFO kablam! 970 | rt_alloc_excess_unused!(rt_pow2_16bytes_2align_alloc_excess_unused, 16, 2); 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.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.262 INFO kablam! | Oct 27 20:20:24.262 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.262 INFO kablam! | Oct 27 20:20:24.262 INFO kablam! Oct 27 20:20:24.262 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.262 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.262 INFO kablam! | Oct 27 20:20:24.262 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.262 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.262 INFO kablam! ... Oct 27 20:20:24.262 INFO kablam! 983 | rt_alloc_excess_unused!(rt_pow2_32bytes_2align_alloc_excess_unused, 32, 2); 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! 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:113:26 Oct 27 20:20:24.279 INFO kablam! | Oct 27 20:20:24.279 INFO kablam! 113 | 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! 983 | rt_alloc_excess_unused!(rt_pow2_32bytes_2align_alloc_excess_unused, 32, 2); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.279 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.279 INFO kablam! | Oct 27 20:20:24.279 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 996 | rt_alloc_excess_unused!(rt_pow2_64bytes_2align_alloc_excess_unused, 64, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.280 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.280 INFO kablam! | Oct 27 20:20:24.280 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.280 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.280 INFO kablam! ... Oct 27 20:20:24.280 INFO kablam! 996 | rt_alloc_excess_unused!(rt_pow2_64bytes_2align_alloc_excess_unused, 64, 2); Oct 27 20:20:24.280 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.280 INFO kablam! | Oct 27 20:20:24.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.280 INFO kablam! | Oct 27 20:20:24.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.280 INFO kablam! | Oct 27 20:20:24.280 INFO kablam! Oct 27 20:20:24.280 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.280 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.280 INFO kablam! | Oct 27 20:20:24.280 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.280 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.280 INFO kablam! ... Oct 27 20:20:24.280 INFO kablam! 1009 | rt_alloc_excess_unused!(rt_pow2_128bytes_2align_alloc_excess_unused, 128, 2); Oct 27 20:20:24.280 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.280 INFO kablam! Oct 27 20:20:24.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.280 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.280 INFO kablam! | Oct 27 20:20:24.280 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.280 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.280 INFO kablam! ... Oct 27 20:20:24.280 INFO kablam! 1009 | rt_alloc_excess_unused!(rt_pow2_128bytes_2align_alloc_excess_unused, 128, 2); Oct 27 20:20:24.280 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.280 INFO kablam! | Oct 27 20:20:24.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.280 INFO kablam! | Oct 27 20:20:24.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.280 INFO kablam! | Oct 27 20:20:24.280 INFO kablam! Oct 27 20:20:24.280 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.280 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.280 INFO kablam! | Oct 27 20:20:24.280 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.280 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.280 INFO kablam! ... Oct 27 20:20:24.280 INFO kablam! 1022 | rt_alloc_excess_unused!(rt_pow2_256bytes_2align_alloc_excess_unused, 256, 2); Oct 27 20:20:24.280 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.280 INFO kablam! Oct 27 20:20:24.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.280 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.280 INFO kablam! | Oct 27 20:20:24.280 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.280 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.280 INFO kablam! ... Oct 27 20:20:24.280 INFO kablam! 1022 | rt_alloc_excess_unused!(rt_pow2_256bytes_2align_alloc_excess_unused, 256, 2); Oct 27 20:20:24.280 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.280 INFO kablam! | Oct 27 20:20:24.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.280 INFO kablam! | Oct 27 20:20:24.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.280 INFO kablam! | Oct 27 20:20:24.280 INFO kablam! Oct 27 20:20:24.281 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.281 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.281 INFO kablam! | Oct 27 20:20:24.281 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.281 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.281 INFO kablam! ... Oct 27 20:20:24.281 INFO kablam! 1035 | rt_alloc_excess_unused!(rt_pow2_512bytes_2align_alloc_excess_unused, 512, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.281 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.281 INFO kablam! | Oct 27 20:20:24.281 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.281 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.281 INFO kablam! ... Oct 27 20:20:24.281 INFO kablam! 1035 | rt_alloc_excess_unused!(rt_pow2_512bytes_2align_alloc_excess_unused, 512, 2); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.281 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.281 INFO kablam! | Oct 27 20:20:24.281 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.281 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.281 INFO kablam! ... Oct 27 20:20:24.281 INFO kablam! 1048 | rt_alloc_excess_unused!(rt_pow2_1024bytes_2align_alloc_excess_unused, 1024, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.281 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.281 INFO kablam! | Oct 27 20:20:24.281 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.281 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.281 INFO kablam! ... Oct 27 20:20:24.281 INFO kablam! 1048 | rt_alloc_excess_unused!(rt_pow2_1024bytes_2align_alloc_excess_unused, 1024, 2); 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.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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.282 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.282 INFO kablam! | Oct 27 20:20:24.282 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 1061 | rt_alloc_excess_unused!(rt_pow2_2048bytes_2align_alloc_excess_unused, 2048, 2); 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! 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:113:26 Oct 27 20:20:24.282 INFO kablam! | Oct 27 20:20:24.282 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.282 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.282 INFO kablam! ... Oct 27 20:20:24.282 INFO kablam! 1061 | rt_alloc_excess_unused!(rt_pow2_2048bytes_2align_alloc_excess_unused, 2048, 2); 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.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.283 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.283 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.283 INFO kablam! | Oct 27 20:20:24.283 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.283 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.283 INFO kablam! ... Oct 27 20:20:24.283 INFO kablam! 1074 | rt_alloc_excess_unused!(rt_pow2_4096bytes_2align_alloc_excess_unused, 4096, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.283 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.283 INFO kablam! | Oct 27 20:20:24.283 INFO kablam! 113 | 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! 1074 | rt_alloc_excess_unused!(rt_pow2_4096bytes_2align_alloc_excess_unused, 4096, 2); 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.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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.284 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.284 INFO kablam! | Oct 27 20:20:24.284 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 1087 | rt_alloc_excess_unused!(rt_pow2_8192bytes_2align_alloc_excess_unused, 8192, 2); 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! 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:113:26 Oct 27 20:20:24.285 INFO kablam! | Oct 27 20:20:24.285 INFO kablam! 113 | 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! 1087 | rt_alloc_excess_unused!(rt_pow2_8192bytes_2align_alloc_excess_unused, 8192, 2); 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.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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.286 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.286 INFO kablam! | Oct 27 20:20:24.286 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 1100 | rt_alloc_excess_unused!(rt_pow2_16384bytes_2align_alloc_excess_unused, 16384, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.286 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.286 INFO kablam! | Oct 27 20:20:24.286 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.286 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.286 INFO kablam! ... Oct 27 20:20:24.286 INFO kablam! 1100 | rt_alloc_excess_unused!(rt_pow2_16384bytes_2align_alloc_excess_unused, 16384, 2); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.286 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.286 INFO kablam! | Oct 27 20:20:24.286 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.289 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.289 INFO kablam! ... Oct 27 20:20:24.289 INFO kablam! 1113 | rt_alloc_excess_unused!(rt_pow2_32768bytes_2align_alloc_excess_unused, 32768, 2); Oct 27 20:20:24.289 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.289 INFO kablam! Oct 27 20:20:24.289 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.289 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.289 INFO kablam! | Oct 27 20:20:24.289 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.289 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.289 INFO kablam! ... Oct 27 20:20:24.289 INFO kablam! 1113 | rt_alloc_excess_unused!(rt_pow2_32768bytes_2align_alloc_excess_unused, 32768, 2); Oct 27 20:20:24.289 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.289 INFO kablam! | Oct 27 20:20:24.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.289 INFO kablam! | Oct 27 20:20:24.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.289 INFO kablam! | Oct 27 20:20:24.289 INFO kablam! Oct 27 20:20:24.289 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.289 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.289 INFO kablam! | Oct 27 20:20:24.289 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.289 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.289 INFO kablam! ... Oct 27 20:20:24.289 INFO kablam! 1126 | rt_alloc_excess_unused!(rt_pow2_65536bytes_2align_alloc_excess_unused, 65536, 2); Oct 27 20:20:24.289 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.289 INFO kablam! Oct 27 20:20:24.289 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.289 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.289 INFO kablam! | Oct 27 20:20:24.289 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.289 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.289 INFO kablam! ... Oct 27 20:20:24.289 INFO kablam! 1126 | rt_alloc_excess_unused!(rt_pow2_65536bytes_2align_alloc_excess_unused, 65536, 2); Oct 27 20:20:24.289 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.289 INFO kablam! | Oct 27 20:20:24.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.289 INFO kablam! | Oct 27 20:20:24.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.289 INFO kablam! | Oct 27 20:20:24.289 INFO kablam! Oct 27 20:20:24.289 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.289 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.289 INFO kablam! | Oct 27 20:20:24.289 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.289 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.289 INFO kablam! ... Oct 27 20:20:24.289 INFO kablam! 1139 | rt_alloc_excess_unused!(rt_pow2_131072bytes_2align_alloc_excess_unused, 131072, 2); Oct 27 20:20:24.289 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.289 INFO kablam! Oct 27 20:20:24.289 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.289 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.289 INFO kablam! | Oct 27 20:20:24.289 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.289 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.289 INFO kablam! ... Oct 27 20:20:24.289 INFO kablam! 1139 | rt_alloc_excess_unused!(rt_pow2_131072bytes_2align_alloc_excess_unused, 131072, 2); Oct 27 20:20:24.289 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.289 INFO kablam! | Oct 27 20:20:24.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.289 INFO kablam! | Oct 27 20:20:24.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.289 INFO kablam! | Oct 27 20:20:24.289 INFO kablam! Oct 27 20:20:24.289 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.289 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.289 INFO kablam! | Oct 27 20:20:24.289 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.289 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.289 INFO kablam! ... Oct 27 20:20:24.289 INFO kablam! 1152 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_2align_alloc_excess_unused, 4194304, 2); Oct 27 20:20:24.289 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.289 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:113:26 Oct 27 20:20:24.290 INFO kablam! | Oct 27 20:20:24.290 INFO kablam! 113 | 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! 1152 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_2align_alloc_excess_unused, 4194304, 2); 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.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.290 INFO kablam! | Oct 27 20:20:24.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.290 INFO kablam! | Oct 27 20:20:24.290 INFO kablam! Oct 27 20:20:24.290 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.290 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.290 INFO kablam! | Oct 27 20:20:24.290 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.290 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.290 INFO kablam! ... Oct 27 20:20:24.290 INFO kablam! 1166 | rt_alloc_excess_unused!(rt_even_10bytes_2align_alloc_excess_unused, 10, 2); 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.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:113:26 Oct 27 20:20:24.290 INFO kablam! | Oct 27 20:20:24.290 INFO kablam! 113 | 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! 1166 | rt_alloc_excess_unused!(rt_even_10bytes_2align_alloc_excess_unused, 10, 2); 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.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.290 INFO kablam! | Oct 27 20:20:24.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.290 INFO kablam! | Oct 27 20:20:24.290 INFO kablam! Oct 27 20:20:24.290 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.290 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.290 INFO kablam! | Oct 27 20:20:24.290 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.290 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.290 INFO kablam! ... Oct 27 20:20:24.290 INFO kablam! 1179 | rt_alloc_excess_unused!(rt_even_100bytes_2align_alloc_excess_unused, 100, 2); 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.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:113:26 Oct 27 20:20:24.290 INFO kablam! | Oct 27 20:20:24.290 INFO kablam! 113 | 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! 1179 | rt_alloc_excess_unused!(rt_even_100bytes_2align_alloc_excess_unused, 100, 2); 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.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.290 INFO kablam! | Oct 27 20:20:24.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.290 INFO kablam! | Oct 27 20:20:24.290 INFO kablam! Oct 27 20:20:24.291 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.291 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 1192 | rt_alloc_excess_unused!(rt_even_1000bytes_2align_alloc_excess_unused, 1000, 2); 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! 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:113:26 Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! 113 | 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! 1192 | rt_alloc_excess_unused!(rt_even_1000bytes_2align_alloc_excess_unused, 1000, 2); 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.294 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.294 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.294 INFO kablam! | Oct 27 20:20:24.294 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.294 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.294 INFO kablam! ... Oct 27 20:20:24.294 INFO kablam! 1205 | rt_alloc_excess_unused!(rt_even_10000bytes_2align_alloc_excess_unused, 10000, 2); Oct 27 20:20:24.294 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.294 INFO kablam! Oct 27 20:20:24.294 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.294 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.294 INFO kablam! | Oct 27 20:20:24.294 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.294 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.294 INFO kablam! ... Oct 27 20:20:24.294 INFO kablam! 1205 | rt_alloc_excess_unused!(rt_even_10000bytes_2align_alloc_excess_unused, 10000, 2); Oct 27 20:20:24.294 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.294 INFO kablam! | Oct 27 20:20:24.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.294 INFO kablam! | Oct 27 20:20:24.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.294 INFO kablam! | Oct 27 20:20:24.294 INFO kablam! Oct 27 20:20:24.294 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.294 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.294 INFO kablam! | Oct 27 20:20:24.294 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.294 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.294 INFO kablam! ... Oct 27 20:20:24.294 INFO kablam! 1218 | rt_alloc_excess_unused!(rt_even_100000bytes_2align_alloc_excess_unused, 100000, 2); Oct 27 20:20:24.294 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.295 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:113:26 Oct 27 20:20:24.295 INFO kablam! | Oct 27 20:20:24.295 INFO kablam! 113 | 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! 1218 | rt_alloc_excess_unused!(rt_even_100000bytes_2align_alloc_excess_unused, 100000, 2); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.295 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.295 INFO kablam! | Oct 27 20:20:24.295 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.295 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.295 INFO kablam! ... Oct 27 20:20:24.295 INFO kablam! 1231 | rt_alloc_excess_unused!(rt_even_1000000bytes_2align_alloc_excess_unused, 1000000, 2); 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.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:113:26 Oct 27 20:20:24.296 INFO kablam! | Oct 27 20:20:24.296 INFO kablam! 113 | 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! 1231 | rt_alloc_excess_unused!(rt_even_1000000bytes_2align_alloc_excess_unused, 1000000, 2); 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.298 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.298 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.298 INFO kablam! | Oct 27 20:20:24.298 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 1245 | rt_alloc_excess_unused!(rt_odd_10bytes_2align_alloc_excess_unused, 10- 1, 2); 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! 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:113:26 Oct 27 20:20:24.298 INFO kablam! | Oct 27 20:20:24.298 INFO kablam! 113 | 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! 1245 | rt_alloc_excess_unused!(rt_odd_10bytes_2align_alloc_excess_unused, 10- 1, 2); 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.303 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.303 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.303 INFO kablam! | Oct 27 20:20:24.303 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 1258 | rt_alloc_excess_unused!(rt_odd_100bytes_2align_alloc_excess_unused, 100- 1, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.303 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.303 INFO kablam! | Oct 27 20:20:24.303 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.303 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.303 INFO kablam! ... Oct 27 20:20:24.303 INFO kablam! 1258 | rt_alloc_excess_unused!(rt_odd_100bytes_2align_alloc_excess_unused, 100- 1, 2); 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.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.303 INFO kablam! | Oct 27 20:20:24.303 INFO kablam! Oct 27 20:20:24.303 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.303 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.303 INFO kablam! | Oct 27 20:20:24.303 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 1271 | rt_alloc_excess_unused!(rt_odd_1000bytes_2align_alloc_excess_unused, 1000- 1, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.303 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.303 INFO kablam! | Oct 27 20:20:24.303 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.303 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.303 INFO kablam! ... Oct 27 20:20:24.303 INFO kablam! 1271 | rt_alloc_excess_unused!(rt_odd_1000bytes_2align_alloc_excess_unused, 1000- 1, 2); 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.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.303 INFO kablam! | Oct 27 20:20:24.303 INFO kablam! Oct 27 20:20:24.303 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.303 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.303 INFO kablam! | Oct 27 20:20:24.303 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 1284 | rt_alloc_excess_unused!(rt_odd_10000bytes_2align_alloc_excess_unused, 10000- 1, 2); 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.311 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.312 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.312 INFO kablam! | Oct 27 20:20:24.312 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.312 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.312 INFO kablam! ... Oct 27 20:20:24.312 INFO kablam! 1284 | rt_alloc_excess_unused!(rt_odd_10000bytes_2align_alloc_excess_unused, 10000- 1, 2); Oct 27 20:20:24.312 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.312 INFO kablam! | Oct 27 20:20:24.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.312 INFO kablam! | Oct 27 20:20:24.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.312 INFO kablam! | Oct 27 20:20:24.312 INFO kablam! Oct 27 20:20:24.312 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.312 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.312 INFO kablam! | Oct 27 20:20:24.312 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.312 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.312 INFO kablam! ... Oct 27 20:20:24.312 INFO kablam! 1297 | rt_alloc_excess_unused!(rt_odd_100000bytes_2align_alloc_excess_unused, 100000- 1, 2); Oct 27 20:20:24.312 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.312 INFO kablam! Oct 27 20:20:24.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.312 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.312 INFO kablam! | Oct 27 20:20:24.312 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.312 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.312 INFO kablam! ... Oct 27 20:20:24.312 INFO kablam! 1297 | rt_alloc_excess_unused!(rt_odd_100000bytes_2align_alloc_excess_unused, 100000- 1, 2); Oct 27 20:20:24.312 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.312 INFO kablam! | Oct 27 20:20:24.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.312 INFO kablam! | Oct 27 20:20:24.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.312 INFO kablam! | Oct 27 20:20:24.312 INFO kablam! Oct 27 20:20:24.312 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.312 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.312 INFO kablam! | Oct 27 20:20:24.312 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.312 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.312 INFO kablam! ... Oct 27 20:20:24.312 INFO kablam! 1310 | rt_alloc_excess_unused!(rt_odd_1000000bytes_2align_alloc_excess_unused, 1000000- 1, 2); Oct 27 20:20:24.312 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.312 INFO kablam! Oct 27 20:20:24.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.312 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.312 INFO kablam! | Oct 27 20:20:24.312 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.312 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.312 INFO kablam! ... Oct 27 20:20:24.312 INFO kablam! 1310 | rt_alloc_excess_unused!(rt_odd_1000000bytes_2align_alloc_excess_unused, 1000000- 1, 2); Oct 27 20:20:24.312 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.312 INFO kablam! | Oct 27 20:20:24.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.313 INFO kablam! | Oct 27 20:20:24.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.313 INFO kablam! | Oct 27 20:20:24.313 INFO kablam! Oct 27 20:20:24.313 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.313 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.313 INFO kablam! | Oct 27 20:20:24.313 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.313 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.313 INFO kablam! ... Oct 27 20:20:24.313 INFO kablam! 1324 | rt_alloc_excess_unused!(rt_primes_3bytes_2align_alloc_excess_unused, 3, 2); 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.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.313 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.313 INFO kablam! | Oct 27 20:20:24.313 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.313 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.313 INFO kablam! ... Oct 27 20:20:24.313 INFO kablam! 1324 | rt_alloc_excess_unused!(rt_primes_3bytes_2align_alloc_excess_unused, 3, 2); 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.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.313 INFO kablam! | Oct 27 20:20:24.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.313 INFO kablam! | Oct 27 20:20:24.313 INFO kablam! Oct 27 20:20:24.313 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.313 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.313 INFO kablam! | Oct 27 20:20:24.313 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.313 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.313 INFO kablam! ... Oct 27 20:20:24.313 INFO kablam! 1337 | rt_alloc_excess_unused!(rt_primes_7bytes_2align_alloc_excess_unused, 7, 2); 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.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.313 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.313 INFO kablam! | Oct 27 20:20:24.313 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.313 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.313 INFO kablam! ... Oct 27 20:20:24.313 INFO kablam! 1337 | rt_alloc_excess_unused!(rt_primes_7bytes_2align_alloc_excess_unused, 7, 2); 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.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.313 INFO kablam! | Oct 27 20:20:24.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.313 INFO kablam! | Oct 27 20:20:24.313 INFO kablam! Oct 27 20:20:24.313 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.313 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.313 INFO kablam! | Oct 27 20:20:24.313 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.313 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.313 INFO kablam! ... Oct 27 20:20:24.313 INFO kablam! 1350 | rt_alloc_excess_unused!(rt_primes_13bytes_2align_alloc_excess_unused, 13, 2); 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! 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:113:26 Oct 27 20:20:24.314 INFO kablam! | Oct 27 20:20:24.314 INFO kablam! 113 | 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! 1350 | rt_alloc_excess_unused!(rt_primes_13bytes_2align_alloc_excess_unused, 13, 2); Oct 27 20:20:24.314 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.314 INFO kablam! | Oct 27 20:20:24.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.336 INFO kablam! | Oct 27 20:20:24.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.337 INFO kablam! | Oct 27 20:20:24.337 INFO kablam! Oct 27 20:20:24.337 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.337 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.337 INFO kablam! | Oct 27 20:20:24.337 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.337 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.337 INFO kablam! ... Oct 27 20:20:24.337 INFO kablam! 1363 | rt_alloc_excess_unused!(rt_primes_17bytes_2align_alloc_excess_unused, 17, 2); Oct 27 20:20:24.337 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.337 INFO kablam! Oct 27 20:20:24.337 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.337 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.337 INFO kablam! | Oct 27 20:20:24.337 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.337 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.337 INFO kablam! ... Oct 27 20:20:24.337 INFO kablam! 1363 | rt_alloc_excess_unused!(rt_primes_17bytes_2align_alloc_excess_unused, 17, 2); Oct 27 20:20:24.337 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.337 INFO kablam! | Oct 27 20:20:24.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.337 INFO kablam! | Oct 27 20:20:24.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.337 INFO kablam! | Oct 27 20:20:24.337 INFO kablam! Oct 27 20:20:24.337 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.337 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.337 INFO kablam! | Oct 27 20:20:24.337 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.337 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.337 INFO kablam! ... Oct 27 20:20:24.337 INFO kablam! 1376 | rt_alloc_excess_unused!(rt_primes_31bytes_2align_alloc_excess_unused, 31, 2); Oct 27 20:20:24.337 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.337 INFO kablam! Oct 27 20:20:24.337 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.337 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.338 INFO kablam! | Oct 27 20:20:24.338 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.338 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.338 INFO kablam! ... Oct 27 20:20:24.338 INFO kablam! 1376 | rt_alloc_excess_unused!(rt_primes_31bytes_2align_alloc_excess_unused, 31, 2); Oct 27 20:20:24.338 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.338 INFO kablam! | Oct 27 20:20:24.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.338 INFO kablam! | Oct 27 20:20:24.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.338 INFO kablam! | Oct 27 20:20:24.338 INFO kablam! Oct 27 20:20:24.338 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.338 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.338 INFO kablam! | Oct 27 20:20:24.338 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.338 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.338 INFO kablam! ... Oct 27 20:20:24.338 INFO kablam! 1389 | rt_alloc_excess_unused!(rt_primes_61bytes_2align_alloc_excess_unused, 61, 2); Oct 27 20:20:24.338 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.338 INFO kablam! Oct 27 20:20:24.338 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.338 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.338 INFO kablam! | Oct 27 20:20:24.338 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.338 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.338 INFO kablam! ... Oct 27 20:20:24.338 INFO kablam! 1389 | rt_alloc_excess_unused!(rt_primes_61bytes_2align_alloc_excess_unused, 61, 2); Oct 27 20:20:24.338 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.338 INFO kablam! | Oct 27 20:20:24.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.338 INFO kablam! | Oct 27 20:20:24.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.338 INFO kablam! | Oct 27 20:20:24.338 INFO kablam! Oct 27 20:20:24.338 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.338 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.338 INFO kablam! | Oct 27 20:20:24.338 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.338 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.338 INFO kablam! ... Oct 27 20:20:24.338 INFO kablam! 1402 | rt_alloc_excess_unused!(rt_primes_96bytes_2align_alloc_excess_unused, 96, 2); Oct 27 20:20:24.338 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.338 INFO kablam! Oct 27 20:20:24.339 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.339 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.339 INFO kablam! | Oct 27 20:20:24.339 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.339 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.339 INFO kablam! ... Oct 27 20:20:24.339 INFO kablam! 1402 | rt_alloc_excess_unused!(rt_primes_96bytes_2align_alloc_excess_unused, 96, 2); Oct 27 20:20:24.339 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.339 INFO kablam! | Oct 27 20:20:24.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.339 INFO kablam! | Oct 27 20:20:24.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.339 INFO kablam! | Oct 27 20:20:24.339 INFO kablam! Oct 27 20:20:24.339 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.339 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.339 INFO kablam! | Oct 27 20:20:24.339 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.339 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.339 INFO kablam! ... Oct 27 20:20:24.339 INFO kablam! 1415 | rt_alloc_excess_unused!(rt_primes_127bytes_2align_alloc_excess_unused, 127, 2); Oct 27 20:20:24.339 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.339 INFO kablam! Oct 27 20:20:24.339 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.339 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.339 INFO kablam! | Oct 27 20:20:24.339 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.339 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.339 INFO kablam! ... Oct 27 20:20:24.339 INFO kablam! 1415 | rt_alloc_excess_unused!(rt_primes_127bytes_2align_alloc_excess_unused, 127, 2); Oct 27 20:20:24.339 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.339 INFO kablam! | Oct 27 20:20:24.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.339 INFO kablam! | Oct 27 20:20:24.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.339 INFO kablam! | Oct 27 20:20:24.339 INFO kablam! Oct 27 20:20:24.339 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.339 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.339 INFO kablam! | Oct 27 20:20:24.339 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.339 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.339 INFO kablam! ... Oct 27 20:20:24.339 INFO kablam! 1428 | rt_alloc_excess_unused!(rt_primes_257bytes_2align_alloc_excess_unused, 257, 2); Oct 27 20:20:24.339 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.339 INFO kablam! Oct 27 20:20:24.339 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.339 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.339 INFO kablam! | Oct 27 20:20:24.339 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.339 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.339 INFO kablam! ... Oct 27 20:20:24.339 INFO kablam! 1428 | rt_alloc_excess_unused!(rt_primes_257bytes_2align_alloc_excess_unused, 257, 2); Oct 27 20:20:24.339 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.339 INFO kablam! | Oct 27 20:20:24.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.339 INFO kablam! | Oct 27 20:20:24.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.339 INFO kablam! | Oct 27 20:20:24.339 INFO kablam! Oct 27 20:20:24.339 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.339 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.339 INFO kablam! | Oct 27 20:20:24.340 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.340 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.340 INFO kablam! ... Oct 27 20:20:24.340 INFO kablam! 1441 | rt_alloc_excess_unused!(rt_primes_509bytes_2align_alloc_excess_unused, 509, 2); Oct 27 20:20:24.340 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.340 INFO kablam! Oct 27 20:20:24.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.340 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.340 INFO kablam! | Oct 27 20:20:24.340 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.340 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.340 INFO kablam! ... Oct 27 20:20:24.340 INFO kablam! 1441 | rt_alloc_excess_unused!(rt_primes_509bytes_2align_alloc_excess_unused, 509, 2); Oct 27 20:20:24.340 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.340 INFO kablam! | Oct 27 20:20:24.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.340 INFO kablam! | Oct 27 20:20:24.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.340 INFO kablam! | Oct 27 20:20:24.340 INFO kablam! Oct 27 20:20:24.340 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.340 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.341 INFO kablam! | Oct 27 20:20:24.341 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.341 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.341 INFO kablam! ... Oct 27 20:20:24.341 INFO kablam! 1454 | rt_alloc_excess_unused!(rt_primes_1021bytes_2align_alloc_excess_unused, 1021, 2); Oct 27 20:20:24.341 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.341 INFO kablam! Oct 27 20:20:24.341 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.341 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.341 INFO kablam! | Oct 27 20:20:24.341 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.341 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.341 INFO kablam! ... Oct 27 20:20:24.341 INFO kablam! 1454 | rt_alloc_excess_unused!(rt_primes_1021bytes_2align_alloc_excess_unused, 1021, 2); Oct 27 20:20:24.341 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.341 INFO kablam! | Oct 27 20:20:24.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.341 INFO kablam! | Oct 27 20:20:24.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.341 INFO kablam! | Oct 27 20:20:24.341 INFO kablam! Oct 27 20:20:24.341 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.341 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.341 INFO kablam! | Oct 27 20:20:24.341 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.341 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.341 INFO kablam! ... Oct 27 20:20:24.341 INFO kablam! 1467 | rt_alloc_excess_unused!(rt_primes_2039bytes_2align_alloc_excess_unused, 2039, 2); Oct 27 20:20:24.341 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.341 INFO kablam! Oct 27 20:20:24.341 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.341 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.341 INFO kablam! | Oct 27 20:20:24.341 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.341 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.341 INFO kablam! ... Oct 27 20:20:24.341 INFO kablam! 1467 | rt_alloc_excess_unused!(rt_primes_2039bytes_2align_alloc_excess_unused, 2039, 2); Oct 27 20:20:24.341 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.342 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! Oct 27 20:20:24.342 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.342 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.342 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.342 INFO kablam! ... Oct 27 20:20:24.342 INFO kablam! 1480 | rt_alloc_excess_unused!(rt_primes_4093bytes_2align_alloc_excess_unused, 4093, 2); Oct 27 20:20:24.342 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.342 INFO kablam! Oct 27 20:20:24.342 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.342 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.342 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.342 INFO kablam! ... Oct 27 20:20:24.342 INFO kablam! 1480 | rt_alloc_excess_unused!(rt_primes_4093bytes_2align_alloc_excess_unused, 4093, 2); Oct 27 20:20:24.342 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.342 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! Oct 27 20:20:24.342 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.342 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.342 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.342 INFO kablam! ... Oct 27 20:20:24.342 INFO kablam! 1493 | rt_alloc_excess_unused!(rt_primes_8191bytes_2align_alloc_excess_unused, 8191, 2); Oct 27 20:20:24.342 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.342 INFO kablam! Oct 27 20:20:24.342 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.342 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.342 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.342 INFO kablam! ... Oct 27 20:20:24.342 INFO kablam! 1493 | rt_alloc_excess_unused!(rt_primes_8191bytes_2align_alloc_excess_unused, 8191, 2); Oct 27 20:20:24.342 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.342 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! Oct 27 20:20:24.342 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.342 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.342 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.342 INFO kablam! ... Oct 27 20:20:24.342 INFO kablam! 1506 | rt_alloc_excess_unused!(rt_primes_16381bytes_2align_alloc_excess_unused, 16381, 2); Oct 27 20:20:24.342 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.342 INFO kablam! Oct 27 20:20:24.342 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.342 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.342 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.342 INFO kablam! ... Oct 27 20:20:24.342 INFO kablam! 1506 | rt_alloc_excess_unused!(rt_primes_16381bytes_2align_alloc_excess_unused, 16381, 2); Oct 27 20:20:24.342 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.342 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.342 INFO kablam! | Oct 27 20:20:24.342 INFO kablam! Oct 27 20:20:24.342 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.342 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.343 INFO kablam! | Oct 27 20:20:24.343 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.343 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.343 INFO kablam! ... Oct 27 20:20:24.343 INFO kablam! 1519 | rt_alloc_excess_unused!(rt_primes_32749bytes_2align_alloc_excess_unused, 32749, 2); Oct 27 20:20:24.343 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.343 INFO kablam! Oct 27 20:20:24.343 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.343 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.343 INFO kablam! | Oct 27 20:20:24.343 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.343 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.343 INFO kablam! ... Oct 27 20:20:24.343 INFO kablam! 1519 | rt_alloc_excess_unused!(rt_primes_32749bytes_2align_alloc_excess_unused, 32749, 2); Oct 27 20:20:24.343 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.343 INFO kablam! | Oct 27 20:20:24.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.343 INFO kablam! | Oct 27 20:20:24.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.343 INFO kablam! | Oct 27 20:20:24.343 INFO kablam! Oct 27 20:20:24.343 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.343 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.343 INFO kablam! | Oct 27 20:20:24.343 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.343 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.343 INFO kablam! ... Oct 27 20:20:24.343 INFO kablam! 1532 | rt_alloc_excess_unused!(rt_primes_65537bytes_2align_alloc_excess_unused, 65537, 2); Oct 27 20:20:24.343 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.343 INFO kablam! Oct 27 20:20:24.343 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.343 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.343 INFO kablam! | Oct 27 20:20:24.343 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.343 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.343 INFO kablam! ... Oct 27 20:20:24.343 INFO kablam! 1532 | rt_alloc_excess_unused!(rt_primes_65537bytes_2align_alloc_excess_unused, 65537, 2); Oct 27 20:20:24.343 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.343 INFO kablam! | Oct 27 20:20:24.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.343 INFO kablam! | Oct 27 20:20:24.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.343 INFO kablam! | Oct 27 20:20:24.343 INFO kablam! Oct 27 20:20:24.343 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.343 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.343 INFO kablam! | Oct 27 20:20:24.343 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.343 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.343 INFO kablam! ... Oct 27 20:20:24.343 INFO kablam! 1545 | rt_alloc_excess_unused!(rt_primes_131071bytes_2align_alloc_excess_unused, 131071, 2); Oct 27 20:20:24.343 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.343 INFO kablam! Oct 27 20:20:24.343 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.343 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.343 INFO kablam! | Oct 27 20:20:24.343 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.343 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.343 INFO kablam! ... Oct 27 20:20:24.344 INFO kablam! 1545 | rt_alloc_excess_unused!(rt_primes_131071bytes_2align_alloc_excess_unused, 131071, 2); 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.346 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.346 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.346 INFO kablam! | Oct 27 20:20:24.346 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 1558 | rt_alloc_excess_unused!(rt_primes_4194301bytes_2align_alloc_excess_unused, 4194301, 2); 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! 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:113:26 Oct 27 20:20:24.346 INFO kablam! | Oct 27 20:20:24.346 INFO kablam! 113 | 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! 1558 | rt_alloc_excess_unused!(rt_primes_4194301bytes_2align_alloc_excess_unused, 4194301, 2); 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.347 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.347 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.347 INFO kablam! | Oct 27 20:20:24.347 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 1574 | rt_alloc_excess_unused!(rt_pow2_1bytes_4align_alloc_excess_unused, 1, 4); 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! 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:113:26 Oct 27 20:20:24.347 INFO kablam! | Oct 27 20:20:24.347 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.347 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.348 INFO kablam! ... Oct 27 20:20:24.348 INFO kablam! 1574 | rt_alloc_excess_unused!(rt_pow2_1bytes_4align_alloc_excess_unused, 1, 4); 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.349 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.349 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.349 INFO kablam! | Oct 27 20:20:24.349 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 1587 | rt_alloc_excess_unused!(rt_pow2_2bytes_4align_alloc_excess_unused, 2, 4); 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! 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:113:26 Oct 27 20:20:24.349 INFO kablam! | Oct 27 20:20:24.349 INFO kablam! 113 | 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! 1587 | rt_alloc_excess_unused!(rt_pow2_2bytes_4align_alloc_excess_unused, 2, 4); 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.361 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.361 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.361 INFO kablam! | Oct 27 20:20:24.361 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.361 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.361 INFO kablam! ... Oct 27 20:20:24.361 INFO kablam! 1600 | rt_alloc_excess_unused!(rt_pow2_4bytes_4align_alloc_excess_unused, 4, 4); Oct 27 20:20:24.361 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.361 INFO kablam! Oct 27 20:20:24.361 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.361 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.361 INFO kablam! | Oct 27 20:20:24.361 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.361 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.361 INFO kablam! ... Oct 27 20:20:24.361 INFO kablam! 1600 | rt_alloc_excess_unused!(rt_pow2_4bytes_4align_alloc_excess_unused, 4, 4); Oct 27 20:20:24.361 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.361 INFO kablam! | Oct 27 20:20:24.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.362 INFO kablam! | Oct 27 20:20:24.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.362 INFO kablam! | Oct 27 20:20:24.362 INFO kablam! Oct 27 20:20:24.362 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.362 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.362 INFO kablam! | Oct 27 20:20:24.362 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.362 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.362 INFO kablam! ... Oct 27 20:20:24.362 INFO kablam! 1613 | rt_alloc_excess_unused!(rt_pow2_8bytes_4align_alloc_excess_unused, 8, 4); Oct 27 20:20:24.362 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.362 INFO kablam! Oct 27 20:20:24.362 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.362 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.362 INFO kablam! | Oct 27 20:20:24.362 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.362 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.362 INFO kablam! ... Oct 27 20:20:24.362 INFO kablam! 1613 | rt_alloc_excess_unused!(rt_pow2_8bytes_4align_alloc_excess_unused, 8, 4); Oct 27 20:20:24.362 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.362 INFO kablam! | Oct 27 20:20:24.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.362 INFO kablam! | Oct 27 20:20:24.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.362 INFO kablam! | Oct 27 20:20:24.362 INFO kablam! Oct 27 20:20:24.362 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.362 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.362 INFO kablam! | Oct 27 20:20:24.362 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.362 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.362 INFO kablam! ... Oct 27 20:20:24.362 INFO kablam! 1626 | rt_alloc_excess_unused!(rt_pow2_16bytes_4align_alloc_excess_unused, 16, 4); Oct 27 20:20:24.362 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.362 INFO kablam! Oct 27 20:20:24.362 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.362 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.362 INFO kablam! | Oct 27 20:20:24.362 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.362 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.362 INFO kablam! ... Oct 27 20:20:24.362 INFO kablam! 1626 | rt_alloc_excess_unused!(rt_pow2_16bytes_4align_alloc_excess_unused, 16, 4); Oct 27 20:20:24.362 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.363 INFO kablam! | Oct 27 20:20:24.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.363 INFO kablam! | Oct 27 20:20:24.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.363 INFO kablam! | Oct 27 20:20:24.363 INFO kablam! Oct 27 20:20:24.363 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.363 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.363 INFO kablam! | Oct 27 20:20:24.363 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.363 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.363 INFO kablam! ... Oct 27 20:20:24.363 INFO kablam! 1639 | rt_alloc_excess_unused!(rt_pow2_32bytes_4align_alloc_excess_unused, 32, 4); Oct 27 20:20:24.363 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.363 INFO kablam! Oct 27 20:20:24.363 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.363 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.363 INFO kablam! | Oct 27 20:20:24.363 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.363 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.363 INFO kablam! ... Oct 27 20:20:24.363 INFO kablam! 1639 | rt_alloc_excess_unused!(rt_pow2_32bytes_4align_alloc_excess_unused, 32, 4); Oct 27 20:20:24.363 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.363 INFO kablam! | Oct 27 20:20:24.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.363 INFO kablam! | Oct 27 20:20:24.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.363 INFO kablam! | Oct 27 20:20:24.363 INFO kablam! Oct 27 20:20:24.363 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.363 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.363 INFO kablam! | Oct 27 20:20:24.363 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.363 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.363 INFO kablam! ... Oct 27 20:20:24.363 INFO kablam! 1652 | rt_alloc_excess_unused!(rt_pow2_64bytes_4align_alloc_excess_unused, 64, 4); Oct 27 20:20:24.363 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.363 INFO kablam! Oct 27 20:20:24.363 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.363 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.363 INFO kablam! | Oct 27 20:20:24.363 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.363 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.363 INFO kablam! ... Oct 27 20:20:24.363 INFO kablam! 1652 | rt_alloc_excess_unused!(rt_pow2_64bytes_4align_alloc_excess_unused, 64, 4); Oct 27 20:20:24.363 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.363 INFO kablam! | Oct 27 20:20:24.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.363 INFO kablam! | Oct 27 20:20:24.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.363 INFO kablam! | Oct 27 20:20:24.363 INFO kablam! Oct 27 20:20:24.363 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.363 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.363 INFO kablam! | Oct 27 20:20:24.363 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.363 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.363 INFO kablam! ... Oct 27 20:20:24.363 INFO kablam! 1665 | rt_alloc_excess_unused!(rt_pow2_128bytes_4align_alloc_excess_unused, 128, 4); 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! 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:113:26 Oct 27 20:20:24.364 INFO kablam! | Oct 27 20:20:24.364 INFO kablam! 113 | 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! 1665 | rt_alloc_excess_unused!(rt_pow2_128bytes_4align_alloc_excess_unused, 128, 4); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.364 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.364 INFO kablam! | Oct 27 20:20:24.364 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 1678 | rt_alloc_excess_unused!(rt_pow2_256bytes_4align_alloc_excess_unused, 256, 4); 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! 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:113:26 Oct 27 20:20:24.364 INFO kablam! | Oct 27 20:20:24.364 INFO kablam! 113 | 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! 1678 | rt_alloc_excess_unused!(rt_pow2_256bytes_4align_alloc_excess_unused, 256, 4); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.364 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.365 INFO kablam! | Oct 27 20:20:24.365 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 1691 | rt_alloc_excess_unused!(rt_pow2_512bytes_4align_alloc_excess_unused, 512, 4); 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! 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:113:26 Oct 27 20:20:24.365 INFO kablam! | Oct 27 20:20:24.365 INFO kablam! 113 | 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! 1691 | rt_alloc_excess_unused!(rt_pow2_512bytes_4align_alloc_excess_unused, 512, 4); 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.367 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.367 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 1704 | rt_alloc_excess_unused!(rt_pow2_1024bytes_4align_alloc_excess_unused, 1024, 4); 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.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:113:26 Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! 113 | 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! 1704 | rt_alloc_excess_unused!(rt_pow2_1024bytes_4align_alloc_excess_unused, 1024, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.369 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 1717 | rt_alloc_excess_unused!(rt_pow2_2048bytes_4align_alloc_excess_unused, 2048, 4); 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.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! 1717 | rt_alloc_excess_unused!(rt_pow2_2048bytes_4align_alloc_excess_unused, 2048, 4); 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! 1730 | rt_alloc_excess_unused!(rt_pow2_4096bytes_4align_alloc_excess_unused, 4096, 4); 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! 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! 1730 | rt_alloc_excess_unused!(rt_pow2_4096bytes_4align_alloc_excess_unused, 4096, 4); 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.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! 1743 | rt_alloc_excess_unused!(rt_pow2_8192bytes_4align_alloc_excess_unused, 8192, 4); 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! 1743 | rt_alloc_excess_unused!(rt_pow2_8192bytes_4align_alloc_excess_unused, 8192, 4); 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.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! 1756 | rt_alloc_excess_unused!(rt_pow2_16384bytes_4align_alloc_excess_unused, 16384, 4); 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! 1756 | rt_alloc_excess_unused!(rt_pow2_16384bytes_4align_alloc_excess_unused, 16384, 4); 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! 1769 | rt_alloc_excess_unused!(rt_pow2_32768bytes_4align_alloc_excess_unused, 32768, 4); 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! 1769 | rt_alloc_excess_unused!(rt_pow2_32768bytes_4align_alloc_excess_unused, 32768, 4); 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.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! 1782 | rt_alloc_excess_unused!(rt_pow2_65536bytes_4align_alloc_excess_unused, 65536, 4); 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! 1782 | rt_alloc_excess_unused!(rt_pow2_65536bytes_4align_alloc_excess_unused, 65536, 4); 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.392 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.392 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.392 INFO kablam! | Oct 27 20:20:24.392 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.393 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.393 INFO kablam! ... Oct 27 20:20:24.393 INFO kablam! 1795 | rt_alloc_excess_unused!(rt_pow2_131072bytes_4align_alloc_excess_unused, 131072, 4); Oct 27 20:20:24.393 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.393 INFO kablam! Oct 27 20:20:24.393 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.393 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.393 INFO kablam! | Oct 27 20:20:24.393 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.393 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.393 INFO kablam! ... Oct 27 20:20:24.393 INFO kablam! 1795 | rt_alloc_excess_unused!(rt_pow2_131072bytes_4align_alloc_excess_unused, 131072, 4); Oct 27 20:20:24.393 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.393 INFO kablam! | Oct 27 20:20:24.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.393 INFO kablam! | Oct 27 20:20:24.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.393 INFO kablam! | Oct 27 20:20:24.393 INFO kablam! Oct 27 20:20:24.393 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.393 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.393 INFO kablam! | Oct 27 20:20:24.393 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.393 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.393 INFO kablam! ... Oct 27 20:20:24.393 INFO kablam! 1808 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_4align_alloc_excess_unused, 4194304, 4); Oct 27 20:20:24.393 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.393 INFO kablam! Oct 27 20:20:24.393 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.393 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.393 INFO kablam! | Oct 27 20:20:24.393 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.393 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.393 INFO kablam! ... Oct 27 20:20:24.393 INFO kablam! 1808 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_4align_alloc_excess_unused, 4194304, 4); Oct 27 20:20:24.393 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.393 INFO kablam! | Oct 27 20:20:24.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.393 INFO kablam! | Oct 27 20:20:24.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.393 INFO kablam! | Oct 27 20:20:24.393 INFO kablam! Oct 27 20:20:24.393 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.393 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.393 INFO kablam! | Oct 27 20:20:24.393 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.393 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.393 INFO kablam! ... Oct 27 20:20:24.393 INFO kablam! 1822 | rt_alloc_excess_unused!(rt_even_10bytes_4align_alloc_excess_unused, 10, 4); Oct 27 20:20:24.393 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.393 INFO kablam! Oct 27 20:20:24.393 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.393 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.393 INFO kablam! | Oct 27 20:20:24.393 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.393 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.393 INFO kablam! ... Oct 27 20:20:24.393 INFO kablam! 1822 | rt_alloc_excess_unused!(rt_even_10bytes_4align_alloc_excess_unused, 10, 4); Oct 27 20:20:24.393 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.393 INFO kablam! | Oct 27 20:20:24.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.393 INFO kablam! | Oct 27 20:20:24.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.393 INFO kablam! | Oct 27 20:20:24.393 INFO kablam! Oct 27 20:20:24.393 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.393 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.393 INFO kablam! | Oct 27 20:20:24.393 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.393 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.393 INFO kablam! ... Oct 27 20:20:24.393 INFO kablam! 1835 | rt_alloc_excess_unused!(rt_even_100bytes_4align_alloc_excess_unused, 100, 4); Oct 27 20:20:24.393 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.393 INFO kablam! Oct 27 20:20:24.393 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.393 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.393 INFO kablam! | Oct 27 20:20:24.393 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.393 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.394 INFO kablam! ... Oct 27 20:20:24.394 INFO kablam! 1835 | rt_alloc_excess_unused!(rt_even_100bytes_4align_alloc_excess_unused, 100, 4); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.394 INFO kablam! | Oct 27 20:20:24.394 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.394 INFO kablam! | Oct 27 20:20:24.394 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! 1848 | rt_alloc_excess_unused!(rt_even_1000bytes_4align_alloc_excess_unused, 1000, 4); 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! 1848 | rt_alloc_excess_unused!(rt_even_1000bytes_4align_alloc_excess_unused, 1000, 4); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.394 INFO kablam! | Oct 27 20:20:24.394 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.394 INFO kablam! | Oct 27 20:20:24.394 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! 1861 | rt_alloc_excess_unused!(rt_even_10000bytes_4align_alloc_excess_unused, 10000, 4); 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! 1861 | rt_alloc_excess_unused!(rt_even_10000bytes_4align_alloc_excess_unused, 10000, 4); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.394 INFO kablam! | Oct 27 20:20:24.394 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.394 INFO kablam! | Oct 27 20:20:24.394 INFO kablam! Oct 27 20:20:24.402 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.402 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.402 INFO kablam! | Oct 27 20:20:24.402 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.402 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.402 INFO kablam! ... Oct 27 20:20:24.402 INFO kablam! 1874 | rt_alloc_excess_unused!(rt_even_100000bytes_4align_alloc_excess_unused, 100000, 4); Oct 27 20:20:24.403 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.403 INFO kablam! Oct 27 20:20:24.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.403 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.403 INFO kablam! | Oct 27 20:20:24.403 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.403 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.403 INFO kablam! ... Oct 27 20:20:24.403 INFO kablam! 1874 | rt_alloc_excess_unused!(rt_even_100000bytes_4align_alloc_excess_unused, 100000, 4); Oct 27 20:20:24.403 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.403 INFO kablam! | Oct 27 20:20:24.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.403 INFO kablam! | Oct 27 20:20:24.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.403 INFO kablam! | Oct 27 20:20:24.403 INFO kablam! Oct 27 20:20:24.403 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.403 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.403 INFO kablam! | Oct 27 20:20:24.403 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.403 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.403 INFO kablam! ... Oct 27 20:20:24.403 INFO kablam! 1887 | rt_alloc_excess_unused!(rt_even_1000000bytes_4align_alloc_excess_unused, 1000000, 4); Oct 27 20:20:24.403 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.403 INFO kablam! Oct 27 20:20:24.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.403 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.403 INFO kablam! | Oct 27 20:20:24.403 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.403 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.403 INFO kablam! ... Oct 27 20:20:24.403 INFO kablam! 1887 | rt_alloc_excess_unused!(rt_even_1000000bytes_4align_alloc_excess_unused, 1000000, 4); Oct 27 20:20:24.403 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.403 INFO kablam! | Oct 27 20:20:24.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.403 INFO kablam! | Oct 27 20:20:24.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.403 INFO kablam! | Oct 27 20:20:24.403 INFO kablam! Oct 27 20:20:24.403 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.403 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.403 INFO kablam! | Oct 27 20:20:24.403 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.403 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.403 INFO kablam! ... Oct 27 20:20:24.403 INFO kablam! 1901 | rt_alloc_excess_unused!(rt_odd_10bytes_4align_alloc_excess_unused, 10- 1, 4); Oct 27 20:20:24.403 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.403 INFO kablam! Oct 27 20:20:24.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.403 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.403 INFO kablam! | Oct 27 20:20:24.403 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.403 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.403 INFO kablam! ... Oct 27 20:20:24.403 INFO kablam! 1901 | rt_alloc_excess_unused!(rt_odd_10bytes_4align_alloc_excess_unused, 10- 1, 4); Oct 27 20:20:24.403 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.403 INFO kablam! | Oct 27 20:20:24.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.403 INFO kablam! | Oct 27 20:20:24.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.403 INFO kablam! | Oct 27 20:20:24.403 INFO kablam! Oct 27 20:20:24.403 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.403 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.403 INFO kablam! | Oct 27 20:20:24.403 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.403 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.403 INFO kablam! ... Oct 27 20:20:24.403 INFO kablam! 1914 | rt_alloc_excess_unused!(rt_odd_100bytes_4align_alloc_excess_unused, 100- 1, 4); Oct 27 20:20:24.403 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.403 INFO kablam! Oct 27 20:20:24.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.403 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.403 INFO kablam! | Oct 27 20:20:24.403 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.403 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.403 INFO kablam! ... Oct 27 20:20:24.403 INFO kablam! 1914 | rt_alloc_excess_unused!(rt_odd_100bytes_4align_alloc_excess_unused, 100- 1, 4); 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! 1927 | rt_alloc_excess_unused!(rt_odd_1000bytes_4align_alloc_excess_unused, 1000- 1, 4); 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! 1927 | rt_alloc_excess_unused!(rt_odd_1000bytes_4align_alloc_excess_unused, 1000- 1, 4); 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! 1940 | rt_alloc_excess_unused!(rt_odd_10000bytes_4align_alloc_excess_unused, 10000- 1, 4); 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.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.408 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.408 INFO kablam! | Oct 27 20:20:24.408 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.408 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.408 INFO kablam! ... Oct 27 20:20:24.408 INFO kablam! 1940 | rt_alloc_excess_unused!(rt_odd_10000bytes_4align_alloc_excess_unused, 10000- 1, 4); Oct 27 20:20:24.408 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.409 INFO kablam! | Oct 27 20:20:24.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.409 INFO kablam! | Oct 27 20:20:24.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.409 INFO kablam! | Oct 27 20:20:24.409 INFO kablam! Oct 27 20:20:24.409 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.409 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.409 INFO kablam! | Oct 27 20:20:24.409 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.409 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.409 INFO kablam! ... Oct 27 20:20:24.409 INFO kablam! 1953 | rt_alloc_excess_unused!(rt_odd_100000bytes_4align_alloc_excess_unused, 100000- 1, 4); Oct 27 20:20:24.409 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.409 INFO kablam! Oct 27 20:20:24.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.409 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.409 INFO kablam! | Oct 27 20:20:24.409 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.409 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.409 INFO kablam! ... Oct 27 20:20:24.409 INFO kablam! 1953 | rt_alloc_excess_unused!(rt_odd_100000bytes_4align_alloc_excess_unused, 100000- 1, 4); Oct 27 20:20:24.409 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.409 INFO kablam! | Oct 27 20:20:24.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.409 INFO kablam! | Oct 27 20:20:24.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.409 INFO kablam! | Oct 27 20:20:24.409 INFO kablam! Oct 27 20:20:24.409 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.409 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.409 INFO kablam! | Oct 27 20:20:24.409 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.409 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.409 INFO kablam! ... Oct 27 20:20:24.409 INFO kablam! 1966 | rt_alloc_excess_unused!(rt_odd_1000000bytes_4align_alloc_excess_unused, 1000000- 1, 4); Oct 27 20:20:24.409 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.409 INFO kablam! Oct 27 20:20:24.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.409 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.409 INFO kablam! | Oct 27 20:20:24.409 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.409 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.409 INFO kablam! ... Oct 27 20:20:24.409 INFO kablam! 1966 | rt_alloc_excess_unused!(rt_odd_1000000bytes_4align_alloc_excess_unused, 1000000- 1, 4); Oct 27 20:20:24.409 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.409 INFO kablam! | Oct 27 20:20:24.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.409 INFO kablam! | Oct 27 20:20:24.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.409 INFO kablam! | Oct 27 20:20:24.409 INFO kablam! Oct 27 20:20:24.409 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.409 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.409 INFO kablam! | Oct 27 20:20:24.409 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.409 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.409 INFO kablam! ... Oct 27 20:20:24.409 INFO kablam! 1980 | rt_alloc_excess_unused!(rt_primes_3bytes_4align_alloc_excess_unused, 3, 4); Oct 27 20:20:24.409 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.409 INFO kablam! Oct 27 20:20:24.413 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.413 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.413 INFO kablam! | Oct 27 20:20:24.413 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.413 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.413 INFO kablam! ... Oct 27 20:20:24.413 INFO kablam! 1980 | rt_alloc_excess_unused!(rt_primes_3bytes_4align_alloc_excess_unused, 3, 4); Oct 27 20:20:24.413 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.413 INFO kablam! | Oct 27 20:20:24.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.413 INFO kablam! | Oct 27 20:20:24.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.413 INFO kablam! | Oct 27 20:20:24.413 INFO kablam! Oct 27 20:20:24.413 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.413 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.413 INFO kablam! | Oct 27 20:20:24.413 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.413 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.413 INFO kablam! ... Oct 27 20:20:24.413 INFO kablam! 1993 | rt_alloc_excess_unused!(rt_primes_7bytes_4align_alloc_excess_unused, 7, 4); Oct 27 20:20:24.413 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.413 INFO kablam! Oct 27 20:20:24.413 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.413 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.413 INFO kablam! | Oct 27 20:20:24.413 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.413 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.413 INFO kablam! ... Oct 27 20:20:24.413 INFO kablam! 1993 | rt_alloc_excess_unused!(rt_primes_7bytes_4align_alloc_excess_unused, 7, 4); Oct 27 20:20:24.413 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.413 INFO kablam! | Oct 27 20:20:24.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.413 INFO kablam! | Oct 27 20:20:24.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.413 INFO kablam! | Oct 27 20:20:24.413 INFO kablam! Oct 27 20:20:24.413 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.413 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.413 INFO kablam! | Oct 27 20:20:24.413 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.413 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.413 INFO kablam! ... Oct 27 20:20:24.413 INFO kablam! 2006 | rt_alloc_excess_unused!(rt_primes_13bytes_4align_alloc_excess_unused, 13, 4); Oct 27 20:20:24.413 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.413 INFO kablam! Oct 27 20:20:24.413 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.413 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.413 INFO kablam! | Oct 27 20:20:24.413 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.413 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.413 INFO kablam! ... Oct 27 20:20:24.413 INFO kablam! 2006 | rt_alloc_excess_unused!(rt_primes_13bytes_4align_alloc_excess_unused, 13, 4); Oct 27 20:20:24.413 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.413 INFO kablam! | Oct 27 20:20:24.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.413 INFO kablam! | Oct 27 20:20:24.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.413 INFO kablam! | Oct 27 20:20:24.414 INFO kablam! Oct 27 20:20:24.417 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.417 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.417 INFO kablam! | Oct 27 20:20:24.417 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! 2019 | rt_alloc_excess_unused!(rt_primes_17bytes_4align_alloc_excess_unused, 17, 4); 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.423 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.423 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.423 INFO kablam! | Oct 27 20:20:24.423 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.423 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.423 INFO kablam! ... Oct 27 20:20:24.423 INFO kablam! 2019 | rt_alloc_excess_unused!(rt_primes_17bytes_4align_alloc_excess_unused, 17, 4); Oct 27 20:20:24.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.423 INFO kablam! | Oct 27 20:20:24.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.423 INFO kablam! | Oct 27 20:20:24.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.423 INFO kablam! | Oct 27 20:20:24.423 INFO kablam! Oct 27 20:20:24.423 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.423 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.423 INFO kablam! | Oct 27 20:20:24.423 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.423 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.423 INFO kablam! ... Oct 27 20:20:24.423 INFO kablam! 2032 | rt_alloc_excess_unused!(rt_primes_31bytes_4align_alloc_excess_unused, 31, 4); Oct 27 20:20:24.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.423 INFO kablam! Oct 27 20:20:24.423 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.423 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.423 INFO kablam! | Oct 27 20:20:24.423 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.423 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.423 INFO kablam! ... Oct 27 20:20:24.423 INFO kablam! 2032 | rt_alloc_excess_unused!(rt_primes_31bytes_4align_alloc_excess_unused, 31, 4); Oct 27 20:20:24.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.423 INFO kablam! | Oct 27 20:20:24.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.423 INFO kablam! | Oct 27 20:20:24.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.423 INFO kablam! | Oct 27 20:20:24.423 INFO kablam! Oct 27 20:20:24.423 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.423 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.423 INFO kablam! | Oct 27 20:20:24.423 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.423 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.423 INFO kablam! ... Oct 27 20:20:24.423 INFO kablam! 2045 | rt_alloc_excess_unused!(rt_primes_61bytes_4align_alloc_excess_unused, 61, 4); Oct 27 20:20:24.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.423 INFO kablam! Oct 27 20:20:24.423 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.423 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.423 INFO kablam! | Oct 27 20:20:24.423 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.423 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.423 INFO kablam! ... Oct 27 20:20:24.423 INFO kablam! 2045 | rt_alloc_excess_unused!(rt_primes_61bytes_4align_alloc_excess_unused, 61, 4); Oct 27 20:20:24.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.423 INFO kablam! | Oct 27 20:20:24.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.423 INFO kablam! | Oct 27 20:20:24.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.423 INFO kablam! | Oct 27 20:20:24.423 INFO kablam! Oct 27 20:20:24.423 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.423 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.423 INFO kablam! | Oct 27 20:20:24.423 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.423 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.423 INFO kablam! ... Oct 27 20:20:24.423 INFO kablam! 2058 | rt_alloc_excess_unused!(rt_primes_96bytes_4align_alloc_excess_unused, 96, 4); Oct 27 20:20:24.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.423 INFO kablam! Oct 27 20:20:24.423 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.423 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.423 INFO kablam! | Oct 27 20:20:24.423 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! 2058 | rt_alloc_excess_unused!(rt_primes_96bytes_4align_alloc_excess_unused, 96, 4); 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! 2071 | rt_alloc_excess_unused!(rt_primes_127bytes_4align_alloc_excess_unused, 127, 4); 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! 2071 | rt_alloc_excess_unused!(rt_primes_127bytes_4align_alloc_excess_unused, 127, 4); 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! 2084 | rt_alloc_excess_unused!(rt_primes_257bytes_4align_alloc_excess_unused, 257, 4); 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.425 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.425 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.425 INFO kablam! | Oct 27 20:20:24.425 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! 2084 | rt_alloc_excess_unused!(rt_primes_257bytes_4align_alloc_excess_unused, 257, 4); 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.429 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.429 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.429 INFO kablam! | Oct 27 20:20:24.429 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.429 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.429 INFO kablam! ... Oct 27 20:20:24.429 INFO kablam! 2097 | rt_alloc_excess_unused!(rt_primes_509bytes_4align_alloc_excess_unused, 509, 4); Oct 27 20:20:24.429 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.429 INFO kablam! Oct 27 20:20:24.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.429 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.429 INFO kablam! | Oct 27 20:20:24.429 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.429 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.429 INFO kablam! ... Oct 27 20:20:24.429 INFO kablam! 2097 | rt_alloc_excess_unused!(rt_primes_509bytes_4align_alloc_excess_unused, 509, 4); Oct 27 20:20:24.429 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.429 INFO kablam! | Oct 27 20:20:24.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.429 INFO kablam! | Oct 27 20:20:24.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.429 INFO kablam! | Oct 27 20:20:24.429 INFO kablam! Oct 27 20:20:24.429 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.429 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.429 INFO kablam! | Oct 27 20:20:24.429 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.429 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.429 INFO kablam! ... Oct 27 20:20:24.429 INFO kablam! 2110 | rt_alloc_excess_unused!(rt_primes_1021bytes_4align_alloc_excess_unused, 1021, 4); Oct 27 20:20:24.429 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.429 INFO kablam! Oct 27 20:20:24.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.430 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.430 INFO kablam! | Oct 27 20:20:24.430 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.430 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.430 INFO kablam! ... Oct 27 20:20:24.430 INFO kablam! 2110 | rt_alloc_excess_unused!(rt_primes_1021bytes_4align_alloc_excess_unused, 1021, 4); Oct 27 20:20:24.430 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.430 INFO kablam! | Oct 27 20:20:24.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.430 INFO kablam! | Oct 27 20:20:24.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.430 INFO kablam! | Oct 27 20:20:24.430 INFO kablam! Oct 27 20:20:24.430 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.430 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.430 INFO kablam! | Oct 27 20:20:24.430 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.430 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.430 INFO kablam! ... Oct 27 20:20:24.430 INFO kablam! 2123 | rt_alloc_excess_unused!(rt_primes_2039bytes_4align_alloc_excess_unused, 2039, 4); Oct 27 20:20:24.430 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.430 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! 2123 | rt_alloc_excess_unused!(rt_primes_2039bytes_4align_alloc_excess_unused, 2039, 4); 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! 2136 | rt_alloc_excess_unused!(rt_primes_4093bytes_4align_alloc_excess_unused, 4093, 4); 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.435 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.435 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.435 INFO kablam! | Oct 27 20:20:24.435 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.435 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.435 INFO kablam! ... Oct 27 20:20:24.435 INFO kablam! 2136 | rt_alloc_excess_unused!(rt_primes_4093bytes_4align_alloc_excess_unused, 4093, 4); Oct 27 20:20:24.435 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.435 INFO kablam! | Oct 27 20:20:24.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.435 INFO kablam! | Oct 27 20:20:24.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.435 INFO kablam! | Oct 27 20:20:24.435 INFO kablam! Oct 27 20:20:24.435 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.435 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.435 INFO kablam! | Oct 27 20:20:24.435 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.435 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.435 INFO kablam! ... Oct 27 20:20:24.435 INFO kablam! 2149 | rt_alloc_excess_unused!(rt_primes_8191bytes_4align_alloc_excess_unused, 8191, 4); Oct 27 20:20:24.435 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.435 INFO kablam! Oct 27 20:20:24.435 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.435 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.435 INFO kablam! | Oct 27 20:20:24.435 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.435 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.435 INFO kablam! ... Oct 27 20:20:24.435 INFO kablam! 2149 | rt_alloc_excess_unused!(rt_primes_8191bytes_4align_alloc_excess_unused, 8191, 4); Oct 27 20:20:24.435 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.435 INFO kablam! | Oct 27 20:20:24.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.435 INFO kablam! | Oct 27 20:20:24.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.435 INFO kablam! | Oct 27 20:20:24.436 INFO kablam! Oct 27 20:20:24.436 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.436 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.436 INFO kablam! | Oct 27 20:20:24.436 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.436 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.436 INFO kablam! ... Oct 27 20:20:24.436 INFO kablam! 2162 | rt_alloc_excess_unused!(rt_primes_16381bytes_4align_alloc_excess_unused, 16381, 4); 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! 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.437 INFO kablam! 2162 | rt_alloc_excess_unused!(rt_primes_16381bytes_4align_alloc_excess_unused, 16381, 4); 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.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! 2175 | rt_alloc_excess_unused!(rt_primes_32749bytes_4align_alloc_excess_unused, 32749, 4); 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.443 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.443 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.443 INFO kablam! | Oct 27 20:20:24.443 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.443 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.443 INFO kablam! ... Oct 27 20:20:24.443 INFO kablam! 2175 | rt_alloc_excess_unused!(rt_primes_32749bytes_4align_alloc_excess_unused, 32749, 4); Oct 27 20:20:24.443 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.443 INFO kablam! | Oct 27 20:20:24.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.443 INFO kablam! | Oct 27 20:20:24.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.444 INFO kablam! | Oct 27 20:20:24.444 INFO kablam! Oct 27 20:20:24.444 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.444 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.444 INFO kablam! | Oct 27 20:20:24.444 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.444 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.444 INFO kablam! ... Oct 27 20:20:24.444 INFO kablam! 2188 | rt_alloc_excess_unused!(rt_primes_65537bytes_4align_alloc_excess_unused, 65537, 4); Oct 27 20:20:24.444 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.444 INFO kablam! Oct 27 20:20:24.444 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.444 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.444 INFO kablam! | Oct 27 20:20:24.444 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.444 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.444 INFO kablam! ... Oct 27 20:20:24.445 INFO kablam! 2188 | rt_alloc_excess_unused!(rt_primes_65537bytes_4align_alloc_excess_unused, 65537, 4); Oct 27 20:20:24.445 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.445 INFO kablam! | Oct 27 20:20:24.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.445 INFO kablam! | Oct 27 20:20:24.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.445 INFO kablam! | Oct 27 20:20:24.445 INFO kablam! Oct 27 20:20:24.445 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.445 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.445 INFO kablam! | Oct 27 20:20:24.445 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.445 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.445 INFO kablam! ... Oct 27 20:20:24.445 INFO kablam! 2201 | rt_alloc_excess_unused!(rt_primes_131071bytes_4align_alloc_excess_unused, 131071, 4); Oct 27 20:20:24.445 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.445 INFO kablam! Oct 27 20:20:24.445 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.445 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.445 INFO kablam! | Oct 27 20:20:24.445 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.446 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.446 INFO kablam! ... Oct 27 20:20:24.446 INFO kablam! 2201 | rt_alloc_excess_unused!(rt_primes_131071bytes_4align_alloc_excess_unused, 131071, 4); Oct 27 20:20:24.446 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.446 INFO kablam! | Oct 27 20:20:24.446 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.446 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.446 INFO kablam! | Oct 27 20:20:24.446 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.446 INFO kablam! | Oct 27 20:20:24.446 INFO kablam! Oct 27 20:20:24.446 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.446 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.446 INFO kablam! | Oct 27 20:20:24.446 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.446 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.446 INFO kablam! ... Oct 27 20:20:24.446 INFO kablam! 2214 | rt_alloc_excess_unused!(rt_primes_4194301bytes_4align_alloc_excess_unused, 4194301, 4); Oct 27 20:20:24.446 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.446 INFO kablam! Oct 27 20:20:24.446 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.446 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.446 INFO kablam! | Oct 27 20:20:24.447 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.447 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.447 INFO kablam! ... Oct 27 20:20:24.447 INFO kablam! 2214 | rt_alloc_excess_unused!(rt_primes_4194301bytes_4align_alloc_excess_unused, 4194301, 4); Oct 27 20:20:24.447 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.447 INFO kablam! | Oct 27 20:20:24.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.447 INFO kablam! | Oct 27 20:20:24.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.447 INFO kablam! | Oct 27 20:20:24.447 INFO kablam! Oct 27 20:20:24.447 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.447 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.447 INFO kablam! | Oct 27 20:20:24.447 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.447 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.447 INFO kablam! ... Oct 27 20:20:24.447 INFO kablam! 2230 | rt_alloc_excess_unused!(rt_pow2_1bytes_8align_alloc_excess_unused, 1, 8); Oct 27 20:20:24.447 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.447 INFO kablam! Oct 27 20:20:24.447 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.447 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.447 INFO kablam! | Oct 27 20:20:24.448 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.448 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.448 INFO kablam! ... Oct 27 20:20:24.448 INFO kablam! 2230 | rt_alloc_excess_unused!(rt_pow2_1bytes_8align_alloc_excess_unused, 1, 8); Oct 27 20:20:24.448 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.448 INFO kablam! | Oct 27 20:20:24.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.448 INFO kablam! | Oct 27 20:20:24.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.448 INFO kablam! | Oct 27 20:20:24.448 INFO kablam! Oct 27 20:20:24.451 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.451 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.452 INFO kablam! | Oct 27 20:20:24.452 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.452 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.452 INFO kablam! ... Oct 27 20:20:24.452 INFO kablam! 2243 | rt_alloc_excess_unused!(rt_pow2_2bytes_8align_alloc_excess_unused, 2, 8); Oct 27 20:20:24.452 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.452 INFO kablam! Oct 27 20:20:24.452 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.452 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.452 INFO kablam! | Oct 27 20:20:24.452 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.452 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.452 INFO kablam! ... Oct 27 20:20:24.452 INFO kablam! 2243 | rt_alloc_excess_unused!(rt_pow2_2bytes_8align_alloc_excess_unused, 2, 8); Oct 27 20:20:24.452 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.452 INFO kablam! | Oct 27 20:20:24.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.452 INFO kablam! | Oct 27 20:20:24.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.452 INFO kablam! | Oct 27 20:20:24.452 INFO kablam! Oct 27 20:20:24.452 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.452 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.453 INFO kablam! | Oct 27 20:20:24.453 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.453 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.453 INFO kablam! ... Oct 27 20:20:24.453 INFO kablam! 2256 | rt_alloc_excess_unused!(rt_pow2_4bytes_8align_alloc_excess_unused, 4, 8); Oct 27 20:20:24.453 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.453 INFO kablam! Oct 27 20:20:24.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.453 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.453 INFO kablam! | Oct 27 20:20:24.453 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.453 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.453 INFO kablam! ... Oct 27 20:20:24.453 INFO kablam! 2256 | rt_alloc_excess_unused!(rt_pow2_4bytes_8align_alloc_excess_unused, 4, 8); Oct 27 20:20:24.453 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.453 INFO kablam! | Oct 27 20:20:24.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.453 INFO kablam! | Oct 27 20:20:24.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.453 INFO kablam! | Oct 27 20:20:24.453 INFO kablam! Oct 27 20:20:24.453 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.453 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.454 INFO kablam! | Oct 27 20:20:24.454 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.454 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.454 INFO kablam! ... Oct 27 20:20:24.454 INFO kablam! 2269 | rt_alloc_excess_unused!(rt_pow2_8bytes_8align_alloc_excess_unused, 8, 8); Oct 27 20:20:24.454 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.454 INFO kablam! Oct 27 20:20:24.454 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.454 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.454 INFO kablam! | Oct 27 20:20:24.454 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.454 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.454 INFO kablam! ... Oct 27 20:20:24.454 INFO kablam! 2269 | rt_alloc_excess_unused!(rt_pow2_8bytes_8align_alloc_excess_unused, 8, 8); Oct 27 20:20:24.454 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.454 INFO kablam! | Oct 27 20:20:24.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.454 INFO kablam! | Oct 27 20:20:24.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.454 INFO kablam! | Oct 27 20:20:24.454 INFO kablam! Oct 27 20:20:24.456 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.456 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.456 INFO kablam! | Oct 27 20:20:24.456 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.456 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.456 INFO kablam! ... Oct 27 20:20:24.456 INFO kablam! 2282 | rt_alloc_excess_unused!(rt_pow2_16bytes_8align_alloc_excess_unused, 16, 8); 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.456 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.456 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.456 INFO kablam! | Oct 27 20:20:24.456 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.456 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.456 INFO kablam! ... Oct 27 20:20:24.456 INFO kablam! 2282 | rt_alloc_excess_unused!(rt_pow2_16bytes_8align_alloc_excess_unused, 16, 8); 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.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.456 INFO kablam! | Oct 27 20:20:24.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.457 INFO kablam! | Oct 27 20:20:24.457 INFO kablam! Oct 27 20:20:24.457 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.457 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.457 INFO kablam! | Oct 27 20:20:24.457 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.457 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.457 INFO kablam! ... Oct 27 20:20:24.457 INFO kablam! 2295 | rt_alloc_excess_unused!(rt_pow2_32bytes_8align_alloc_excess_unused, 32, 8); Oct 27 20:20:24.457 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.457 INFO kablam! Oct 27 20:20:24.457 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.457 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.457 INFO kablam! | Oct 27 20:20:24.457 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.457 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.457 INFO kablam! ... Oct 27 20:20:24.457 INFO kablam! 2295 | rt_alloc_excess_unused!(rt_pow2_32bytes_8align_alloc_excess_unused, 32, 8); Oct 27 20:20:24.457 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.457 INFO kablam! | Oct 27 20:20:24.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.457 INFO kablam! | Oct 27 20:20:24.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.458 INFO kablam! | Oct 27 20:20:24.458 INFO kablam! Oct 27 20:20:24.458 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.458 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.458 INFO kablam! | Oct 27 20:20:24.458 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.458 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.458 INFO kablam! ... Oct 27 20:20:24.458 INFO kablam! 2308 | rt_alloc_excess_unused!(rt_pow2_64bytes_8align_alloc_excess_unused, 64, 8); Oct 27 20:20:24.458 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.458 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.459 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.459 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.459 INFO kablam! ... Oct 27 20:20:24.459 INFO kablam! 2308 | rt_alloc_excess_unused!(rt_pow2_64bytes_8align_alloc_excess_unused, 64, 8); Oct 27 20:20:24.459 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.459 INFO kablam! | Oct 27 20:20:24.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.459 INFO kablam! | Oct 27 20:20:24.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.459 INFO kablam! | Oct 27 20:20:24.459 INFO kablam! Oct 27 20:20:24.459 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.459 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.459 INFO kablam! | Oct 27 20:20:24.459 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.459 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.459 INFO kablam! ... Oct 27 20:20:24.460 INFO kablam! 2321 | rt_alloc_excess_unused!(rt_pow2_128bytes_8align_alloc_excess_unused, 128, 8); Oct 27 20:20:24.460 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.460 INFO kablam! Oct 27 20:20:24.460 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.460 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.460 INFO kablam! | Oct 27 20:20:24.460 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.460 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.460 INFO kablam! ... Oct 27 20:20:24.460 INFO kablam! 2321 | rt_alloc_excess_unused!(rt_pow2_128bytes_8align_alloc_excess_unused, 128, 8); Oct 27 20:20:24.460 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.460 INFO kablam! | Oct 27 20:20:24.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.460 INFO kablam! | Oct 27 20:20:24.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.460 INFO kablam! | Oct 27 20:20:24.460 INFO kablam! Oct 27 20:20:24.460 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.460 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.460 INFO kablam! | Oct 27 20:20:24.461 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.461 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.461 INFO kablam! ... Oct 27 20:20:24.461 INFO kablam! 2334 | rt_alloc_excess_unused!(rt_pow2_256bytes_8align_alloc_excess_unused, 256, 8); Oct 27 20:20:24.461 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.461 INFO kablam! Oct 27 20:20:24.461 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.461 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.461 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! 2334 | rt_alloc_excess_unused!(rt_pow2_256bytes_8align_alloc_excess_unused, 256, 8); Oct 27 20:20:24.461 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.461 INFO kablam! | Oct 27 20:20:24.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.461 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.463 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.463 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.463 INFO kablam! | Oct 27 20:20:24.463 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.463 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.463 INFO kablam! ... Oct 27 20:20:24.463 INFO kablam! 2347 | rt_alloc_excess_unused!(rt_pow2_512bytes_8align_alloc_excess_unused, 512, 8); Oct 27 20:20:24.463 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.463 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.464 INFO kablam! ... Oct 27 20:20:24.464 INFO kablam! 2347 | rt_alloc_excess_unused!(rt_pow2_512bytes_8align_alloc_excess_unused, 512, 8); Oct 27 20:20:24.464 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.464 INFO kablam! | Oct 27 20:20:24.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.464 INFO kablam! | Oct 27 20:20:24.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.464 INFO kablam! | Oct 27 20:20:24.464 INFO kablam! Oct 27 20:20:24.467 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.467 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.467 INFO kablam! | Oct 27 20:20:24.467 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.467 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.467 INFO kablam! ... Oct 27 20:20:24.467 INFO kablam! 2360 | rt_alloc_excess_unused!(rt_pow2_1024bytes_8align_alloc_excess_unused, 1024, 8); Oct 27 20:20:24.467 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.467 INFO kablam! Oct 27 20:20:24.467 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.467 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.467 INFO kablam! 2360 | rt_alloc_excess_unused!(rt_pow2_1024bytes_8align_alloc_excess_unused, 1024, 8); Oct 27 20:20:24.468 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.468 INFO kablam! | Oct 27 20:20:24.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.468 INFO kablam! | Oct 27 20:20:24.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.468 INFO kablam! | Oct 27 20:20:24.468 INFO kablam! Oct 27 20:20:24.468 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.468 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.468 INFO kablam! | Oct 27 20:20:24.468 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.468 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.468 INFO kablam! ... Oct 27 20:20:24.468 INFO kablam! 2373 | rt_alloc_excess_unused!(rt_pow2_2048bytes_8align_alloc_excess_unused, 2048, 8); Oct 27 20:20:24.468 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.468 INFO kablam! Oct 27 20:20:24.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.468 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.468 INFO kablam! | Oct 27 20:20:24.468 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.468 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.468 INFO kablam! ... Oct 27 20:20:24.469 INFO kablam! 2373 | rt_alloc_excess_unused!(rt_pow2_2048bytes_8align_alloc_excess_unused, 2048, 8); 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.471 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.471 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.471 INFO kablam! | Oct 27 20:20:24.471 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.471 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.471 INFO kablam! ... Oct 27 20:20:24.471 INFO kablam! 2386 | rt_alloc_excess_unused!(rt_pow2_4096bytes_8align_alloc_excess_unused, 4096, 8); Oct 27 20:20:24.471 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.471 INFO kablam! Oct 27 20:20:24.471 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.471 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.471 INFO kablam! | Oct 27 20:20:24.471 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.471 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.471 INFO kablam! ... Oct 27 20:20:24.471 INFO kablam! 2386 | rt_alloc_excess_unused!(rt_pow2_4096bytes_8align_alloc_excess_unused, 4096, 8); Oct 27 20:20:24.471 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.472 INFO kablam! | Oct 27 20:20:24.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.472 INFO kablam! | Oct 27 20:20:24.472 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.475 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.475 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.475 INFO kablam! | Oct 27 20:20:24.475 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.475 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.475 INFO kablam! ... Oct 27 20:20:24.475 INFO kablam! 2399 | rt_alloc_excess_unused!(rt_pow2_8192bytes_8align_alloc_excess_unused, 8192, 8); Oct 27 20:20:24.475 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.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! 2399 | rt_alloc_excess_unused!(rt_pow2_8192bytes_8align_alloc_excess_unused, 8192, 8); 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.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! 2412 | rt_alloc_excess_unused!(rt_pow2_16384bytes_8align_alloc_excess_unused, 16384, 8); 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.480 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.480 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.480 INFO kablam! ... Oct 27 20:20:24.480 INFO kablam! 2412 | rt_alloc_excess_unused!(rt_pow2_16384bytes_8align_alloc_excess_unused, 16384, 8); 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.481 INFO kablam! | Oct 27 20:20:24.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.481 INFO kablam! | Oct 27 20:20:24.481 INFO kablam! Oct 27 20:20:24.481 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.481 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.481 INFO kablam! | Oct 27 20:20:24.481 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.481 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.481 INFO kablam! ... Oct 27 20:20:24.481 INFO kablam! 2425 | rt_alloc_excess_unused!(rt_pow2_32768bytes_8align_alloc_excess_unused, 32768, 8); Oct 27 20:20:24.481 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.481 INFO kablam! Oct 27 20:20:24.481 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.481 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.481 INFO kablam! | Oct 27 20:20:24.481 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.481 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.481 INFO kablam! ... Oct 27 20:20:24.481 INFO kablam! 2425 | rt_alloc_excess_unused!(rt_pow2_32768bytes_8align_alloc_excess_unused, 32768, 8); Oct 27 20:20:24.481 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.481 INFO kablam! | Oct 27 20:20:24.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.481 INFO kablam! | Oct 27 20:20:24.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.481 INFO kablam! | Oct 27 20:20:24.481 INFO kablam! Oct 27 20:20:24.481 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.481 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.481 INFO kablam! | Oct 27 20:20:24.481 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.481 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.481 INFO kablam! ... Oct 27 20:20:24.481 INFO kablam! 2438 | rt_alloc_excess_unused!(rt_pow2_65536bytes_8align_alloc_excess_unused, 65536, 8); Oct 27 20:20:24.481 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.481 INFO kablam! Oct 27 20:20:24.481 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.481 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.481 INFO kablam! | Oct 27 20:20:24.481 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.481 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.481 INFO kablam! ... Oct 27 20:20:24.481 INFO kablam! 2438 | rt_alloc_excess_unused!(rt_pow2_65536bytes_8align_alloc_excess_unused, 65536, 8); Oct 27 20:20:24.481 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.481 INFO kablam! | Oct 27 20:20:24.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.481 INFO kablam! | Oct 27 20:20:24.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.481 INFO kablam! | Oct 27 20:20:24.481 INFO kablam! Oct 27 20:20:24.481 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.481 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.481 INFO kablam! | Oct 27 20:20:24.481 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.481 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.481 INFO kablam! ... Oct 27 20:20:24.481 INFO kablam! 2451 | rt_alloc_excess_unused!(rt_pow2_131072bytes_8align_alloc_excess_unused, 131072, 8); Oct 27 20:20:24.481 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.481 INFO kablam! Oct 27 20:20:24.481 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.481 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.481 INFO kablam! | Oct 27 20:20:24.481 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.481 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.482 INFO kablam! ... Oct 27 20:20:24.482 INFO kablam! 2451 | rt_alloc_excess_unused!(rt_pow2_131072bytes_8align_alloc_excess_unused, 131072, 8); 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! 2464 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_8align_alloc_excess_unused, 4194304, 8); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.482 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.482 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! 2464 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_8align_alloc_excess_unused, 4194304, 8); 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.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! 2478 | rt_alloc_excess_unused!(rt_even_10bytes_8align_alloc_excess_unused, 10, 8); 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! 2478 | rt_alloc_excess_unused!(rt_even_10bytes_8align_alloc_excess_unused, 10, 8); Oct 27 20:20:24.483 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.484 INFO kablam! | Oct 27 20:20:24.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.484 INFO kablam! | Oct 27 20:20:24.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.484 INFO kablam! | Oct 27 20:20:24.484 INFO kablam! Oct 27 20:20:24.484 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.484 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.484 INFO kablam! | Oct 27 20:20:24.484 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.484 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.484 INFO kablam! ... Oct 27 20:20:24.484 INFO kablam! 2491 | rt_alloc_excess_unused!(rt_even_100bytes_8align_alloc_excess_unused, 100, 8); Oct 27 20:20:24.484 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.484 INFO kablam! Oct 27 20:20:24.484 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.484 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.484 INFO kablam! | Oct 27 20:20:24.484 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.484 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.484 INFO kablam! ... Oct 27 20:20:24.484 INFO kablam! 2491 | rt_alloc_excess_unused!(rt_even_100bytes_8align_alloc_excess_unused, 100, 8); Oct 27 20:20:24.484 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.484 INFO kablam! | Oct 27 20:20:24.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.484 INFO kablam! | Oct 27 20:20:24.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.484 INFO kablam! | Oct 27 20:20:24.484 INFO kablam! Oct 27 20:20:24.486 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.486 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.486 INFO kablam! | Oct 27 20:20:24.486 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.486 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.486 INFO kablam! ... Oct 27 20:20:24.486 INFO kablam! 2504 | rt_alloc_excess_unused!(rt_even_1000bytes_8align_alloc_excess_unused, 1000, 8); Oct 27 20:20:24.486 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.486 INFO kablam! Oct 27 20:20:24.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.486 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.486 INFO kablam! | Oct 27 20:20:24.486 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.486 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.486 INFO kablam! ... Oct 27 20:20:24.486 INFO kablam! 2504 | rt_alloc_excess_unused!(rt_even_1000bytes_8align_alloc_excess_unused, 1000, 8); Oct 27 20:20:24.486 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.486 INFO kablam! | Oct 27 20:20:24.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.486 INFO kablam! | Oct 27 20:20:24.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.486 INFO kablam! | Oct 27 20:20:24.486 INFO kablam! Oct 27 20:20:24.487 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.487 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.487 INFO kablam! | Oct 27 20:20:24.487 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.487 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.487 INFO kablam! ... Oct 27 20:20:24.487 INFO kablam! 2517 | rt_alloc_excess_unused!(rt_even_10000bytes_8align_alloc_excess_unused, 10000, 8); Oct 27 20:20:24.487 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.487 INFO kablam! Oct 27 20:20:24.488 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.488 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.488 INFO kablam! | Oct 27 20:20:24.488 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.488 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.488 INFO kablam! ... Oct 27 20:20:24.488 INFO kablam! 2517 | rt_alloc_excess_unused!(rt_even_10000bytes_8align_alloc_excess_unused, 10000, 8); Oct 27 20:20:24.488 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.488 INFO kablam! | Oct 27 20:20:24.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.488 INFO kablam! | Oct 27 20:20:24.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.488 INFO kablam! | Oct 27 20:20:24.488 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! 2530 | rt_alloc_excess_unused!(rt_even_100000bytes_8align_alloc_excess_unused, 100000, 8); 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! 2530 | rt_alloc_excess_unused!(rt_even_100000bytes_8align_alloc_excess_unused, 100000, 8); 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.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! 2543 | rt_alloc_excess_unused!(rt_even_1000000bytes_8align_alloc_excess_unused, 1000000, 8); 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! 2543 | rt_alloc_excess_unused!(rt_even_1000000bytes_8align_alloc_excess_unused, 1000000, 8); 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.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! Oct 27 20:20:24.521 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.521 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.521 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.521 INFO kablam! ... Oct 27 20:20:24.521 INFO kablam! 2557 | rt_alloc_excess_unused!(rt_odd_10bytes_8align_alloc_excess_unused, 10- 1, 8); Oct 27 20:20:24.521 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.521 INFO kablam! Oct 27 20:20:24.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.521 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.521 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.521 INFO kablam! ... Oct 27 20:20:24.521 INFO kablam! 2557 | rt_alloc_excess_unused!(rt_odd_10bytes_8align_alloc_excess_unused, 10- 1, 8); Oct 27 20:20:24.521 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! Oct 27 20:20:24.521 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.521 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.521 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.521 INFO kablam! ... Oct 27 20:20:24.521 INFO kablam! 2570 | rt_alloc_excess_unused!(rt_odd_100bytes_8align_alloc_excess_unused, 100- 1, 8); Oct 27 20:20:24.521 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.521 INFO kablam! Oct 27 20:20:24.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.521 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.521 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.521 INFO kablam! ... Oct 27 20:20:24.521 INFO kablam! 2570 | rt_alloc_excess_unused!(rt_odd_100bytes_8align_alloc_excess_unused, 100- 1, 8); Oct 27 20:20:24.521 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! Oct 27 20:20:24.521 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.521 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.521 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.521 INFO kablam! ... Oct 27 20:20:24.521 INFO kablam! 2583 | rt_alloc_excess_unused!(rt_odd_1000bytes_8align_alloc_excess_unused, 1000- 1, 8); Oct 27 20:20:24.521 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.521 INFO kablam! Oct 27 20:20:24.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.521 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.521 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.521 INFO kablam! ... Oct 27 20:20:24.521 INFO kablam! 2583 | rt_alloc_excess_unused!(rt_odd_1000bytes_8align_alloc_excess_unused, 1000- 1, 8); Oct 27 20:20:24.521 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! Oct 27 20:20:24.521 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.521 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.521 INFO kablam! | Oct 27 20:20:24.521 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.521 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.521 INFO kablam! ... Oct 27 20:20:24.521 INFO kablam! 2596 | rt_alloc_excess_unused!(rt_odd_10000bytes_8align_alloc_excess_unused, 10000- 1, 8); Oct 27 20:20:24.521 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! 2596 | rt_alloc_excess_unused!(rt_odd_10000bytes_8align_alloc_excess_unused, 10000- 1, 8); 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.522 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.522 INFO kablam! ... Oct 27 20:20:24.522 INFO kablam! 2609 | rt_alloc_excess_unused!(rt_odd_100000bytes_8align_alloc_excess_unused, 100000- 1, 8); 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! 2609 | rt_alloc_excess_unused!(rt_odd_100000bytes_8align_alloc_excess_unused, 100000- 1, 8); 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.533 INFO kablam! | Oct 27 20:20:24.533 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.533 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.533 INFO kablam! ... Oct 27 20:20:24.533 INFO kablam! 2622 | rt_alloc_excess_unused!(rt_odd_1000000bytes_8align_alloc_excess_unused, 1000000- 1, 8); Oct 27 20:20:24.533 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.533 INFO kablam! Oct 27 20:20:24.533 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.533 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.534 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.534 INFO kablam! ... Oct 27 20:20:24.534 INFO kablam! 2622 | rt_alloc_excess_unused!(rt_odd_1000000bytes_8align_alloc_excess_unused, 1000000- 1, 8); Oct 27 20:20:24.534 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.534 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! Oct 27 20:20:24.534 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.534 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.534 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.534 INFO kablam! ... Oct 27 20:20:24.534 INFO kablam! 2636 | rt_alloc_excess_unused!(rt_primes_3bytes_8align_alloc_excess_unused, 3, 8); Oct 27 20:20:24.534 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.534 INFO kablam! Oct 27 20:20:24.534 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.534 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.534 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.534 INFO kablam! ... Oct 27 20:20:24.534 INFO kablam! 2636 | rt_alloc_excess_unused!(rt_primes_3bytes_8align_alloc_excess_unused, 3, 8); Oct 27 20:20:24.534 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.534 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! Oct 27 20:20:24.534 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.534 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.534 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.534 INFO kablam! ... Oct 27 20:20:24.534 INFO kablam! 2649 | rt_alloc_excess_unused!(rt_primes_7bytes_8align_alloc_excess_unused, 7, 8); Oct 27 20:20:24.534 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.534 INFO kablam! Oct 27 20:20:24.534 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.534 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.534 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.534 INFO kablam! ... Oct 27 20:20:24.534 INFO kablam! 2649 | rt_alloc_excess_unused!(rt_primes_7bytes_8align_alloc_excess_unused, 7, 8); Oct 27 20:20:24.534 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.534 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! Oct 27 20:20:24.534 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.534 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.534 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.534 INFO kablam! ... Oct 27 20:20:24.534 INFO kablam! 2662 | rt_alloc_excess_unused!(rt_primes_13bytes_8align_alloc_excess_unused, 13, 8); Oct 27 20:20:24.534 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.534 INFO kablam! Oct 27 20:20:24.534 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.534 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.534 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.534 INFO kablam! ... Oct 27 20:20:24.534 INFO kablam! 2662 | rt_alloc_excess_unused!(rt_primes_13bytes_8align_alloc_excess_unused, 13, 8); Oct 27 20:20:24.534 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.534 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.534 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.534 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! Oct 27 20:20:24.535 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.535 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.535 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.535 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.535 INFO kablam! ... Oct 27 20:20:24.535 INFO kablam! 2675 | rt_alloc_excess_unused!(rt_primes_17bytes_8align_alloc_excess_unused, 17, 8); Oct 27 20:20:24.535 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.535 INFO kablam! Oct 27 20:20:24.535 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.535 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.535 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.535 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.535 INFO kablam! ... Oct 27 20:20:24.535 INFO kablam! 2675 | rt_alloc_excess_unused!(rt_primes_17bytes_8align_alloc_excess_unused, 17, 8); Oct 27 20:20:24.535 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.535 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.535 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.535 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! Oct 27 20:20:24.535 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.535 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.535 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.535 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.535 INFO kablam! ... Oct 27 20:20:24.535 INFO kablam! 2688 | rt_alloc_excess_unused!(rt_primes_31bytes_8align_alloc_excess_unused, 31, 8); Oct 27 20:20:24.535 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.535 INFO kablam! Oct 27 20:20:24.535 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.535 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.535 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.535 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.535 INFO kablam! ... Oct 27 20:20:24.535 INFO kablam! 2688 | rt_alloc_excess_unused!(rt_primes_31bytes_8align_alloc_excess_unused, 31, 8); Oct 27 20:20:24.535 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.535 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.535 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.535 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! Oct 27 20:20:24.535 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.535 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.535 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.535 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.535 INFO kablam! ... Oct 27 20:20:24.535 INFO kablam! 2701 | rt_alloc_excess_unused!(rt_primes_61bytes_8align_alloc_excess_unused, 61, 8); Oct 27 20:20:24.535 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.535 INFO kablam! Oct 27 20:20:24.535 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.535 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.535 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.535 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.535 INFO kablam! ... Oct 27 20:20:24.535 INFO kablam! 2701 | rt_alloc_excess_unused!(rt_primes_61bytes_8align_alloc_excess_unused, 61, 8); Oct 27 20:20:24.535 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.535 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.535 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.535 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! Oct 27 20:20:24.535 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.535 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.535 INFO kablam! | Oct 27 20:20:24.535 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.535 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.535 INFO kablam! ... Oct 27 20:20:24.535 INFO kablam! 2714 | rt_alloc_excess_unused!(rt_primes_96bytes_8align_alloc_excess_unused, 96, 8); Oct 27 20:20:24.535 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.535 INFO kablam! Oct 27 20:20:24.535 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.535 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.536 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.536 INFO kablam! ... Oct 27 20:20:24.536 INFO kablam! 2714 | rt_alloc_excess_unused!(rt_primes_96bytes_8align_alloc_excess_unused, 96, 8); Oct 27 20:20:24.536 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! Oct 27 20:20:24.536 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.536 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.536 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.536 INFO kablam! ... Oct 27 20:20:24.536 INFO kablam! 2727 | rt_alloc_excess_unused!(rt_primes_127bytes_8align_alloc_excess_unused, 127, 8); Oct 27 20:20:24.536 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.536 INFO kablam! Oct 27 20:20:24.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.536 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.536 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.536 INFO kablam! ... Oct 27 20:20:24.536 INFO kablam! 2727 | rt_alloc_excess_unused!(rt_primes_127bytes_8align_alloc_excess_unused, 127, 8); Oct 27 20:20:24.536 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! Oct 27 20:20:24.536 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.536 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.536 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.536 INFO kablam! ... Oct 27 20:20:24.536 INFO kablam! 2740 | rt_alloc_excess_unused!(rt_primes_257bytes_8align_alloc_excess_unused, 257, 8); Oct 27 20:20:24.536 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.536 INFO kablam! Oct 27 20:20:24.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.536 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.536 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.536 INFO kablam! ... Oct 27 20:20:24.536 INFO kablam! 2740 | rt_alloc_excess_unused!(rt_primes_257bytes_8align_alloc_excess_unused, 257, 8); Oct 27 20:20:24.536 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! Oct 27 20:20:24.536 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.536 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.536 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.536 INFO kablam! ... Oct 27 20:20:24.536 INFO kablam! 2753 | rt_alloc_excess_unused!(rt_primes_509bytes_8align_alloc_excess_unused, 509, 8); Oct 27 20:20:24.536 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.536 INFO kablam! Oct 27 20:20:24.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.536 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.536 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.536 INFO kablam! ... Oct 27 20:20:24.536 INFO kablam! 2753 | rt_alloc_excess_unused!(rt_primes_509bytes_8align_alloc_excess_unused, 509, 8); Oct 27 20:20:24.536 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.536 INFO kablam! | Oct 27 20:20:24.536 INFO kablam! Oct 27 20:20:24.536 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.536 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.537 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.537 INFO kablam! ... Oct 27 20:20:24.537 INFO kablam! 2766 | rt_alloc_excess_unused!(rt_primes_1021bytes_8align_alloc_excess_unused, 1021, 8); Oct 27 20:20:24.537 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.537 INFO kablam! Oct 27 20:20:24.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.537 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.537 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.537 INFO kablam! ... Oct 27 20:20:24.537 INFO kablam! 2766 | rt_alloc_excess_unused!(rt_primes_1021bytes_8align_alloc_excess_unused, 1021, 8); Oct 27 20:20:24.537 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! Oct 27 20:20:24.537 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.537 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.537 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.537 INFO kablam! ... Oct 27 20:20:24.537 INFO kablam! 2779 | rt_alloc_excess_unused!(rt_primes_2039bytes_8align_alloc_excess_unused, 2039, 8); Oct 27 20:20:24.537 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.537 INFO kablam! Oct 27 20:20:24.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.537 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.537 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.537 INFO kablam! ... Oct 27 20:20:24.537 INFO kablam! 2779 | rt_alloc_excess_unused!(rt_primes_2039bytes_8align_alloc_excess_unused, 2039, 8); Oct 27 20:20:24.537 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! Oct 27 20:20:24.537 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.537 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.537 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.537 INFO kablam! ... Oct 27 20:20:24.537 INFO kablam! 2792 | rt_alloc_excess_unused!(rt_primes_4093bytes_8align_alloc_excess_unused, 4093, 8); Oct 27 20:20:24.537 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.537 INFO kablam! Oct 27 20:20:24.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.537 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.537 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.537 INFO kablam! ... Oct 27 20:20:24.537 INFO kablam! 2792 | rt_alloc_excess_unused!(rt_primes_4093bytes_8align_alloc_excess_unused, 4093, 8); Oct 27 20:20:24.537 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! Oct 27 20:20:24.537 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.537 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.537 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.537 INFO kablam! ... Oct 27 20:20:24.537 INFO kablam! 2805 | rt_alloc_excess_unused!(rt_primes_8191bytes_8align_alloc_excess_unused, 8191, 8); Oct 27 20:20:24.537 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.537 INFO kablam! Oct 27 20:20:24.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.537 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.537 INFO kablam! | Oct 27 20:20:24.537 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.538 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.538 INFO kablam! ... Oct 27 20:20:24.538 INFO kablam! 2805 | rt_alloc_excess_unused!(rt_primes_8191bytes_8align_alloc_excess_unused, 8191, 8); Oct 27 20:20:24.538 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.538 INFO kablam! | Oct 27 20:20:24.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.538 INFO kablam! | Oct 27 20:20:24.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.538 INFO kablam! | Oct 27 20:20:24.538 INFO kablam! Oct 27 20:20:24.538 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.538 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.538 INFO kablam! | Oct 27 20:20:24.538 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.538 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.538 INFO kablam! ... Oct 27 20:20:24.538 INFO kablam! 2818 | rt_alloc_excess_unused!(rt_primes_16381bytes_8align_alloc_excess_unused, 16381, 8); Oct 27 20:20:24.538 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.538 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.538 INFO kablam! | Oct 27 20:20:24.538 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.538 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.538 INFO kablam! ... Oct 27 20:20:24.538 INFO kablam! 2818 | rt_alloc_excess_unused!(rt_primes_16381bytes_8align_alloc_excess_unused, 16381, 8); Oct 27 20:20:24.538 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.538 INFO kablam! | Oct 27 20:20:24.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.538 INFO kablam! | Oct 27 20:20:24.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.538 INFO kablam! | Oct 27 20:20:24.538 INFO kablam! Oct 27 20:20:24.538 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.538 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.538 INFO kablam! | Oct 27 20:20:24.538 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.538 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.538 INFO kablam! ... Oct 27 20:20:24.538 INFO kablam! 2831 | rt_alloc_excess_unused!(rt_primes_32749bytes_8align_alloc_excess_unused, 32749, 8); Oct 27 20:20:24.538 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.538 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.538 INFO kablam! | Oct 27 20:20:24.538 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.538 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.538 INFO kablam! ... Oct 27 20:20:24.538 INFO kablam! 2831 | rt_alloc_excess_unused!(rt_primes_32749bytes_8align_alloc_excess_unused, 32749, 8); Oct 27 20:20:24.538 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.538 INFO kablam! | Oct 27 20:20:24.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.538 INFO kablam! | Oct 27 20:20:24.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.538 INFO kablam! | Oct 27 20:20:24.538 INFO kablam! Oct 27 20:20:24.538 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.538 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.538 INFO kablam! | Oct 27 20:20:24.538 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.538 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.538 INFO kablam! ... Oct 27 20:20:24.538 INFO kablam! 2844 | rt_alloc_excess_unused!(rt_primes_65537bytes_8align_alloc_excess_unused, 65537, 8); Oct 27 20:20:24.538 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.538 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.538 INFO kablam! | Oct 27 20:20:24.538 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.538 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.538 INFO kablam! ... Oct 27 20:20:24.538 INFO kablam! 2844 | rt_alloc_excess_unused!(rt_primes_65537bytes_8align_alloc_excess_unused, 65537, 8); Oct 27 20:20:24.538 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.538 INFO kablam! | Oct 27 20:20:24.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.549 INFO kablam! | Oct 27 20:20:24.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.549 INFO kablam! | Oct 27 20:20:24.549 INFO kablam! Oct 27 20:20:24.549 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.549 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.549 INFO kablam! | Oct 27 20:20:24.549 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.549 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.549 INFO kablam! ... Oct 27 20:20:24.549 INFO kablam! 2857 | rt_alloc_excess_unused!(rt_primes_131071bytes_8align_alloc_excess_unused, 131071, 8); Oct 27 20:20:24.549 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.549 INFO kablam! Oct 27 20:20:24.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.549 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.549 INFO kablam! | Oct 27 20:20:24.549 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.549 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.549 INFO kablam! ... Oct 27 20:20:24.549 INFO kablam! 2857 | rt_alloc_excess_unused!(rt_primes_131071bytes_8align_alloc_excess_unused, 131071, 8); Oct 27 20:20:24.549 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.549 INFO kablam! | Oct 27 20:20:24.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.549 INFO kablam! | Oct 27 20:20:24.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.549 INFO kablam! | Oct 27 20:20:24.549 INFO kablam! Oct 27 20:20:24.549 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.549 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.549 INFO kablam! | Oct 27 20:20:24.549 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.549 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.549 INFO kablam! ... Oct 27 20:20:24.549 INFO kablam! 2870 | rt_alloc_excess_unused!(rt_primes_4194301bytes_8align_alloc_excess_unused, 4194301, 8); Oct 27 20:20:24.549 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.549 INFO kablam! Oct 27 20:20:24.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.549 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.549 INFO kablam! | Oct 27 20:20:24.549 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.549 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.549 INFO kablam! ... Oct 27 20:20:24.549 INFO kablam! 2870 | rt_alloc_excess_unused!(rt_primes_4194301bytes_8align_alloc_excess_unused, 4194301, 8); Oct 27 20:20:24.549 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.549 INFO kablam! | Oct 27 20:20:24.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.549 INFO kablam! | Oct 27 20:20:24.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.549 INFO kablam! | Oct 27 20:20:24.549 INFO kablam! Oct 27 20:20:24.549 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.549 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.550 INFO kablam! | Oct 27 20:20:24.550 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.550 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.550 INFO kablam! ... Oct 27 20:20:24.550 INFO kablam! 2886 | rt_alloc_excess_unused!(rt_pow2_1bytes_16align_alloc_excess_unused, 1, 16); Oct 27 20:20:24.550 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.550 INFO kablam! Oct 27 20:20:24.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.550 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.550 INFO kablam! | Oct 27 20:20:24.550 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.550 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.550 INFO kablam! ... Oct 27 20:20:24.550 INFO kablam! 2886 | rt_alloc_excess_unused!(rt_pow2_1bytes_16align_alloc_excess_unused, 1, 16); Oct 27 20:20:24.550 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.550 INFO kablam! | Oct 27 20:20:24.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.550 INFO kablam! | Oct 27 20:20:24.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.550 INFO kablam! | Oct 27 20:20:24.550 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.550 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.550 INFO kablam! | Oct 27 20:20:24.550 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.550 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.550 INFO kablam! ... Oct 27 20:20:24.550 INFO kablam! 2899 | rt_alloc_excess_unused!(rt_pow2_2bytes_16align_alloc_excess_unused, 2, 16); Oct 27 20:20:24.550 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.550 INFO kablam! Oct 27 20:20:24.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.550 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.550 INFO kablam! | Oct 27 20:20:24.550 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.550 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.550 INFO kablam! ... Oct 27 20:20:24.550 INFO kablam! 2899 | rt_alloc_excess_unused!(rt_pow2_2bytes_16align_alloc_excess_unused, 2, 16); Oct 27 20:20:24.550 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.550 INFO kablam! | Oct 27 20:20:24.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.550 INFO kablam! | Oct 27 20:20:24.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.550 INFO kablam! | Oct 27 20:20:24.550 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.554 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.554 INFO kablam! | Oct 27 20:20:24.554 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.554 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.554 INFO kablam! ... Oct 27 20:20:24.554 INFO kablam! 2912 | rt_alloc_excess_unused!(rt_pow2_4bytes_16align_alloc_excess_unused, 4, 16); Oct 27 20:20:24.554 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.554 INFO kablam! Oct 27 20:20:24.554 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.554 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.554 INFO kablam! | Oct 27 20:20:24.554 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.554 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.554 INFO kablam! ... Oct 27 20:20:24.554 INFO kablam! 2912 | rt_alloc_excess_unused!(rt_pow2_4bytes_16align_alloc_excess_unused, 4, 16); Oct 27 20:20:24.554 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.554 INFO kablam! | Oct 27 20:20:24.554 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.554 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.554 INFO kablam! | Oct 27 20:20:24.554 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.554 INFO kablam! | Oct 27 20:20:24.554 INFO kablam! Oct 27 20:20:24.554 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.554 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.554 INFO kablam! | Oct 27 20:20:24.554 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.554 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.554 INFO kablam! ... Oct 27 20:20:24.554 INFO kablam! 2925 | rt_alloc_excess_unused!(rt_pow2_8bytes_16align_alloc_excess_unused, 8, 16); Oct 27 20:20:24.555 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.555 INFO kablam! Oct 27 20:20:24.555 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.555 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.555 INFO kablam! | Oct 27 20:20:24.555 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.555 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.555 INFO kablam! ... Oct 27 20:20:24.555 INFO kablam! 2925 | rt_alloc_excess_unused!(rt_pow2_8bytes_16align_alloc_excess_unused, 8, 16); Oct 27 20:20:24.555 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.555 INFO kablam! | Oct 27 20:20:24.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.555 INFO kablam! | Oct 27 20:20:24.555 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.556 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.556 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.556 INFO kablam! | Oct 27 20:20:24.556 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.556 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.556 INFO kablam! ... Oct 27 20:20:24.556 INFO kablam! 2938 | rt_alloc_excess_unused!(rt_pow2_16bytes_16align_alloc_excess_unused, 16, 16); 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! 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.557 INFO kablam! 2938 | rt_alloc_excess_unused!(rt_pow2_16bytes_16align_alloc_excess_unused, 16, 16); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.557 INFO kablam! | Oct 27 20:20:24.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.557 INFO kablam! | Oct 27 20:20:24.557 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! 2951 | rt_alloc_excess_unused!(rt_pow2_32bytes_16align_alloc_excess_unused, 32, 16); 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.557 INFO kablam! | Oct 27 20:20:24.557 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.557 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.557 INFO kablam! ... Oct 27 20:20:24.557 INFO kablam! 2951 | rt_alloc_excess_unused!(rt_pow2_32bytes_16align_alloc_excess_unused, 32, 16); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.557 INFO kablam! | Oct 27 20:20:24.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.557 INFO kablam! | Oct 27 20:20:24.557 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! 2964 | rt_alloc_excess_unused!(rt_pow2_64bytes_16align_alloc_excess_unused, 64, 16); 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.557 INFO kablam! | Oct 27 20:20:24.557 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.557 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.557 INFO kablam! ... Oct 27 20:20:24.557 INFO kablam! 2964 | rt_alloc_excess_unused!(rt_pow2_64bytes_16align_alloc_excess_unused, 64, 16); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.557 INFO kablam! | Oct 27 20:20:24.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.557 INFO kablam! | Oct 27 20:20:24.557 INFO kablam! Oct 27 20:20:24.561 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.564 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.564 INFO kablam! | Oct 27 20:20:24.564 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.564 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.564 INFO kablam! ... Oct 27 20:20:24.564 INFO kablam! 2977 | rt_alloc_excess_unused!(rt_pow2_128bytes_16align_alloc_excess_unused, 128, 16); Oct 27 20:20:24.564 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.564 INFO kablam! Oct 27 20:20:24.564 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.564 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.564 INFO kablam! | Oct 27 20:20:24.564 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.564 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.564 INFO kablam! ... Oct 27 20:20:24.564 INFO kablam! 2977 | rt_alloc_excess_unused!(rt_pow2_128bytes_16align_alloc_excess_unused, 128, 16); Oct 27 20:20:24.564 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.564 INFO kablam! | Oct 27 20:20:24.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.564 INFO kablam! | Oct 27 20:20:24.564 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.564 INFO kablam! | Oct 27 20:20:24.564 INFO kablam! Oct 27 20:20:24.564 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.564 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.564 INFO kablam! | Oct 27 20:20:24.564 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.564 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.564 INFO kablam! ... Oct 27 20:20:24.564 INFO kablam! 2990 | rt_alloc_excess_unused!(rt_pow2_256bytes_16align_alloc_excess_unused, 256, 16); Oct 27 20:20:24.564 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.564 INFO kablam! Oct 27 20:20:24.564 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.564 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.564 INFO kablam! | Oct 27 20:20:24.564 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.564 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.565 INFO kablam! ... Oct 27 20:20:24.565 INFO kablam! 2990 | rt_alloc_excess_unused!(rt_pow2_256bytes_16align_alloc_excess_unused, 256, 16); 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.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.565 INFO kablam! | Oct 27 20:20:24.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.565 INFO kablam! | Oct 27 20:20:24.565 INFO kablam! Oct 27 20:20:24.565 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.565 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.565 INFO kablam! | Oct 27 20:20:24.565 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.565 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.565 INFO kablam! ... Oct 27 20:20:24.565 INFO kablam! 3003 | rt_alloc_excess_unused!(rt_pow2_512bytes_16align_alloc_excess_unused, 512, 16); 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! 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! 3003 | rt_alloc_excess_unused!(rt_pow2_512bytes_16align_alloc_excess_unused, 512, 16); 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.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.565 INFO kablam! | Oct 27 20:20:24.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.565 INFO kablam! | Oct 27 20:20:24.565 INFO kablam! Oct 27 20:20:24.565 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.565 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.565 INFO kablam! | Oct 27 20:20:24.565 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.565 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.565 INFO kablam! ... Oct 27 20:20:24.565 INFO kablam! 3016 | rt_alloc_excess_unused!(rt_pow2_1024bytes_16align_alloc_excess_unused, 1024, 16); 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! 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! 3016 | rt_alloc_excess_unused!(rt_pow2_1024bytes_16align_alloc_excess_unused, 1024, 16); 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.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.565 INFO kablam! | Oct 27 20:20:24.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.565 INFO kablam! | Oct 27 20:20:24.565 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.568 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.568 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.568 INFO kablam! ... Oct 27 20:20:24.568 INFO kablam! 3029 | rt_alloc_excess_unused!(rt_pow2_2048bytes_16align_alloc_excess_unused, 2048, 16); 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! 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! 3029 | rt_alloc_excess_unused!(rt_pow2_2048bytes_16align_alloc_excess_unused, 2048, 16); 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.568 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.568 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.568 INFO kablam! | Oct 27 20:20:24.568 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.568 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.568 INFO kablam! ... Oct 27 20:20:24.568 INFO kablam! 3042 | rt_alloc_excess_unused!(rt_pow2_4096bytes_16align_alloc_excess_unused, 4096, 16); 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! 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! 3042 | rt_alloc_excess_unused!(rt_pow2_4096bytes_16align_alloc_excess_unused, 4096, 16); 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.569 INFO kablam! | Oct 27 20:20:24.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.569 INFO kablam! | Oct 27 20:20:24.569 INFO kablam! Oct 27 20:20:24.571 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.571 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.571 INFO kablam! | Oct 27 20:20:24.571 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.571 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.571 INFO kablam! ... Oct 27 20:20:24.571 INFO kablam! 3055 | rt_alloc_excess_unused!(rt_pow2_8192bytes_16align_alloc_excess_unused, 8192, 16); Oct 27 20:20:24.571 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.571 INFO kablam! Oct 27 20:20:24.571 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.571 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.571 INFO kablam! | Oct 27 20:20:24.571 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.571 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.572 INFO kablam! ... Oct 27 20:20:24.572 INFO kablam! 3055 | rt_alloc_excess_unused!(rt_pow2_8192bytes_16align_alloc_excess_unused, 8192, 16); 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.579 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.579 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.579 INFO kablam! | Oct 27 20:20:24.579 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.579 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.579 INFO kablam! ... Oct 27 20:20:24.579 INFO kablam! 3068 | rt_alloc_excess_unused!(rt_pow2_16384bytes_16align_alloc_excess_unused, 16384, 16); Oct 27 20:20:24.579 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.579 INFO kablam! Oct 27 20:20:24.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.579 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.579 INFO kablam! | Oct 27 20:20:24.579 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.579 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.579 INFO kablam! ... Oct 27 20:20:24.579 INFO kablam! 3068 | rt_alloc_excess_unused!(rt_pow2_16384bytes_16align_alloc_excess_unused, 16384, 16); Oct 27 20:20:24.579 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.579 INFO kablam! | Oct 27 20:20:24.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.579 INFO kablam! | Oct 27 20:20:24.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.579 INFO kablam! | Oct 27 20:20:24.579 INFO kablam! Oct 27 20:20:24.583 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.583 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.583 INFO kablam! | Oct 27 20:20:24.583 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.583 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.583 INFO kablam! ... Oct 27 20:20:24.583 INFO kablam! 3081 | rt_alloc_excess_unused!(rt_pow2_32768bytes_16align_alloc_excess_unused, 32768, 16); Oct 27 20:20:24.583 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.583 INFO kablam! Oct 27 20:20:24.583 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.583 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.583 INFO kablam! | Oct 27 20:20:24.583 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.583 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.583 INFO kablam! ... Oct 27 20:20:24.583 INFO kablam! 3081 | rt_alloc_excess_unused!(rt_pow2_32768bytes_16align_alloc_excess_unused, 32768, 16); Oct 27 20:20:24.583 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.583 INFO kablam! | Oct 27 20:20:24.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.583 INFO kablam! | Oct 27 20:20:24.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.583 INFO kablam! | Oct 27 20:20:24.583 INFO kablam! Oct 27 20:20:24.583 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.583 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.583 INFO kablam! | Oct 27 20:20:24.583 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.583 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.583 INFO kablam! ... Oct 27 20:20:24.583 INFO kablam! 3094 | rt_alloc_excess_unused!(rt_pow2_65536bytes_16align_alloc_excess_unused, 65536, 16); Oct 27 20:20:24.583 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! 3094 | rt_alloc_excess_unused!(rt_pow2_65536bytes_16align_alloc_excess_unused, 65536, 16); 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! 3107 | rt_alloc_excess_unused!(rt_pow2_131072bytes_16align_alloc_excess_unused, 131072, 16); 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! 3107 | rt_alloc_excess_unused!(rt_pow2_131072bytes_16align_alloc_excess_unused, 131072, 16); 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.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! 3120 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_16align_alloc_excess_unused, 4194304, 16); 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! 3120 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_16align_alloc_excess_unused, 4194304, 16); 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! 3134 | rt_alloc_excess_unused!(rt_even_10bytes_16align_alloc_excess_unused, 10, 16); 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! 3134 | rt_alloc_excess_unused!(rt_even_10bytes_16align_alloc_excess_unused, 10, 16); Oct 27 20:20:24.585 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.591 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.592 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.592 INFO kablam! | Oct 27 20:20:24.592 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.592 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.592 INFO kablam! ... Oct 27 20:20:24.592 INFO kablam! 3147 | rt_alloc_excess_unused!(rt_even_100bytes_16align_alloc_excess_unused, 100, 16); Oct 27 20:20:24.592 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.592 INFO kablam! Oct 27 20:20:24.592 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.592 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.592 INFO kablam! | Oct 27 20:20:24.592 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.592 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.592 INFO kablam! ... Oct 27 20:20:24.592 INFO kablam! 3147 | rt_alloc_excess_unused!(rt_even_100bytes_16align_alloc_excess_unused, 100, 16); Oct 27 20:20:24.592 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.592 INFO kablam! | Oct 27 20:20:24.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.592 INFO kablam! | Oct 27 20:20:24.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.592 INFO kablam! | Oct 27 20:20:24.592 INFO kablam! Oct 27 20:20:24.592 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.592 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.592 INFO kablam! | Oct 27 20:20:24.592 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.592 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.592 INFO kablam! ... Oct 27 20:20:24.592 INFO kablam! 3160 | rt_alloc_excess_unused!(rt_even_1000bytes_16align_alloc_excess_unused, 1000, 16); Oct 27 20:20:24.592 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.592 INFO kablam! Oct 27 20:20:24.592 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.592 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.592 INFO kablam! | Oct 27 20:20:24.592 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.592 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.592 INFO kablam! ... Oct 27 20:20:24.592 INFO kablam! 3160 | rt_alloc_excess_unused!(rt_even_1000bytes_16align_alloc_excess_unused, 1000, 16); Oct 27 20:20:24.592 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.592 INFO kablam! | Oct 27 20:20:24.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.592 INFO kablam! | Oct 27 20:20:24.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.592 INFO kablam! | Oct 27 20:20:24.592 INFO kablam! Oct 27 20:20:24.592 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.592 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.592 INFO kablam! | Oct 27 20:20:24.592 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.592 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.592 INFO kablam! ... Oct 27 20:20:24.592 INFO kablam! 3173 | rt_alloc_excess_unused!(rt_even_10000bytes_16align_alloc_excess_unused, 10000, 16); Oct 27 20:20:24.592 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.592 INFO kablam! Oct 27 20:20:24.592 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.592 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.592 INFO kablam! | Oct 27 20:20:24.592 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.592 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.592 INFO kablam! ... Oct 27 20:20:24.592 INFO kablam! 3173 | rt_alloc_excess_unused!(rt_even_10000bytes_16align_alloc_excess_unused, 10000, 16); Oct 27 20:20:24.592 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.592 INFO kablam! | Oct 27 20:20:24.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.593 INFO kablam! | Oct 27 20:20:24.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.593 INFO kablam! | Oct 27 20:20:24.593 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.593 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.593 INFO kablam! ... Oct 27 20:20:24.593 INFO kablam! 3186 | rt_alloc_excess_unused!(rt_even_100000bytes_16align_alloc_excess_unused, 100000, 16); Oct 27 20:20:24.593 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.593 INFO kablam! Oct 27 20:20:24.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.593 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.593 INFO kablam! | Oct 27 20:20:24.593 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.593 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.593 INFO kablam! ... Oct 27 20:20:24.593 INFO kablam! 3186 | rt_alloc_excess_unused!(rt_even_100000bytes_16align_alloc_excess_unused, 100000, 16); Oct 27 20:20:24.593 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.593 INFO kablam! | Oct 27 20:20:24.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.593 INFO kablam! | Oct 27 20:20:24.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.593 INFO kablam! | Oct 27 20:20:24.593 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.593 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.593 INFO kablam! ... Oct 27 20:20:24.593 INFO kablam! 3199 | rt_alloc_excess_unused!(rt_even_1000000bytes_16align_alloc_excess_unused, 1000000, 16); Oct 27 20:20:24.593 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.593 INFO kablam! Oct 27 20:20:24.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.593 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.593 INFO kablam! | Oct 27 20:20:24.593 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.593 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.593 INFO kablam! ... Oct 27 20:20:24.593 INFO kablam! 3199 | rt_alloc_excess_unused!(rt_even_1000000bytes_16align_alloc_excess_unused, 1000000, 16); Oct 27 20:20:24.593 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.593 INFO kablam! | Oct 27 20:20:24.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.593 INFO kablam! | Oct 27 20:20:24.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.593 INFO kablam! | Oct 27 20:20:24.593 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! 3213 | rt_alloc_excess_unused!(rt_odd_10bytes_16align_alloc_excess_unused, 10- 1, 16); 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! 3213 | rt_alloc_excess_unused!(rt_odd_10bytes_16align_alloc_excess_unused, 10- 1, 16); 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.599 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.599 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.599 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! 3226 | rt_alloc_excess_unused!(rt_odd_100bytes_16align_alloc_excess_unused, 100- 1, 16); 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! 3226 | rt_alloc_excess_unused!(rt_odd_100bytes_16align_alloc_excess_unused, 100- 1, 16); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.599 INFO kablam! | Oct 27 20:20:24.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.599 INFO kablam! | Oct 27 20:20:24.599 INFO kablam! Oct 27 20:20:24.599 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.599 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.599 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! 3239 | rt_alloc_excess_unused!(rt_odd_1000bytes_16align_alloc_excess_unused, 1000- 1, 16); 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.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! 3239 | rt_alloc_excess_unused!(rt_odd_1000bytes_16align_alloc_excess_unused, 1000- 1, 16); 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! 3252 | rt_alloc_excess_unused!(rt_odd_10000bytes_16align_alloc_excess_unused, 10000- 1, 16); 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.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! 3252 | rt_alloc_excess_unused!(rt_odd_10000bytes_16align_alloc_excess_unused, 10000- 1, 16); 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! 3265 | rt_alloc_excess_unused!(rt_odd_100000bytes_16align_alloc_excess_unused, 100000- 1, 16); 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.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.603 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.603 INFO kablam! | Oct 27 20:20:24.603 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.603 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.603 INFO kablam! ... Oct 27 20:20:24.603 INFO kablam! 3265 | rt_alloc_excess_unused!(rt_odd_100000bytes_16align_alloc_excess_unused, 100000- 1, 16); 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.606 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.607 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.607 INFO kablam! | Oct 27 20:20:24.607 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.607 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.607 INFO kablam! ... Oct 27 20:20:24.607 INFO kablam! 3278 | rt_alloc_excess_unused!(rt_odd_1000000bytes_16align_alloc_excess_unused, 1000000- 1, 16); 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.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! 3278 | rt_alloc_excess_unused!(rt_odd_1000000bytes_16align_alloc_excess_unused, 1000000- 1, 16); 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.607 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.607 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.607 INFO kablam! | Oct 27 20:20:24.607 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.607 INFO kablam! | Oct 27 20:20:24.607 INFO kablam! Oct 27 20:20:24.607 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.607 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.607 INFO kablam! | Oct 27 20:20:24.607 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.607 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.607 INFO kablam! ... Oct 27 20:20:24.607 INFO kablam! 3292 | rt_alloc_excess_unused!(rt_primes_3bytes_16align_alloc_excess_unused, 3, 16); 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.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! 3292 | rt_alloc_excess_unused!(rt_primes_3bytes_16align_alloc_excess_unused, 3, 16); 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.607 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.607 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.607 INFO kablam! | Oct 27 20:20:24.607 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.607 INFO kablam! | Oct 27 20:20:24.607 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! 3305 | rt_alloc_excess_unused!(rt_primes_7bytes_16align_alloc_excess_unused, 7, 16); 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! 3305 | rt_alloc_excess_unused!(rt_primes_7bytes_16align_alloc_excess_unused, 7, 16); 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.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! 3318 | rt_alloc_excess_unused!(rt_primes_13bytes_16align_alloc_excess_unused, 13, 16); 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.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! 3318 | rt_alloc_excess_unused!(rt_primes_13bytes_16align_alloc_excess_unused, 13, 16); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.612 INFO kablam! | Oct 27 20:20:24.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.612 INFO kablam! | Oct 27 20:20:24.612 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! 3331 | rt_alloc_excess_unused!(rt_primes_17bytes_16align_alloc_excess_unused, 17, 16); 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.614 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.614 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.614 INFO kablam! | Oct 27 20:20:24.614 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.614 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.614 INFO kablam! ... Oct 27 20:20:24.614 INFO kablam! 3331 | rt_alloc_excess_unused!(rt_primes_17bytes_16align_alloc_excess_unused, 17, 16); Oct 27 20:20:24.614 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.614 INFO kablam! | Oct 27 20:20:24.614 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.614 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.614 INFO kablam! | Oct 27 20:20:24.614 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.614 INFO kablam! | Oct 27 20:20:24.614 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.614 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! 3344 | rt_alloc_excess_unused!(rt_primes_31bytes_16align_alloc_excess_unused, 31, 16); 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.616 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.616 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.616 INFO kablam! | Oct 27 20:20:24.616 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.616 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.616 INFO kablam! ... Oct 27 20:20:24.616 INFO kablam! 3344 | rt_alloc_excess_unused!(rt_primes_31bytes_16align_alloc_excess_unused, 31, 16); Oct 27 20:20:24.616 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.616 INFO kablam! | Oct 27 20:20:24.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.616 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! 3357 | rt_alloc_excess_unused!(rt_primes_61bytes_16align_alloc_excess_unused, 61, 16); 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.620 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.620 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.620 INFO kablam! | Oct 27 20:20:24.620 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.620 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.620 INFO kablam! ... Oct 27 20:20:24.620 INFO kablam! 3357 | rt_alloc_excess_unused!(rt_primes_61bytes_16align_alloc_excess_unused, 61, 16); Oct 27 20:20:24.620 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.620 INFO kablam! | Oct 27 20:20:24.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.620 INFO kablam! | Oct 27 20:20:24.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.620 INFO kablam! | Oct 27 20:20:24.620 INFO kablam! Oct 27 20:20:24.620 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.620 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.620 INFO kablam! | Oct 27 20:20:24.620 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.620 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.621 INFO kablam! ... Oct 27 20:20:24.621 INFO kablam! 3370 | rt_alloc_excess_unused!(rt_primes_96bytes_16align_alloc_excess_unused, 96, 16); Oct 27 20:20:24.621 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.621 INFO kablam! Oct 27 20:20:24.621 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.621 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.621 INFO kablam! | Oct 27 20:20:24.621 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.621 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.621 INFO kablam! ... Oct 27 20:20:24.621 INFO kablam! 3370 | rt_alloc_excess_unused!(rt_primes_96bytes_16align_alloc_excess_unused, 96, 16); Oct 27 20:20:24.621 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.621 INFO kablam! | Oct 27 20:20:24.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.621 INFO kablam! | Oct 27 20:20:24.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.621 INFO kablam! | Oct 27 20:20:24.621 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.621 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.621 INFO kablam! | Oct 27 20:20:24.621 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.621 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.621 INFO kablam! ... Oct 27 20:20:24.621 INFO kablam! 3383 | rt_alloc_excess_unused!(rt_primes_127bytes_16align_alloc_excess_unused, 127, 16); Oct 27 20:20:24.621 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.621 INFO kablam! Oct 27 20:20:24.621 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.621 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.621 INFO kablam! | Oct 27 20:20:24.621 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.621 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.621 INFO kablam! ... Oct 27 20:20:24.621 INFO kablam! 3383 | rt_alloc_excess_unused!(rt_primes_127bytes_16align_alloc_excess_unused, 127, 16); Oct 27 20:20:24.621 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.621 INFO kablam! | Oct 27 20:20:24.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.621 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.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! 3396 | rt_alloc_excess_unused!(rt_primes_257bytes_16align_alloc_excess_unused, 257, 16); 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.630 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.630 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.630 INFO kablam! | Oct 27 20:20:24.630 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.630 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.630 INFO kablam! ... Oct 27 20:20:24.630 INFO kablam! 3396 | rt_alloc_excess_unused!(rt_primes_257bytes_16align_alloc_excess_unused, 257, 16); Oct 27 20:20:24.630 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.630 INFO kablam! | Oct 27 20:20:24.630 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.630 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.630 INFO kablam! | Oct 27 20:20:24.630 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.630 INFO kablam! | Oct 27 20:20:24.630 INFO kablam! Oct 27 20:20:24.630 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.630 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.630 INFO kablam! | Oct 27 20:20:24.630 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.630 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.630 INFO kablam! ... Oct 27 20:20:24.630 INFO kablam! 3409 | rt_alloc_excess_unused!(rt_primes_509bytes_16align_alloc_excess_unused, 509, 16); Oct 27 20:20:24.630 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.630 INFO kablam! Oct 27 20:20:24.630 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.630 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.630 INFO kablam! | Oct 27 20:20:24.630 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.630 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.630 INFO kablam! ... Oct 27 20:20:24.630 INFO kablam! 3409 | rt_alloc_excess_unused!(rt_primes_509bytes_16align_alloc_excess_unused, 509, 16); Oct 27 20:20:24.630 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.630 INFO kablam! | Oct 27 20:20:24.630 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.630 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.630 INFO kablam! | Oct 27 20:20:24.630 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.630 INFO kablam! | Oct 27 20:20:24.630 INFO kablam! Oct 27 20:20:24.630 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.630 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.630 INFO kablam! | Oct 27 20:20:24.630 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.630 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.630 INFO kablam! ... Oct 27 20:20:24.630 INFO kablam! 3422 | rt_alloc_excess_unused!(rt_primes_1021bytes_16align_alloc_excess_unused, 1021, 16); Oct 27 20:20:24.630 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! 3422 | rt_alloc_excess_unused!(rt_primes_1021bytes_16align_alloc_excess_unused, 1021, 16); 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! 3435 | rt_alloc_excess_unused!(rt_primes_2039bytes_16align_alloc_excess_unused, 2039, 16); 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! 3435 | rt_alloc_excess_unused!(rt_primes_2039bytes_16align_alloc_excess_unused, 2039, 16); Oct 27 20:20:24.631 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.632 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.636 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.636 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.636 INFO kablam! | Oct 27 20:20:24.636 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.636 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.636 INFO kablam! ... Oct 27 20:20:24.636 INFO kablam! 3448 | rt_alloc_excess_unused!(rt_primes_4093bytes_16align_alloc_excess_unused, 4093, 16); Oct 27 20:20:24.636 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.636 INFO kablam! 3448 | rt_alloc_excess_unused!(rt_primes_4093bytes_16align_alloc_excess_unused, 4093, 16); Oct 27 20:20:24.636 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.636 INFO kablam! | Oct 27 20:20:24.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.636 INFO kablam! | Oct 27 20:20:24.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.637 INFO kablam! | Oct 27 20:20:24.637 INFO kablam! Oct 27 20:20:24.637 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.637 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.637 INFO kablam! | Oct 27 20:20:24.637 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.637 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.637 INFO kablam! ... Oct 27 20:20:24.637 INFO kablam! 3461 | rt_alloc_excess_unused!(rt_primes_8191bytes_16align_alloc_excess_unused, 8191, 16); Oct 27 20:20:24.637 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.637 INFO kablam! Oct 27 20:20:24.637 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.637 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.637 INFO kablam! | Oct 27 20:20:24.637 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.637 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.637 INFO kablam! ... Oct 27 20:20:24.637 INFO kablam! 3461 | rt_alloc_excess_unused!(rt_primes_8191bytes_16align_alloc_excess_unused, 8191, 16); Oct 27 20:20:24.637 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.637 INFO kablam! | Oct 27 20:20:24.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.637 INFO kablam! | Oct 27 20:20:24.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.637 INFO kablam! | Oct 27 20:20:24.637 INFO kablam! Oct 27 20:20:24.637 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.637 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.637 INFO kablam! | Oct 27 20:20:24.637 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.637 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.637 INFO kablam! ... Oct 27 20:20:24.637 INFO kablam! 3474 | rt_alloc_excess_unused!(rt_primes_16381bytes_16align_alloc_excess_unused, 16381, 16); Oct 27 20:20:24.637 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.637 INFO kablam! Oct 27 20:20:24.639 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.639 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.639 INFO kablam! | Oct 27 20:20:24.639 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.639 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.639 INFO kablam! ... Oct 27 20:20:24.639 INFO kablam! 3474 | rt_alloc_excess_unused!(rt_primes_16381bytes_16align_alloc_excess_unused, 16381, 16); 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.639 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.639 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.639 INFO kablam! | Oct 27 20:20:24.639 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.639 INFO kablam! | Oct 27 20:20:24.639 INFO kablam! Oct 27 20:20:24.639 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.641 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.641 INFO kablam! | Oct 27 20:20:24.641 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.641 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.641 INFO kablam! ... Oct 27 20:20:24.641 INFO kablam! 3487 | rt_alloc_excess_unused!(rt_primes_32749bytes_16align_alloc_excess_unused, 32749, 16); Oct 27 20:20:24.641 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.641 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.641 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.641 INFO kablam! ... Oct 27 20:20:24.641 INFO kablam! 3487 | rt_alloc_excess_unused!(rt_primes_32749bytes_16align_alloc_excess_unused, 32749, 16); Oct 27 20:20:24.641 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.641 INFO kablam! | Oct 27 20:20:24.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.641 INFO kablam! | Oct 27 20:20:24.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.641 INFO kablam! | Oct 27 20:20:24.641 INFO kablam! Oct 27 20:20:24.641 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.642 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.642 INFO kablam! | Oct 27 20:20:24.642 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.642 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.642 INFO kablam! ... Oct 27 20:20:24.642 INFO kablam! 3500 | rt_alloc_excess_unused!(rt_primes_65537bytes_16align_alloc_excess_unused, 65537, 16); Oct 27 20:20:24.642 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.642 INFO kablam! Oct 27 20:20:24.642 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.642 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.642 INFO kablam! | Oct 27 20:20:24.642 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! 3500 | rt_alloc_excess_unused!(rt_primes_65537bytes_16align_alloc_excess_unused, 65537, 16); Oct 27 20:20:24.642 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.642 INFO kablam! | Oct 27 20:20:24.642 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.647 INFO kablam! | Oct 27 20:20:24.647 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.647 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.647 INFO kablam! ... Oct 27 20:20:24.647 INFO kablam! 3513 | rt_alloc_excess_unused!(rt_primes_131071bytes_16align_alloc_excess_unused, 131071, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.647 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.647 INFO kablam! | Oct 27 20:20:24.647 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! 3513 | rt_alloc_excess_unused!(rt_primes_131071bytes_16align_alloc_excess_unused, 131071, 16); 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.647 INFO kablam! | Oct 27 20:20:24.647 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.647 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.647 INFO kablam! ... Oct 27 20:20:24.647 INFO kablam! 3526 | rt_alloc_excess_unused!(rt_primes_4194301bytes_16align_alloc_excess_unused, 4194301, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.647 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.647 INFO kablam! | Oct 27 20:20:24.647 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! 3526 | rt_alloc_excess_unused!(rt_primes_4194301bytes_16align_alloc_excess_unused, 4194301, 16); 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.647 INFO kablam! | Oct 27 20:20:24.647 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.647 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.647 INFO kablam! ... Oct 27 20:20:24.647 INFO kablam! 3542 | rt_alloc_excess_unused!(rt_pow2_1bytes_32align_alloc_excess_unused, 1, 32); 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.650 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.650 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.650 INFO kablam! | Oct 27 20:20:24.650 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.650 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.650 INFO kablam! ... Oct 27 20:20:24.650 INFO kablam! 3542 | rt_alloc_excess_unused!(rt_pow2_1bytes_32align_alloc_excess_unused, 1, 32); 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.654 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.654 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.654 INFO kablam! | Oct 27 20:20:24.654 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.654 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.654 INFO kablam! ... Oct 27 20:20:24.654 INFO kablam! 3555 | rt_alloc_excess_unused!(rt_pow2_2bytes_32align_alloc_excess_unused, 2, 32); Oct 27 20:20:24.654 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.654 INFO kablam! Oct 27 20:20:24.654 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.654 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.654 INFO kablam! | Oct 27 20:20:24.654 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.654 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.654 INFO kablam! ... Oct 27 20:20:24.654 INFO kablam! 3555 | rt_alloc_excess_unused!(rt_pow2_2bytes_32align_alloc_excess_unused, 2, 32); Oct 27 20:20:24.654 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.654 INFO kablam! | Oct 27 20:20:24.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.654 INFO kablam! | Oct 27 20:20:24.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.654 INFO kablam! | Oct 27 20:20:24.654 INFO kablam! Oct 27 20:20:24.654 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.654 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.654 INFO kablam! | Oct 27 20:20:24.654 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.654 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.654 INFO kablam! ... Oct 27 20:20:24.654 INFO kablam! 3568 | rt_alloc_excess_unused!(rt_pow2_4bytes_32align_alloc_excess_unused, 4, 32); Oct 27 20:20:24.654 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.654 INFO kablam! Oct 27 20:20:24.654 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.654 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.654 INFO kablam! | Oct 27 20:20:24.654 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.654 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.654 INFO kablam! ... Oct 27 20:20:24.654 INFO kablam! 3568 | rt_alloc_excess_unused!(rt_pow2_4bytes_32align_alloc_excess_unused, 4, 32); Oct 27 20:20:24.654 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.654 INFO kablam! | Oct 27 20:20:24.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.654 INFO kablam! | Oct 27 20:20:24.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.654 INFO kablam! | Oct 27 20:20:24.654 INFO kablam! Oct 27 20:20:24.654 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.654 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.654 INFO kablam! | Oct 27 20:20:24.654 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.654 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.654 INFO kablam! ... Oct 27 20:20:24.655 INFO kablam! 3581 | rt_alloc_excess_unused!(rt_pow2_8bytes_32align_alloc_excess_unused, 8, 32); 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.659 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.659 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.659 INFO kablam! | Oct 27 20:20:24.659 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.659 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.659 INFO kablam! ... Oct 27 20:20:24.659 INFO kablam! 3581 | rt_alloc_excess_unused!(rt_pow2_8bytes_32align_alloc_excess_unused, 8, 32); 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.659 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.659 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.659 INFO kablam! | Oct 27 20:20:24.659 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.659 INFO kablam! | Oct 27 20:20:24.659 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! 3594 | rt_alloc_excess_unused!(rt_pow2_16bytes_32align_alloc_excess_unused, 16, 32); 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.659 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.659 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.659 INFO kablam! | Oct 27 20:20:24.659 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.659 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.659 INFO kablam! ... Oct 27 20:20:24.659 INFO kablam! 3594 | rt_alloc_excess_unused!(rt_pow2_16bytes_32align_alloc_excess_unused, 16, 32); 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.659 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.659 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.659 INFO kablam! | Oct 27 20:20:24.659 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.659 INFO kablam! | Oct 27 20:20:24.659 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! 3607 | rt_alloc_excess_unused!(rt_pow2_32bytes_32align_alloc_excess_unused, 32, 32); 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! 3607 | rt_alloc_excess_unused!(rt_pow2_32bytes_32align_alloc_excess_unused, 32, 32); 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.660 INFO kablam! | Oct 27 20:20:24.660 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.660 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.660 INFO kablam! ... Oct 27 20:20:24.660 INFO kablam! 3620 | rt_alloc_excess_unused!(rt_pow2_64bytes_32align_alloc_excess_unused, 64, 32); 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! 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! 3620 | rt_alloc_excess_unused!(rt_pow2_64bytes_32align_alloc_excess_unused, 64, 32); 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.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! 3633 | rt_alloc_excess_unused!(rt_pow2_128bytes_32align_alloc_excess_unused, 128, 32); 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! 3633 | rt_alloc_excess_unused!(rt_pow2_128bytes_32align_alloc_excess_unused, 128, 32); 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.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.664 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.664 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.664 INFO kablam! | Oct 27 20:20:24.664 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.664 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.664 INFO kablam! ... Oct 27 20:20:24.664 INFO kablam! 3646 | rt_alloc_excess_unused!(rt_pow2_256bytes_32align_alloc_excess_unused, 256, 32); 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! 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! 3646 | rt_alloc_excess_unused!(rt_pow2_256bytes_32align_alloc_excess_unused, 256, 32); 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.664 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! 3659 | rt_alloc_excess_unused!(rt_pow2_512bytes_32align_alloc_excess_unused, 512, 32); 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.667 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.667 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.667 INFO kablam! | Oct 27 20:20:24.667 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.667 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.667 INFO kablam! ... Oct 27 20:20:24.667 INFO kablam! 3659 | rt_alloc_excess_unused!(rt_pow2_512bytes_32align_alloc_excess_unused, 512, 32); Oct 27 20:20:24.667 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.667 INFO kablam! | Oct 27 20:20:24.667 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.667 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.667 INFO kablam! | Oct 27 20:20:24.667 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.667 INFO kablam! | Oct 27 20:20:24.667 INFO kablam! Oct 27 20:20:24.667 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.667 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.667 INFO kablam! | Oct 27 20:20:24.667 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.667 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.667 INFO kablam! ... Oct 27 20:20:24.667 INFO kablam! 3672 | rt_alloc_excess_unused!(rt_pow2_1024bytes_32align_alloc_excess_unused, 1024, 32); Oct 27 20:20:24.667 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.667 INFO kablam! Oct 27 20:20:24.670 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! 3672 | rt_alloc_excess_unused!(rt_pow2_1024bytes_32align_alloc_excess_unused, 1024, 32); 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.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! 3685 | rt_alloc_excess_unused!(rt_pow2_2048bytes_32align_alloc_excess_unused, 2048, 32); 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! 3685 | rt_alloc_excess_unused!(rt_pow2_2048bytes_32align_alloc_excess_unused, 2048, 32); 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.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! 3698 | rt_alloc_excess_unused!(rt_pow2_4096bytes_32align_alloc_excess_unused, 4096, 32); 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.679 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.679 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.679 INFO kablam! | Oct 27 20:20:24.679 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.679 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.679 INFO kablam! ... Oct 27 20:20:24.679 INFO kablam! 3698 | rt_alloc_excess_unused!(rt_pow2_4096bytes_32align_alloc_excess_unused, 4096, 32); Oct 27 20:20:24.679 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.679 INFO kablam! | Oct 27 20:20:24.679 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.679 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.679 INFO kablam! | Oct 27 20:20:24.679 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.679 INFO kablam! | Oct 27 20:20:24.679 INFO kablam! Oct 27 20:20:24.679 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.679 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.679 INFO kablam! | Oct 27 20:20:24.679 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.680 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.680 INFO kablam! ... Oct 27 20:20:24.680 INFO kablam! 3711 | rt_alloc_excess_unused!(rt_pow2_8192bytes_32align_alloc_excess_unused, 8192, 32); Oct 27 20:20:24.680 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.680 INFO kablam! Oct 27 20:20:24.680 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.680 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.680 INFO kablam! | Oct 27 20:20:24.680 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.680 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.680 INFO kablam! ... Oct 27 20:20:24.680 INFO kablam! 3711 | rt_alloc_excess_unused!(rt_pow2_8192bytes_32align_alloc_excess_unused, 8192, 32); Oct 27 20:20:24.680 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.680 INFO kablam! | Oct 27 20:20:24.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.680 INFO kablam! | Oct 27 20:20:24.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.680 INFO kablam! | Oct 27 20:20:24.680 INFO kablam! Oct 27 20:20:24.680 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.680 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.680 INFO kablam! | Oct 27 20:20:24.680 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.680 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.680 INFO kablam! ... Oct 27 20:20:24.680 INFO kablam! 3724 | rt_alloc_excess_unused!(rt_pow2_16384bytes_32align_alloc_excess_unused, 16384, 32); Oct 27 20:20:24.680 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.680 INFO kablam! Oct 27 20:20:24.680 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.680 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.680 INFO kablam! | Oct 27 20:20:24.680 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.680 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.680 INFO kablam! ... Oct 27 20:20:24.680 INFO kablam! 3724 | rt_alloc_excess_unused!(rt_pow2_16384bytes_32align_alloc_excess_unused, 16384, 32); Oct 27 20:20:24.680 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.680 INFO kablam! | Oct 27 20:20:24.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.680 INFO kablam! | Oct 27 20:20:24.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.680 INFO kablam! | Oct 27 20:20:24.680 INFO kablam! Oct 27 20:20:24.680 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.680 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.680 INFO kablam! | Oct 27 20:20:24.680 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.680 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.680 INFO kablam! ... Oct 27 20:20:24.680 INFO kablam! 3737 | rt_alloc_excess_unused!(rt_pow2_32768bytes_32align_alloc_excess_unused, 32768, 32); Oct 27 20:20:24.680 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.680 INFO kablam! Oct 27 20:20:24.680 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.680 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.680 INFO kablam! | Oct 27 20:20:24.680 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.680 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.680 INFO kablam! ... Oct 27 20:20:24.680 INFO kablam! 3737 | rt_alloc_excess_unused!(rt_pow2_32768bytes_32align_alloc_excess_unused, 32768, 32); Oct 27 20:20:24.680 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.680 INFO kablam! | Oct 27 20:20:24.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.680 INFO kablam! | Oct 27 20:20:24.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.680 INFO kablam! | Oct 27 20:20:24.680 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.681 INFO kablam! | Oct 27 20:20:24.681 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.681 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.681 INFO kablam! ... Oct 27 20:20:24.681 INFO kablam! 3750 | rt_alloc_excess_unused!(rt_pow2_65536bytes_32align_alloc_excess_unused, 65536, 32); Oct 27 20:20:24.681 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.681 INFO kablam! Oct 27 20:20:24.681 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.681 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.681 INFO kablam! | Oct 27 20:20:24.681 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.681 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.681 INFO kablam! ... Oct 27 20:20:24.681 INFO kablam! 3750 | rt_alloc_excess_unused!(rt_pow2_65536bytes_32align_alloc_excess_unused, 65536, 32); Oct 27 20:20:24.681 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.681 INFO kablam! | Oct 27 20:20:24.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.681 INFO kablam! | Oct 27 20:20:24.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.681 INFO kablam! | Oct 27 20:20:24.681 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.682 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! 3763 | rt_alloc_excess_unused!(rt_pow2_131072bytes_32align_alloc_excess_unused, 131072, 32); 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! 3763 | rt_alloc_excess_unused!(rt_pow2_131072bytes_32align_alloc_excess_unused, 131072, 32); Oct 27 20:20:24.682 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.683 INFO kablam! | Oct 27 20:20:24.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.684 INFO kablam! | Oct 27 20:20:24.684 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.687 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.687 INFO kablam! | Oct 27 20:20:24.687 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.687 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.687 INFO kablam! ... Oct 27 20:20:24.687 INFO kablam! 3776 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_32align_alloc_excess_unused, 4194304, 32); Oct 27 20:20:24.687 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.687 INFO kablam! Oct 27 20:20:24.687 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.687 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.687 INFO kablam! | Oct 27 20:20:24.687 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.687 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.687 INFO kablam! ... Oct 27 20:20:24.687 INFO kablam! 3776 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_32align_alloc_excess_unused, 4194304, 32); Oct 27 20:20:24.687 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.687 INFO kablam! | Oct 27 20:20:24.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.687 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.687 INFO kablam! | Oct 27 20:20:24.687 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.687 INFO kablam! | Oct 27 20:20:24.687 INFO kablam! Oct 27 20:20:24.687 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.687 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.687 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! 3790 | rt_alloc_excess_unused!(rt_even_10bytes_32align_alloc_excess_unused, 10, 32); 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.691 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.691 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.691 INFO kablam! | Oct 27 20:20:24.691 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.691 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.691 INFO kablam! ... Oct 27 20:20:24.691 INFO kablam! 3790 | rt_alloc_excess_unused!(rt_even_10bytes_32align_alloc_excess_unused, 10, 32); Oct 27 20:20:24.691 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.691 INFO kablam! | Oct 27 20:20:24.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.691 INFO kablam! | Oct 27 20:20:24.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.691 INFO kablam! | Oct 27 20:20:24.691 INFO kablam! Oct 27 20:20:24.691 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.691 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.691 INFO kablam! | Oct 27 20:20:24.691 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.691 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.691 INFO kablam! ... Oct 27 20:20:24.691 INFO kablam! 3803 | rt_alloc_excess_unused!(rt_even_100bytes_32align_alloc_excess_unused, 100, 32); Oct 27 20:20:24.691 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.691 INFO kablam! Oct 27 20:20:24.691 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.691 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.691 INFO kablam! | Oct 27 20:20:24.691 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.691 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.691 INFO kablam! ... Oct 27 20:20:24.691 INFO kablam! 3803 | rt_alloc_excess_unused!(rt_even_100bytes_32align_alloc_excess_unused, 100, 32); Oct 27 20:20:24.691 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.691 INFO kablam! | Oct 27 20:20:24.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.691 INFO kablam! | Oct 27 20:20:24.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.691 INFO kablam! | Oct 27 20:20:24.691 INFO kablam! Oct 27 20:20:24.691 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.691 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.691 INFO kablam! | Oct 27 20:20:24.691 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.691 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.691 INFO kablam! ... Oct 27 20:20:24.691 INFO kablam! 3816 | rt_alloc_excess_unused!(rt_even_1000bytes_32align_alloc_excess_unused, 1000, 32); Oct 27 20:20:24.691 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.691 INFO kablam! Oct 27 20:20:24.691 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.691 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.691 INFO kablam! | Oct 27 20:20:24.691 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.691 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.691 INFO kablam! ... Oct 27 20:20:24.691 INFO kablam! 3816 | rt_alloc_excess_unused!(rt_even_1000bytes_32align_alloc_excess_unused, 1000, 32); Oct 27 20:20:24.691 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.691 INFO kablam! | Oct 27 20:20:24.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.691 INFO kablam! | Oct 27 20:20:24.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.691 INFO kablam! | Oct 27 20:20:24.691 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.705 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.705 INFO kablam! | Oct 27 20:20:24.705 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.705 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.705 INFO kablam! ... Oct 27 20:20:24.705 INFO kablam! 3829 | rt_alloc_excess_unused!(rt_even_10000bytes_32align_alloc_excess_unused, 10000, 32); Oct 27 20:20:24.705 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.705 INFO kablam! Oct 27 20:20:24.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.705 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.705 INFO kablam! | Oct 27 20:20:24.705 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.705 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.705 INFO kablam! ... Oct 27 20:20:24.705 INFO kablam! 3829 | rt_alloc_excess_unused!(rt_even_10000bytes_32align_alloc_excess_unused, 10000, 32); Oct 27 20:20:24.705 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.705 INFO kablam! | Oct 27 20:20:24.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.705 INFO kablam! | Oct 27 20:20:24.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.705 INFO kablam! | Oct 27 20:20:24.705 INFO kablam! Oct 27 20:20:24.705 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.705 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.705 INFO kablam! | Oct 27 20:20:24.705 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.705 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.705 INFO kablam! ... Oct 27 20:20:24.705 INFO kablam! 3842 | rt_alloc_excess_unused!(rt_even_100000bytes_32align_alloc_excess_unused, 100000, 32); Oct 27 20:20:24.705 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.705 INFO kablam! Oct 27 20:20:24.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.705 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.705 INFO kablam! | Oct 27 20:20:24.705 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.705 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.705 INFO kablam! ... Oct 27 20:20:24.705 INFO kablam! 3842 | rt_alloc_excess_unused!(rt_even_100000bytes_32align_alloc_excess_unused, 100000, 32); Oct 27 20:20:24.705 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.705 INFO kablam! | Oct 27 20:20:24.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.705 INFO kablam! | Oct 27 20:20:24.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.705 INFO kablam! | Oct 27 20:20:24.705 INFO kablam! Oct 27 20:20:24.705 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.705 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.705 INFO kablam! | Oct 27 20:20:24.705 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.705 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.705 INFO kablam! ... Oct 27 20:20:24.705 INFO kablam! 3855 | rt_alloc_excess_unused!(rt_even_1000000bytes_32align_alloc_excess_unused, 1000000, 32); Oct 27 20:20:24.705 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.705 INFO kablam! Oct 27 20:20:24.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.705 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.705 INFO kablam! | Oct 27 20:20:24.705 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.705 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.705 INFO kablam! ... Oct 27 20:20:24.705 INFO kablam! 3855 | rt_alloc_excess_unused!(rt_even_1000000bytes_32align_alloc_excess_unused, 1000000, 32); Oct 27 20:20:24.705 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.705 INFO kablam! | Oct 27 20:20:24.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.705 INFO kablam! | Oct 27 20:20:24.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.705 INFO kablam! | Oct 27 20:20:24.705 INFO kablam! Oct 27 20:20:24.705 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.705 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.705 INFO kablam! | Oct 27 20:20:24.705 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.705 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.705 INFO kablam! ... Oct 27 20:20:24.705 INFO kablam! 3869 | rt_alloc_excess_unused!(rt_odd_10bytes_32align_alloc_excess_unused, 10- 1, 32); Oct 27 20:20:24.705 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.705 INFO kablam! Oct 27 20:20:24.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.706 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.706 INFO kablam! | Oct 27 20:20:24.706 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.706 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.706 INFO kablam! ... Oct 27 20:20:24.706 INFO kablam! 3869 | rt_alloc_excess_unused!(rt_odd_10bytes_32align_alloc_excess_unused, 10- 1, 32); Oct 27 20:20:24.706 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.706 INFO kablam! | Oct 27 20:20:24.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.706 INFO kablam! | Oct 27 20:20:24.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.706 INFO kablam! | Oct 27 20:20:24.706 INFO kablam! Oct 27 20:20:24.706 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.706 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.706 INFO kablam! | Oct 27 20:20:24.706 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.706 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.706 INFO kablam! ... Oct 27 20:20:24.706 INFO kablam! 3882 | rt_alloc_excess_unused!(rt_odd_100bytes_32align_alloc_excess_unused, 100- 1, 32); Oct 27 20:20:24.706 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.706 INFO kablam! Oct 27 20:20:24.706 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.706 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.706 INFO kablam! | Oct 27 20:20:24.706 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.706 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.706 INFO kablam! ... Oct 27 20:20:24.706 INFO kablam! 3882 | rt_alloc_excess_unused!(rt_odd_100bytes_32align_alloc_excess_unused, 100- 1, 32); Oct 27 20:20:24.706 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.706 INFO kablam! | Oct 27 20:20:24.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.706 INFO kablam! | Oct 27 20:20:24.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.706 INFO kablam! | Oct 27 20:20:24.706 INFO kablam! Oct 27 20:20:24.706 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.706 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.706 INFO kablam! | Oct 27 20:20:24.706 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.706 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.706 INFO kablam! ... Oct 27 20:20:24.706 INFO kablam! 3895 | rt_alloc_excess_unused!(rt_odd_1000bytes_32align_alloc_excess_unused, 1000- 1, 32); Oct 27 20:20:24.706 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.706 INFO kablam! Oct 27 20:20:24.706 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.706 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.706 INFO kablam! | Oct 27 20:20:24.706 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.706 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.706 INFO kablam! ... Oct 27 20:20:24.706 INFO kablam! 3895 | rt_alloc_excess_unused!(rt_odd_1000bytes_32align_alloc_excess_unused, 1000- 1, 32); Oct 27 20:20:24.706 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.706 INFO kablam! | Oct 27 20:20:24.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.706 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.708 INFO kablam! ... Oct 27 20:20:24.708 INFO kablam! 3908 | rt_alloc_excess_unused!(rt_odd_10000bytes_32align_alloc_excess_unused, 10000- 1, 32); Oct 27 20:20:24.708 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.708 INFO kablam! Oct 27 20:20:24.708 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.708 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.708 INFO kablam! | Oct 27 20:20:24.708 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.708 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.708 INFO kablam! ... Oct 27 20:20:24.708 INFO kablam! 3908 | rt_alloc_excess_unused!(rt_odd_10000bytes_32align_alloc_excess_unused, 10000- 1, 32); Oct 27 20:20:24.708 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.708 INFO kablam! | Oct 27 20:20:24.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.708 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.709 INFO kablam! ... Oct 27 20:20:24.709 INFO kablam! 3921 | rt_alloc_excess_unused!(rt_odd_100000bytes_32align_alloc_excess_unused, 100000- 1, 32); 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! 3921 | rt_alloc_excess_unused!(rt_odd_100000bytes_32align_alloc_excess_unused, 100000- 1, 32); 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.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.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.728 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.728 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.728 INFO kablam! | Oct 27 20:20:24.728 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.728 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.728 INFO kablam! ... Oct 27 20:20:24.728 INFO kablam! 3934 | rt_alloc_excess_unused!(rt_odd_1000000bytes_32align_alloc_excess_unused, 1000000- 1, 32); Oct 27 20:20:24.728 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.728 INFO kablam! Oct 27 20:20:24.728 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.728 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.728 INFO kablam! | Oct 27 20:20:24.728 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.728 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.728 INFO kablam! ... Oct 27 20:20:24.728 INFO kablam! 3934 | rt_alloc_excess_unused!(rt_odd_1000000bytes_32align_alloc_excess_unused, 1000000- 1, 32); Oct 27 20:20:24.728 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.728 INFO kablam! | Oct 27 20:20:24.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.728 INFO kablam! | Oct 27 20:20:24.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.728 INFO kablam! | Oct 27 20:20:24.728 INFO kablam! Oct 27 20:20:24.728 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.728 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.728 INFO kablam! | Oct 27 20:20:24.728 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.729 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.729 INFO kablam! ... Oct 27 20:20:24.729 INFO kablam! 3948 | rt_alloc_excess_unused!(rt_primes_3bytes_32align_alloc_excess_unused, 3, 32); Oct 27 20:20:24.729 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.729 INFO kablam! Oct 27 20:20:24.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.729 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.729 INFO kablam! | Oct 27 20:20:24.729 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.729 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.729 INFO kablam! ... Oct 27 20:20:24.729 INFO kablam! 3948 | rt_alloc_excess_unused!(rt_primes_3bytes_32align_alloc_excess_unused, 3, 32); Oct 27 20:20:24.729 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.729 INFO kablam! | Oct 27 20:20:24.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.729 INFO kablam! | Oct 27 20:20:24.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.729 INFO kablam! | Oct 27 20:20:24.729 INFO kablam! Oct 27 20:20:24.729 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.729 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.729 INFO kablam! | Oct 27 20:20:24.729 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.729 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.729 INFO kablam! ... Oct 27 20:20:24.729 INFO kablam! 3961 | rt_alloc_excess_unused!(rt_primes_7bytes_32align_alloc_excess_unused, 7, 32); Oct 27 20:20:24.729 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.729 INFO kablam! Oct 27 20:20:24.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.729 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.729 INFO kablam! | Oct 27 20:20:24.729 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.729 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.729 INFO kablam! ... Oct 27 20:20:24.729 INFO kablam! 3961 | rt_alloc_excess_unused!(rt_primes_7bytes_32align_alloc_excess_unused, 7, 32); Oct 27 20:20:24.729 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.729 INFO kablam! | Oct 27 20:20:24.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.729 INFO kablam! | Oct 27 20:20:24.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.729 INFO kablam! | Oct 27 20:20:24.729 INFO kablam! Oct 27 20:20:24.729 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.729 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.729 INFO kablam! | Oct 27 20:20:24.729 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.729 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.729 INFO kablam! ... Oct 27 20:20:24.729 INFO kablam! 3974 | rt_alloc_excess_unused!(rt_primes_13bytes_32align_alloc_excess_unused, 13, 32); Oct 27 20:20:24.729 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.729 INFO kablam! Oct 27 20:20:24.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.729 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.729 INFO kablam! | Oct 27 20:20:24.729 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.729 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.729 INFO kablam! ... Oct 27 20:20:24.729 INFO kablam! 3974 | rt_alloc_excess_unused!(rt_primes_13bytes_32align_alloc_excess_unused, 13, 32); Oct 27 20:20:24.729 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.729 INFO kablam! | Oct 27 20:20:24.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.729 INFO kablam! | Oct 27 20:20:24.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.729 INFO kablam! | Oct 27 20:20:24.729 INFO kablam! Oct 27 20:20:24.729 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.729 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.729 INFO kablam! | Oct 27 20:20:24.729 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.729 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.729 INFO kablam! ... Oct 27 20:20:24.729 INFO kablam! 3987 | rt_alloc_excess_unused!(rt_primes_17bytes_32align_alloc_excess_unused, 17, 32); Oct 27 20:20:24.729 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.729 INFO kablam! Oct 27 20:20:24.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.729 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! 3987 | rt_alloc_excess_unused!(rt_primes_17bytes_32align_alloc_excess_unused, 17, 32); 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! 4000 | rt_alloc_excess_unused!(rt_primes_31bytes_32align_alloc_excess_unused, 31, 32); 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! 4000 | rt_alloc_excess_unused!(rt_primes_31bytes_32align_alloc_excess_unused, 31, 32); 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.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! 4013 | rt_alloc_excess_unused!(rt_primes_61bytes_32align_alloc_excess_unused, 61, 32); 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.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.737 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.737 INFO kablam! | Oct 27 20:20:24.737 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.737 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.737 INFO kablam! ... Oct 27 20:20:24.737 INFO kablam! 4013 | rt_alloc_excess_unused!(rt_primes_61bytes_32align_alloc_excess_unused, 61, 32); Oct 27 20:20:24.737 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.737 INFO kablam! | Oct 27 20:20:24.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.737 INFO kablam! | Oct 27 20:20:24.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.737 INFO kablam! | Oct 27 20:20:24.737 INFO kablam! Oct 27 20:20:24.737 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.737 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.737 INFO kablam! | Oct 27 20:20:24.737 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.737 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.737 INFO kablam! ... Oct 27 20:20:24.738 INFO kablam! 4026 | rt_alloc_excess_unused!(rt_primes_96bytes_32align_alloc_excess_unused, 96, 32); 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! 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! 4026 | rt_alloc_excess_unused!(rt_primes_96bytes_32align_alloc_excess_unused, 96, 32); 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.738 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.738 INFO kablam! | Oct 27 20:20:24.738 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.738 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.738 INFO kablam! ... Oct 27 20:20:24.738 INFO kablam! 4039 | rt_alloc_excess_unused!(rt_primes_127bytes_32align_alloc_excess_unused, 127, 32); 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! 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! 4039 | rt_alloc_excess_unused!(rt_primes_127bytes_32align_alloc_excess_unused, 127, 32); 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.738 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.738 INFO kablam! | Oct 27 20:20:24.738 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.738 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.738 INFO kablam! ... Oct 27 20:20:24.738 INFO kablam! 4052 | rt_alloc_excess_unused!(rt_primes_257bytes_32align_alloc_excess_unused, 257, 32); 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.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! 4052 | rt_alloc_excess_unused!(rt_primes_257bytes_32align_alloc_excess_unused, 257, 32); 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.743 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.743 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.743 INFO kablam! | Oct 27 20:20:24.743 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.743 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.743 INFO kablam! ... Oct 27 20:20:24.743 INFO kablam! 4065 | rt_alloc_excess_unused!(rt_primes_509bytes_32align_alloc_excess_unused, 509, 32); Oct 27 20:20:24.743 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.743 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.743 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.743 INFO kablam! ... Oct 27 20:20:24.743 INFO kablam! 4065 | rt_alloc_excess_unused!(rt_primes_509bytes_32align_alloc_excess_unused, 509, 32); Oct 27 20:20:24.743 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.743 INFO kablam! | Oct 27 20:20:24.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.743 INFO kablam! | Oct 27 20:20:24.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.743 INFO kablam! | Oct 27 20:20:24.743 INFO kablam! Oct 27 20:20:24.743 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.743 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.743 INFO kablam! | Oct 27 20:20:24.743 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.743 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.743 INFO kablam! ... Oct 27 20:20:24.743 INFO kablam! 4078 | rt_alloc_excess_unused!(rt_primes_1021bytes_32align_alloc_excess_unused, 1021, 32); Oct 27 20:20:24.743 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.743 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.743 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.743 INFO kablam! ... Oct 27 20:20:24.743 INFO kablam! 4078 | rt_alloc_excess_unused!(rt_primes_1021bytes_32align_alloc_excess_unused, 1021, 32); Oct 27 20:20:24.743 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.743 INFO kablam! | Oct 27 20:20:24.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.743 INFO kablam! | Oct 27 20:20:24.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.743 INFO kablam! | Oct 27 20:20:24.743 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! 4091 | rt_alloc_excess_unused!(rt_primes_2039bytes_32align_alloc_excess_unused, 2039, 32); 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.747 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.747 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.747 INFO kablam! | Oct 27 20:20:24.747 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.747 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.747 INFO kablam! ... Oct 27 20:20:24.747 INFO kablam! 4091 | rt_alloc_excess_unused!(rt_primes_2039bytes_32align_alloc_excess_unused, 2039, 32); 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.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.747 INFO kablam! | Oct 27 20:20:24.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.747 INFO kablam! | Oct 27 20:20:24.747 INFO kablam! Oct 27 20:20:24.750 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.750 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.750 INFO kablam! | Oct 27 20:20:24.750 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.750 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.750 INFO kablam! ... Oct 27 20:20:24.750 INFO kablam! 4104 | rt_alloc_excess_unused!(rt_primes_4093bytes_32align_alloc_excess_unused, 4093, 32); Oct 27 20:20:24.750 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.750 INFO kablam! Oct 27 20:20:24.750 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.750 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.750 INFO kablam! | Oct 27 20:20:24.750 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.750 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.750 INFO kablam! ... Oct 27 20:20:24.750 INFO kablam! 4104 | rt_alloc_excess_unused!(rt_primes_4093bytes_32align_alloc_excess_unused, 4093, 32); Oct 27 20:20:24.750 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.750 INFO kablam! | Oct 27 20:20:24.750 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.750 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.750 INFO kablam! | Oct 27 20:20:24.750 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.750 INFO kablam! | Oct 27 20:20:24.750 INFO kablam! Oct 27 20:20:24.750 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.750 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.750 INFO kablam! | Oct 27 20:20:24.750 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.750 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.750 INFO kablam! ... Oct 27 20:20:24.750 INFO kablam! 4117 | rt_alloc_excess_unused!(rt_primes_8191bytes_32align_alloc_excess_unused, 8191, 32); Oct 27 20:20:24.750 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.750 INFO kablam! Oct 27 20:20:24.750 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.750 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.750 INFO kablam! | Oct 27 20:20:24.750 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.750 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.750 INFO kablam! ... Oct 27 20:20:24.750 INFO kablam! 4117 | rt_alloc_excess_unused!(rt_primes_8191bytes_32align_alloc_excess_unused, 8191, 32); Oct 27 20:20:24.750 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.750 INFO kablam! | Oct 27 20:20:24.750 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.750 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.750 INFO kablam! | Oct 27 20:20:24.750 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.750 INFO kablam! | Oct 27 20:20:24.750 INFO kablam! Oct 27 20:20:24.750 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.750 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.750 INFO kablam! | Oct 27 20:20:24.750 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.750 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.750 INFO kablam! ... Oct 27 20:20:24.750 INFO kablam! 4130 | rt_alloc_excess_unused!(rt_primes_16381bytes_32align_alloc_excess_unused, 16381, 32); Oct 27 20:20:24.750 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.750 INFO kablam! Oct 27 20:20:24.750 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.750 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.750 INFO kablam! | Oct 27 20:20:24.750 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.750 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.750 INFO kablam! ... Oct 27 20:20:24.750 INFO kablam! 4130 | rt_alloc_excess_unused!(rt_primes_16381bytes_32align_alloc_excess_unused, 16381, 32); Oct 27 20:20:24.750 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.750 INFO kablam! | Oct 27 20:20:24.750 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.750 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.750 INFO kablam! | Oct 27 20:20:24.750 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.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! 4143 | rt_alloc_excess_unused!(rt_primes_32749bytes_32align_alloc_excess_unused, 32749, 32); 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.757 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.757 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.757 INFO kablam! | Oct 27 20:20:24.757 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.757 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.757 INFO kablam! ... Oct 27 20:20:24.757 INFO kablam! 4143 | rt_alloc_excess_unused!(rt_primes_32749bytes_32align_alloc_excess_unused, 32749, 32); Oct 27 20:20:24.757 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.757 INFO kablam! | Oct 27 20:20:24.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.757 INFO kablam! | Oct 27 20:20:24.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.758 INFO kablam! | Oct 27 20:20:24.758 INFO kablam! Oct 27 20:20:24.758 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.758 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.758 INFO kablam! | Oct 27 20:20:24.758 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.758 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.758 INFO kablam! ... Oct 27 20:20:24.758 INFO kablam! 4156 | rt_alloc_excess_unused!(rt_primes_65537bytes_32align_alloc_excess_unused, 65537, 32); Oct 27 20:20:24.758 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.758 INFO kablam! Oct 27 20:20:24.758 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.758 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.758 INFO kablam! | Oct 27 20:20:24.758 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.758 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.758 INFO kablam! ... Oct 27 20:20:24.758 INFO kablam! 4156 | rt_alloc_excess_unused!(rt_primes_65537bytes_32align_alloc_excess_unused, 65537, 32); Oct 27 20:20:24.758 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.758 INFO kablam! | Oct 27 20:20:24.758 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.758 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.758 INFO kablam! | Oct 27 20:20:24.758 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.758 INFO kablam! | Oct 27 20:20:24.758 INFO kablam! Oct 27 20:20:24.758 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.758 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.758 INFO kablam! | Oct 27 20:20:24.758 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! 4169 | rt_alloc_excess_unused!(rt_primes_131071bytes_32align_alloc_excess_unused, 131071, 32); 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.764 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.764 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.764 INFO kablam! | Oct 27 20:20:24.764 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.764 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.764 INFO kablam! ... Oct 27 20:20:24.764 INFO kablam! 4169 | rt_alloc_excess_unused!(rt_primes_131071bytes_32align_alloc_excess_unused, 131071, 32); Oct 27 20:20:24.764 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.764 INFO kablam! | Oct 27 20:20:24.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.764 INFO kablam! | Oct 27 20:20:24.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.764 INFO kablam! | Oct 27 20:20:24.764 INFO kablam! Oct 27 20:20:24.764 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.764 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.764 INFO kablam! | Oct 27 20:20:24.764 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.764 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.764 INFO kablam! ... Oct 27 20:20:24.764 INFO kablam! 4182 | rt_alloc_excess_unused!(rt_primes_4194301bytes_32align_alloc_excess_unused, 4194301, 32); Oct 27 20:20:24.764 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.764 INFO kablam! Oct 27 20:20:24.764 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.764 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.764 INFO kablam! | Oct 27 20:20:24.764 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.764 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.764 INFO kablam! ... Oct 27 20:20:24.764 INFO kablam! 4182 | rt_alloc_excess_unused!(rt_primes_4194301bytes_32align_alloc_excess_unused, 4194301, 32); Oct 27 20:20:24.764 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.764 INFO kablam! | Oct 27 20:20:24.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.766 INFO kablam! | Oct 27 20:20:24.766 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.766 INFO kablam! | Oct 27 20:20:24.766 INFO kablam! Oct 27 20:20:24.767 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.767 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.767 INFO kablam! | Oct 27 20:20:24.767 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.767 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.767 INFO kablam! ... Oct 27 20:20:24.767 INFO kablam! 263 | rt_alloc_excess_used!(rt_pow2_1bytes_1align_alloc_excess_used, 1, 1); Oct 27 20:20:24.767 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.767 INFO kablam! Oct 27 20:20:24.767 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.767 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.767 INFO kablam! | Oct 27 20:20:24.767 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.767 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.767 INFO kablam! ... Oct 27 20:20:24.767 INFO kablam! 263 | rt_alloc_excess_used!(rt_pow2_1bytes_1align_alloc_excess_used, 1, 1); Oct 27 20:20:24.767 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.767 INFO kablam! | Oct 27 20:20:24.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.767 INFO kablam! | Oct 27 20:20:24.767 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.767 INFO kablam! | Oct 27 20:20:24.767 INFO kablam! Oct 27 20:20:24.767 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.767 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.767 INFO kablam! | Oct 27 20:20:24.767 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.767 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.767 INFO kablam! ... Oct 27 20:20:24.767 INFO kablam! 276 | rt_alloc_excess_used!(rt_pow2_2bytes_1align_alloc_excess_used, 2, 1); Oct 27 20:20:24.767 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.767 INFO kablam! Oct 27 20:20:24.767 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.767 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.768 INFO kablam! | Oct 27 20:20:24.768 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.768 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.768 INFO kablam! ... Oct 27 20:20:24.768 INFO kablam! 276 | rt_alloc_excess_used!(rt_pow2_2bytes_1align_alloc_excess_used, 2, 1); Oct 27 20:20:24.768 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.768 INFO kablam! | Oct 27 20:20:24.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.768 INFO kablam! | Oct 27 20:20:24.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.768 INFO kablam! | Oct 27 20:20:24.768 INFO kablam! Oct 27 20:20:24.769 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.769 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.769 INFO kablam! | Oct 27 20:20:24.769 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.769 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.769 INFO kablam! ... Oct 27 20:20:24.769 INFO kablam! 289 | rt_alloc_excess_used!(rt_pow2_4bytes_1align_alloc_excess_used, 4, 1); Oct 27 20:20:24.769 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.769 INFO kablam! Oct 27 20:20:24.769 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.769 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.769 INFO kablam! | Oct 27 20:20:24.769 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.769 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.769 INFO kablam! ... Oct 27 20:20:24.769 INFO kablam! 289 | rt_alloc_excess_used!(rt_pow2_4bytes_1align_alloc_excess_used, 4, 1); Oct 27 20:20:24.769 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.769 INFO kablam! | Oct 27 20:20:24.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.769 INFO kablam! | Oct 27 20:20:24.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.769 INFO kablam! | Oct 27 20:20:24.769 INFO kablam! Oct 27 20:20:24.770 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.771 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.771 INFO kablam! | Oct 27 20:20:24.771 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.771 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.771 INFO kablam! ... Oct 27 20:20:24.771 INFO kablam! 302 | rt_alloc_excess_used!(rt_pow2_8bytes_1align_alloc_excess_used, 8, 1); Oct 27 20:20:24.771 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.771 INFO kablam! Oct 27 20:20:24.771 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.771 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.771 INFO kablam! | Oct 27 20:20:24.771 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.771 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.771 INFO kablam! ... Oct 27 20:20:24.771 INFO kablam! 302 | rt_alloc_excess_used!(rt_pow2_8bytes_1align_alloc_excess_used, 8, 1); Oct 27 20:20:24.771 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.771 INFO kablam! | Oct 27 20:20:24.771 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.773 INFO kablam! | Oct 27 20:20:24.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.773 INFO kablam! | Oct 27 20:20:24.773 INFO kablam! Oct 27 20:20:24.773 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.773 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.773 INFO kablam! | Oct 27 20:20:24.773 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.773 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.773 INFO kablam! ... Oct 27 20:20:24.773 INFO kablam! 315 | rt_alloc_excess_used!(rt_pow2_16bytes_1align_alloc_excess_used, 16, 1); Oct 27 20:20:24.773 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.773 INFO kablam! Oct 27 20:20:24.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.773 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.773 INFO kablam! | Oct 27 20:20:24.773 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.773 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.773 INFO kablam! ... Oct 27 20:20:24.773 INFO kablam! 315 | rt_alloc_excess_used!(rt_pow2_16bytes_1align_alloc_excess_used, 16, 1); Oct 27 20:20:24.773 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.773 INFO kablam! | Oct 27 20:20:24.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.773 INFO kablam! | Oct 27 20:20:24.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.773 INFO kablam! | Oct 27 20:20:24.773 INFO kablam! Oct 27 20:20:24.773 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.773 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.773 INFO kablam! | Oct 27 20:20:24.773 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.773 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.773 INFO kablam! ... Oct 27 20:20:24.774 INFO kablam! 328 | rt_alloc_excess_used!(rt_pow2_32bytes_1align_alloc_excess_used, 32, 1); 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.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.777 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.777 INFO kablam! | Oct 27 20:20:24.777 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.777 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.777 INFO kablam! ... Oct 27 20:20:24.777 INFO kablam! 328 | rt_alloc_excess_used!(rt_pow2_32bytes_1align_alloc_excess_used, 32, 1); Oct 27 20:20:24.777 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.777 INFO kablam! | Oct 27 20:20:24.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.777 INFO kablam! | Oct 27 20:20:24.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.777 INFO kablam! | Oct 27 20:20:24.777 INFO kablam! Oct 27 20:20:24.777 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.777 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.777 INFO kablam! | Oct 27 20:20:24.777 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.777 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.777 INFO kablam! ... Oct 27 20:20:24.777 INFO kablam! 341 | rt_alloc_excess_used!(rt_pow2_64bytes_1align_alloc_excess_used, 64, 1); Oct 27 20:20:24.777 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.777 INFO kablam! Oct 27 20:20:24.781 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.781 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.781 INFO kablam! | Oct 27 20:20:24.781 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.781 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.781 INFO kablam! ... Oct 27 20:20:24.781 INFO kablam! 341 | rt_alloc_excess_used!(rt_pow2_64bytes_1align_alloc_excess_used, 64, 1); Oct 27 20:20:24.781 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.781 INFO kablam! | Oct 27 20:20:24.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.781 INFO kablam! | Oct 27 20:20:24.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.781 INFO kablam! | Oct 27 20:20:24.781 INFO kablam! Oct 27 20:20:24.781 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.781 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.781 INFO kablam! | Oct 27 20:20:24.781 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.781 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.781 INFO kablam! ... Oct 27 20:20:24.781 INFO kablam! 354 | rt_alloc_excess_used!(rt_pow2_128bytes_1align_alloc_excess_used, 128, 1); Oct 27 20:20:24.781 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.781 INFO kablam! Oct 27 20:20:24.781 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.781 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.781 INFO kablam! | Oct 27 20:20:24.781 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.781 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.781 INFO kablam! ... Oct 27 20:20:24.781 INFO kablam! 354 | rt_alloc_excess_used!(rt_pow2_128bytes_1align_alloc_excess_used, 128, 1); Oct 27 20:20:24.781 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.781 INFO kablam! | Oct 27 20:20:24.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.781 INFO kablam! | Oct 27 20:20:24.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.781 INFO kablam! | Oct 27 20:20:24.781 INFO kablam! Oct 27 20:20:24.781 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.781 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.781 INFO kablam! | Oct 27 20:20:24.781 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.781 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.781 INFO kablam! ... Oct 27 20:20:24.781 INFO kablam! 367 | rt_alloc_excess_used!(rt_pow2_256bytes_1align_alloc_excess_used, 256, 1); Oct 27 20:20:24.781 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.781 INFO kablam! Oct 27 20:20:24.781 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.781 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.781 INFO kablam! | Oct 27 20:20:24.781 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.781 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.781 INFO kablam! ... Oct 27 20:20:24.781 INFO kablam! 367 | rt_alloc_excess_used!(rt_pow2_256bytes_1align_alloc_excess_used, 256, 1); Oct 27 20:20:24.781 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.781 INFO kablam! | Oct 27 20:20:24.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.781 INFO kablam! | Oct 27 20:20:24.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.781 INFO kablam! | Oct 27 20:20:24.781 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:125:52 Oct 27 20:20:24.782 INFO kablam! | Oct 27 20:20:24.782 INFO kablam! 125 | let Excess(ptr, excess) = 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! 380 | rt_alloc_excess_used!(rt_pow2_512bytes_1align_alloc_excess_used, 512, 1); 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.782 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.782 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.782 INFO kablam! | Oct 27 20:20:24.782 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.782 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.782 INFO kablam! ... Oct 27 20:20:24.782 INFO kablam! 380 | rt_alloc_excess_used!(rt_pow2_512bytes_1align_alloc_excess_used, 512, 1); 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.782 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.782 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.782 INFO kablam! | Oct 27 20:20:24.782 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.782 INFO kablam! | Oct 27 20:20:24.782 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:125:52 Oct 27 20:20:24.782 INFO kablam! | Oct 27 20:20:24.782 INFO kablam! 125 | let Excess(ptr, excess) = 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! 393 | rt_alloc_excess_used!(rt_pow2_1024bytes_1align_alloc_excess_used, 1024, 1); 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.791 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.791 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.791 INFO kablam! | Oct 27 20:20:24.791 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.791 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.791 INFO kablam! ... Oct 27 20:20:24.791 INFO kablam! 393 | rt_alloc_excess_used!(rt_pow2_1024bytes_1align_alloc_excess_used, 1024, 1); Oct 27 20:20:24.791 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.791 INFO kablam! | Oct 27 20:20:24.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.791 INFO kablam! | Oct 27 20:20:24.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.791 INFO kablam! | Oct 27 20:20:24.791 INFO kablam! Oct 27 20:20:24.791 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.791 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.791 INFO kablam! | Oct 27 20:20:24.791 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.791 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.791 INFO kablam! ... Oct 27 20:20:24.791 INFO kablam! 406 | rt_alloc_excess_used!(rt_pow2_2048bytes_1align_alloc_excess_used, 2048, 1); Oct 27 20:20:24.791 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.791 INFO kablam! Oct 27 20:20:24.791 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.791 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.791 INFO kablam! | Oct 27 20:20:24.791 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.791 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.791 INFO kablam! ... Oct 27 20:20:24.791 INFO kablam! 406 | rt_alloc_excess_used!(rt_pow2_2048bytes_1align_alloc_excess_used, 2048, 1); Oct 27 20:20:24.791 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.791 INFO kablam! | Oct 27 20:20:24.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.791 INFO kablam! | Oct 27 20:20:24.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.791 INFO kablam! | Oct 27 20:20:24.791 INFO kablam! Oct 27 20:20:24.791 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.791 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.791 INFO kablam! | Oct 27 20:20:24.791 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.791 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.791 INFO kablam! ... Oct 27 20:20:24.791 INFO kablam! 419 | rt_alloc_excess_used!(rt_pow2_4096bytes_1align_alloc_excess_used, 4096, 1); Oct 27 20:20:24.791 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.791 INFO kablam! Oct 27 20:20:24.791 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.791 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.791 INFO kablam! | Oct 27 20:20:24.791 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.791 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.791 INFO kablam! ... Oct 27 20:20:24.791 INFO kablam! 419 | rt_alloc_excess_used!(rt_pow2_4096bytes_1align_alloc_excess_used, 4096, 1); Oct 27 20:20:24.791 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.791 INFO kablam! | Oct 27 20:20:24.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.791 INFO kablam! | Oct 27 20:20:24.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.791 INFO kablam! | Oct 27 20:20:24.791 INFO kablam! Oct 27 20:20:24.791 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.791 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.791 INFO kablam! | Oct 27 20:20:24.791 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.791 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.792 INFO kablam! ... Oct 27 20:20:24.792 INFO kablam! 432 | rt_alloc_excess_used!(rt_pow2_8192bytes_1align_alloc_excess_used, 8192, 1); Oct 27 20:20:24.792 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.792 INFO kablam! Oct 27 20:20:24.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.792 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.792 INFO kablam! | Oct 27 20:20:24.792 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.792 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.792 INFO kablam! ... Oct 27 20:20:24.792 INFO kablam! 432 | rt_alloc_excess_used!(rt_pow2_8192bytes_1align_alloc_excess_used, 8192, 1); Oct 27 20:20:24.792 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.792 INFO kablam! | Oct 27 20:20:24.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.792 INFO kablam! | Oct 27 20:20:24.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.792 INFO kablam! | Oct 27 20:20:24.792 INFO kablam! Oct 27 20:20:24.792 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.792 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.792 INFO kablam! | Oct 27 20:20:24.792 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.792 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.792 INFO kablam! ... Oct 27 20:20:24.792 INFO kablam! 445 | rt_alloc_excess_used!(rt_pow2_16384bytes_1align_alloc_excess_used, 16384, 1); Oct 27 20:20:24.792 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.792 INFO kablam! Oct 27 20:20:24.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.792 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.792 INFO kablam! | Oct 27 20:20:24.792 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.792 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.792 INFO kablam! ... Oct 27 20:20:24.792 INFO kablam! 445 | rt_alloc_excess_used!(rt_pow2_16384bytes_1align_alloc_excess_used, 16384, 1); Oct 27 20:20:24.792 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.792 INFO kablam! | Oct 27 20:20:24.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.792 INFO kablam! | Oct 27 20:20:24.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.792 INFO kablam! | Oct 27 20:20:24.792 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:125:52 Oct 27 20:20:24.796 INFO kablam! | Oct 27 20:20:24.796 INFO kablam! 125 | let Excess(ptr, excess) = 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! 458 | rt_alloc_excess_used!(rt_pow2_32768bytes_1align_alloc_excess_used, 32768, 1); 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:128:26 Oct 27 20:20:24.796 INFO kablam! | Oct 27 20:20:24.796 INFO kablam! 128 | 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! 458 | rt_alloc_excess_used!(rt_pow2_32768bytes_1align_alloc_excess_used, 32768, 1); 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.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.797 INFO kablam! | Oct 27 20:20:24.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.797 INFO kablam! | Oct 27 20:20:24.797 INFO kablam! Oct 27 20:20:24.797 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.797 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.797 INFO kablam! | Oct 27 20:20:24.797 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.797 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.797 INFO kablam! ... Oct 27 20:20:24.797 INFO kablam! 471 | rt_alloc_excess_used!(rt_pow2_65536bytes_1align_alloc_excess_used, 65536, 1); Oct 27 20:20:24.797 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.797 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.797 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.799 INFO kablam! | Oct 27 20:20:24.799 INFO kablam! 128 | 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! 471 | rt_alloc_excess_used!(rt_pow2_65536bytes_1align_alloc_excess_used, 65536, 1); 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:125:52 Oct 27 20:20:24.799 INFO kablam! | Oct 27 20:20:24.799 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.799 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.799 INFO kablam! ... Oct 27 20:20:24.799 INFO kablam! 484 | rt_alloc_excess_used!(rt_pow2_131072bytes_1align_alloc_excess_used, 131072, 1); 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! 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:128:26 Oct 27 20:20:24.799 INFO kablam! | Oct 27 20:20:24.799 INFO kablam! 128 | 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! 484 | rt_alloc_excess_used!(rt_pow2_131072bytes_1align_alloc_excess_used, 131072, 1); 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.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:125:52 Oct 27 20:20:24.808 INFO kablam! | Oct 27 20:20:24.808 INFO kablam! 125 | let Excess(ptr, excess) = 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! 497 | rt_alloc_excess_used!(rt_pow2_4194304bytes_1align_alloc_excess_used, 4194304, 1); 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! 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:128:26 Oct 27 20:20:24.808 INFO kablam! | Oct 27 20:20:24.808 INFO kablam! 128 | 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! 497 | rt_alloc_excess_used!(rt_pow2_4194304bytes_1align_alloc_excess_used, 4194304, 1); Oct 27 20:20:24.808 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.810 INFO kablam! | Oct 27 20:20:24.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.810 INFO kablam! | Oct 27 20:20:24.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.810 INFO kablam! | Oct 27 20:20:24.810 INFO kablam! Oct 27 20:20:24.810 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:125:52 Oct 27 20:20:24.810 INFO kablam! | Oct 27 20:20:24.810 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.810 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.810 INFO kablam! ... Oct 27 20:20:24.810 INFO kablam! 511 | rt_alloc_excess_used!(rt_even_10bytes_1align_alloc_excess_used, 10, 1); Oct 27 20:20:24.810 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.810 INFO kablam! Oct 27 20:20:24.810 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.810 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.810 INFO kablam! | Oct 27 20:20:24.810 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.810 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.810 INFO kablam! ... Oct 27 20:20:24.810 INFO kablam! 511 | rt_alloc_excess_used!(rt_even_10bytes_1align_alloc_excess_used, 10, 1); Oct 27 20:20:24.810 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.810 INFO kablam! | Oct 27 20:20:24.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.810 INFO kablam! | Oct 27 20:20:24.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.810 INFO kablam! | Oct 27 20:20:24.810 INFO kablam! Oct 27 20:20:24.810 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:125:52 Oct 27 20:20:24.810 INFO kablam! | Oct 27 20:20:24.810 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.810 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.810 INFO kablam! ... Oct 27 20:20:24.810 INFO kablam! 524 | rt_alloc_excess_used!(rt_even_100bytes_1align_alloc_excess_used, 100, 1); Oct 27 20:20:24.810 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.810 INFO kablam! Oct 27 20:20:24.810 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.810 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.810 INFO kablam! | Oct 27 20:20:24.810 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.810 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.810 INFO kablam! ... Oct 27 20:20:24.811 INFO kablam! 524 | rt_alloc_excess_used!(rt_even_100bytes_1align_alloc_excess_used, 100, 1); Oct 27 20:20:24.811 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.811 INFO kablam! | Oct 27 20:20:24.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.811 INFO kablam! | Oct 27 20:20:24.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.811 INFO kablam! | Oct 27 20:20:24.811 INFO kablam! Oct 27 20:20:24.811 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.811 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.811 INFO kablam! | Oct 27 20:20:24.811 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.811 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.811 INFO kablam! ... Oct 27 20:20:24.811 INFO kablam! 537 | rt_alloc_excess_used!(rt_even_1000bytes_1align_alloc_excess_used, 1000, 1); Oct 27 20:20:24.811 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.811 INFO kablam! Oct 27 20:20:24.811 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.811 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.811 INFO kablam! | Oct 27 20:20:24.811 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.811 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.811 INFO kablam! ... Oct 27 20:20:24.811 INFO kablam! 537 | rt_alloc_excess_used!(rt_even_1000bytes_1align_alloc_excess_used, 1000, 1); Oct 27 20:20:24.811 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.811 INFO kablam! | Oct 27 20:20:24.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.811 INFO kablam! | Oct 27 20:20:24.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.811 INFO kablam! | Oct 27 20:20:24.811 INFO kablam! Oct 27 20:20:24.811 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.811 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.811 INFO kablam! | Oct 27 20:20:24.811 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.811 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.811 INFO kablam! ... Oct 27 20:20:24.811 INFO kablam! 550 | rt_alloc_excess_used!(rt_even_10000bytes_1align_alloc_excess_used, 10000, 1); Oct 27 20:20:24.811 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.811 INFO kablam! Oct 27 20:20:24.811 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.811 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.811 INFO kablam! | Oct 27 20:20:24.811 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.811 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.811 INFO kablam! ... Oct 27 20:20:24.811 INFO kablam! 550 | rt_alloc_excess_used!(rt_even_10000bytes_1align_alloc_excess_used, 10000, 1); Oct 27 20:20:24.811 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.811 INFO kablam! | Oct 27 20:20:24.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.811 INFO kablam! | Oct 27 20:20:24.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.811 INFO kablam! | Oct 27 20:20:24.811 INFO kablam! Oct 27 20:20:24.811 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.811 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.811 INFO kablam! | Oct 27 20:20:24.811 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.811 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.811 INFO kablam! ... Oct 27 20:20:24.811 INFO kablam! 563 | rt_alloc_excess_used!(rt_even_100000bytes_1align_alloc_excess_used, 100000, 1); 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:128:26 Oct 27 20:20:24.812 INFO kablam! | Oct 27 20:20:24.812 INFO kablam! 128 | 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! 563 | rt_alloc_excess_used!(rt_even_100000bytes_1align_alloc_excess_used, 100000, 1); 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:125:52 Oct 27 20:20:24.812 INFO kablam! | Oct 27 20:20:24.812 INFO kablam! 125 | let Excess(ptr, excess) = 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! 576 | rt_alloc_excess_used!(rt_even_1000000bytes_1align_alloc_excess_used, 1000000, 1); 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.819 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.819 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.819 INFO kablam! | Oct 27 20:20:24.819 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.819 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.819 INFO kablam! ... Oct 27 20:20:24.819 INFO kablam! 576 | rt_alloc_excess_used!(rt_even_1000000bytes_1align_alloc_excess_used, 1000000, 1); Oct 27 20:20:24.819 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.819 INFO kablam! | Oct 27 20:20:24.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.819 INFO kablam! | Oct 27 20:20:24.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.819 INFO kablam! | Oct 27 20:20:24.819 INFO kablam! Oct 27 20:20:24.819 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.819 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.819 INFO kablam! | Oct 27 20:20:24.819 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.819 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.819 INFO kablam! ... Oct 27 20:20:24.819 INFO kablam! 590 | rt_alloc_excess_used!(rt_odd_10bytes_1align_alloc_excess_used, 10- 1, 1); Oct 27 20:20:24.819 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.821 INFO kablam! Oct 27 20:20:24.821 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.821 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.821 INFO kablam! | Oct 27 20:20:24.821 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.821 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.821 INFO kablam! ... Oct 27 20:20:24.821 INFO kablam! 590 | rt_alloc_excess_used!(rt_odd_10bytes_1align_alloc_excess_used, 10- 1, 1); Oct 27 20:20:24.821 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.821 INFO kablam! | Oct 27 20:20:24.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.821 INFO kablam! | Oct 27 20:20:24.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.821 INFO kablam! | Oct 27 20:20:24.821 INFO kablam! Oct 27 20:20:24.821 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.821 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.821 INFO kablam! | Oct 27 20:20:24.821 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.821 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.821 INFO kablam! ... Oct 27 20:20:24.821 INFO kablam! 603 | rt_alloc_excess_used!(rt_odd_100bytes_1align_alloc_excess_used, 100- 1, 1); Oct 27 20:20:24.821 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.821 INFO kablam! Oct 27 20:20:24.821 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.821 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.821 INFO kablam! | Oct 27 20:20:24.821 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.821 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.821 INFO kablam! ... Oct 27 20:20:24.822 INFO kablam! 603 | rt_alloc_excess_used!(rt_odd_100bytes_1align_alloc_excess_used, 100- 1, 1); 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.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.822 INFO kablam! | Oct 27 20:20:24.822 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:125:52 Oct 27 20:20:24.822 INFO kablam! | Oct 27 20:20:24.822 INFO kablam! 125 | let Excess(ptr, excess) = 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! 616 | rt_alloc_excess_used!(rt_odd_1000bytes_1align_alloc_excess_used, 1000- 1, 1); 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:128:26 Oct 27 20:20:24.822 INFO kablam! | Oct 27 20:20:24.822 INFO kablam! 128 | 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! 616 | rt_alloc_excess_used!(rt_odd_1000bytes_1align_alloc_excess_used, 1000- 1, 1); 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.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.822 INFO kablam! | Oct 27 20:20:24.822 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:125:52 Oct 27 20:20:24.822 INFO kablam! | Oct 27 20:20:24.822 INFO kablam! 125 | let Excess(ptr, excess) = 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! 629 | rt_alloc_excess_used!(rt_odd_10000bytes_1align_alloc_excess_used, 10000- 1, 1); 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:128:26 Oct 27 20:20:24.823 INFO kablam! | Oct 27 20:20:24.823 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.823 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.823 INFO kablam! ... Oct 27 20:20:24.823 INFO kablam! 629 | rt_alloc_excess_used!(rt_odd_10000bytes_1align_alloc_excess_used, 10000- 1, 1); Oct 27 20:20:24.823 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.823 INFO kablam! | Oct 27 20:20:24.823 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.823 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.823 INFO kablam! | Oct 27 20:20:24.823 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.823 INFO kablam! | Oct 27 20:20:24.823 INFO kablam! Oct 27 20:20:24.823 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.823 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.823 INFO kablam! | Oct 27 20:20:24.823 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.823 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.823 INFO kablam! ... Oct 27 20:20:24.823 INFO kablam! 642 | rt_alloc_excess_used!(rt_odd_100000bytes_1align_alloc_excess_used, 100000- 1, 1); Oct 27 20:20:24.823 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.823 INFO kablam! Oct 27 20:20:24.823 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.823 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.823 INFO kablam! | Oct 27 20:20:24.823 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.823 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.823 INFO kablam! ... Oct 27 20:20:24.823 INFO kablam! 642 | rt_alloc_excess_used!(rt_odd_100000bytes_1align_alloc_excess_used, 100000- 1, 1); Oct 27 20:20:24.823 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.823 INFO kablam! | Oct 27 20:20:24.823 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.823 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.823 INFO kablam! | Oct 27 20:20:24.823 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.823 INFO kablam! | Oct 27 20:20:24.823 INFO kablam! Oct 27 20:20:24.823 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.823 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.823 INFO kablam! | Oct 27 20:20:24.823 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.823 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.823 INFO kablam! ... Oct 27 20:20:24.823 INFO kablam! 655 | rt_alloc_excess_used!(rt_odd_1000000bytes_1align_alloc_excess_used, 1000000- 1, 1); Oct 27 20:20:24.823 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.823 INFO kablam! Oct 27 20:20:24.823 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.823 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.823 INFO kablam! | Oct 27 20:20:24.823 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.823 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.823 INFO kablam! ... Oct 27 20:20:24.823 INFO kablam! 655 | rt_alloc_excess_used!(rt_odd_1000000bytes_1align_alloc_excess_used, 1000000- 1, 1); Oct 27 20:20:24.823 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.823 INFO kablam! | Oct 27 20:20:24.823 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.823 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.823 INFO kablam! | Oct 27 20:20:24.823 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.823 INFO kablam! | Oct 27 20:20:24.823 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:125:52 Oct 27 20:20:24.840 INFO kablam! | Oct 27 20:20:24.840 INFO kablam! 125 | let Excess(ptr, excess) = 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! 669 | rt_alloc_excess_used!(rt_primes_3bytes_1align_alloc_excess_used, 3, 1); 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.841 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.841 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.841 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.841 INFO kablam! ... Oct 27 20:20:24.841 INFO kablam! 669 | rt_alloc_excess_used!(rt_primes_3bytes_1align_alloc_excess_used, 3, 1); Oct 27 20:20:24.841 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! Oct 27 20:20:24.841 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.841 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.841 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.841 INFO kablam! ... Oct 27 20:20:24.841 INFO kablam! 682 | rt_alloc_excess_used!(rt_primes_7bytes_1align_alloc_excess_used, 7, 1); Oct 27 20:20:24.841 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.841 INFO kablam! Oct 27 20:20:24.841 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.841 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.841 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.841 INFO kablam! ... Oct 27 20:20:24.841 INFO kablam! 682 | rt_alloc_excess_used!(rt_primes_7bytes_1align_alloc_excess_used, 7, 1); Oct 27 20:20:24.841 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! Oct 27 20:20:24.841 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.841 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.841 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.841 INFO kablam! ... Oct 27 20:20:24.841 INFO kablam! 695 | rt_alloc_excess_used!(rt_primes_13bytes_1align_alloc_excess_used, 13, 1); Oct 27 20:20:24.841 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.841 INFO kablam! Oct 27 20:20:24.841 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.841 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.841 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.841 INFO kablam! ... Oct 27 20:20:24.841 INFO kablam! 695 | rt_alloc_excess_used!(rt_primes_13bytes_1align_alloc_excess_used, 13, 1); Oct 27 20:20:24.841 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! Oct 27 20:20:24.841 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.841 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.841 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.841 INFO kablam! ... Oct 27 20:20:24.841 INFO kablam! 708 | rt_alloc_excess_used!(rt_primes_17bytes_1align_alloc_excess_used, 17, 1); Oct 27 20:20:24.841 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.841 INFO kablam! Oct 27 20:20:24.841 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.841 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.841 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.841 INFO kablam! ... Oct 27 20:20:24.841 INFO kablam! 708 | rt_alloc_excess_used!(rt_primes_17bytes_1align_alloc_excess_used, 17, 1); Oct 27 20:20:24.841 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.841 INFO kablam! | Oct 27 20:20:24.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.842 INFO kablam! | Oct 27 20:20:24.842 INFO kablam! Oct 27 20:20:24.842 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.842 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.842 INFO kablam! | Oct 27 20:20:24.842 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.842 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.842 INFO kablam! ... Oct 27 20:20:24.855 INFO kablam! 721 | rt_alloc_excess_used!(rt_primes_31bytes_1align_alloc_excess_used, 31, 1); 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:128:26 Oct 27 20:20:24.855 INFO kablam! | Oct 27 20:20:24.855 INFO kablam! 128 | 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.855 INFO kablam! 721 | rt_alloc_excess_used!(rt_primes_31bytes_1align_alloc_excess_used, 31, 1); 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:125:52 Oct 27 20:20:24.855 INFO kablam! | Oct 27 20:20:24.855 INFO kablam! 125 | let Excess(ptr, excess) = 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! 734 | rt_alloc_excess_used!(rt_primes_61bytes_1align_alloc_excess_used, 61, 1); 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:128:26 Oct 27 20:20:24.855 INFO kablam! | Oct 27 20:20:24.855 INFO kablam! 128 | 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.855 INFO kablam! 734 | rt_alloc_excess_used!(rt_primes_61bytes_1align_alloc_excess_used, 61, 1); 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.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! Oct 27 20:20:24.856 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.856 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.856 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.856 INFO kablam! ... Oct 27 20:20:24.856 INFO kablam! 747 | rt_alloc_excess_used!(rt_primes_96bytes_1align_alloc_excess_used, 96, 1); Oct 27 20:20:24.856 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.856 INFO kablam! Oct 27 20:20:24.856 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.856 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.856 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.856 INFO kablam! ... Oct 27 20:20:24.856 INFO kablam! 747 | rt_alloc_excess_used!(rt_primes_96bytes_1align_alloc_excess_used, 96, 1); Oct 27 20:20:24.856 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! Oct 27 20:20:24.856 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.856 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.856 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.856 INFO kablam! ... Oct 27 20:20:24.856 INFO kablam! 760 | rt_alloc_excess_used!(rt_primes_127bytes_1align_alloc_excess_used, 127, 1); Oct 27 20:20:24.856 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.856 INFO kablam! Oct 27 20:20:24.856 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.856 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.856 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.856 INFO kablam! ... Oct 27 20:20:24.856 INFO kablam! 760 | rt_alloc_excess_used!(rt_primes_127bytes_1align_alloc_excess_used, 127, 1); Oct 27 20:20:24.856 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! Oct 27 20:20:24.856 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.856 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.856 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.856 INFO kablam! ... Oct 27 20:20:24.856 INFO kablam! 773 | rt_alloc_excess_used!(rt_primes_257bytes_1align_alloc_excess_used, 257, 1); Oct 27 20:20:24.856 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.856 INFO kablam! Oct 27 20:20:24.856 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.856 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.856 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.856 INFO kablam! ... Oct 27 20:20:24.856 INFO kablam! 773 | rt_alloc_excess_used!(rt_primes_257bytes_1align_alloc_excess_used, 257, 1); Oct 27 20:20:24.856 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! Oct 27 20:20:24.856 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.856 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.856 INFO kablam! | Oct 27 20:20:24.856 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.856 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.856 INFO kablam! ... Oct 27 20:20:24.856 INFO kablam! 786 | rt_alloc_excess_used!(rt_primes_509bytes_1align_alloc_excess_used, 509, 1); Oct 27 20:20:24.857 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.857 INFO kablam! Oct 27 20:20:24.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.857 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.857 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.857 INFO kablam! ... Oct 27 20:20:24.857 INFO kablam! 786 | rt_alloc_excess_used!(rt_primes_509bytes_1align_alloc_excess_used, 509, 1); Oct 27 20:20:24.857 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! Oct 27 20:20:24.857 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.857 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.857 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.857 INFO kablam! ... Oct 27 20:20:24.857 INFO kablam! 799 | rt_alloc_excess_used!(rt_primes_1021bytes_1align_alloc_excess_used, 1021, 1); Oct 27 20:20:24.857 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.857 INFO kablam! Oct 27 20:20:24.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.857 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.857 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.857 INFO kablam! ... Oct 27 20:20:24.857 INFO kablam! 799 | rt_alloc_excess_used!(rt_primes_1021bytes_1align_alloc_excess_used, 1021, 1); Oct 27 20:20:24.857 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! Oct 27 20:20:24.857 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.857 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.857 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.857 INFO kablam! ... Oct 27 20:20:24.857 INFO kablam! 812 | rt_alloc_excess_used!(rt_primes_2039bytes_1align_alloc_excess_used, 2039, 1); Oct 27 20:20:24.857 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.857 INFO kablam! Oct 27 20:20:24.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.857 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.857 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.857 INFO kablam! ... Oct 27 20:20:24.857 INFO kablam! 812 | rt_alloc_excess_used!(rt_primes_2039bytes_1align_alloc_excess_used, 2039, 1); Oct 27 20:20:24.857 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! Oct 27 20:20:24.857 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.857 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.857 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.857 INFO kablam! ... Oct 27 20:20:24.857 INFO kablam! 825 | rt_alloc_excess_used!(rt_primes_4093bytes_1align_alloc_excess_used, 4093, 1); Oct 27 20:20:24.857 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.857 INFO kablam! Oct 27 20:20:24.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.857 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.857 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.857 INFO kablam! ... Oct 27 20:20:24.857 INFO kablam! 825 | rt_alloc_excess_used!(rt_primes_4093bytes_1align_alloc_excess_used, 4093, 1); Oct 27 20:20:24.857 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.857 INFO kablam! | Oct 27 20:20:24.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! Oct 27 20:20:24.858 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.858 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.858 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.858 INFO kablam! ... Oct 27 20:20:24.858 INFO kablam! 838 | rt_alloc_excess_used!(rt_primes_8191bytes_1align_alloc_excess_used, 8191, 1); Oct 27 20:20:24.858 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.858 INFO kablam! Oct 27 20:20:24.858 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.858 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.858 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.858 INFO kablam! ... Oct 27 20:20:24.858 INFO kablam! 838 | rt_alloc_excess_used!(rt_primes_8191bytes_1align_alloc_excess_used, 8191, 1); Oct 27 20:20:24.858 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! Oct 27 20:20:24.858 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.858 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.858 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.858 INFO kablam! ... Oct 27 20:20:24.858 INFO kablam! 851 | rt_alloc_excess_used!(rt_primes_16381bytes_1align_alloc_excess_used, 16381, 1); Oct 27 20:20:24.858 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.858 INFO kablam! Oct 27 20:20:24.858 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.858 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.858 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.858 INFO kablam! ... Oct 27 20:20:24.858 INFO kablam! 851 | rt_alloc_excess_used!(rt_primes_16381bytes_1align_alloc_excess_used, 16381, 1); Oct 27 20:20:24.858 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! Oct 27 20:20:24.858 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.858 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.858 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.858 INFO kablam! ... Oct 27 20:20:24.858 INFO kablam! 864 | rt_alloc_excess_used!(rt_primes_32749bytes_1align_alloc_excess_used, 32749, 1); Oct 27 20:20:24.858 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.858 INFO kablam! Oct 27 20:20:24.858 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.858 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.858 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.858 INFO kablam! ... Oct 27 20:20:24.858 INFO kablam! 864 | rt_alloc_excess_used!(rt_primes_32749bytes_1align_alloc_excess_used, 32749, 1); Oct 27 20:20:24.858 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.858 INFO kablam! | Oct 27 20:20:24.858 INFO kablam! Oct 27 20:20:24.891 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.891 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.891 INFO kablam! | Oct 27 20:20:24.891 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.891 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.891 INFO kablam! ... Oct 27 20:20:24.891 INFO kablam! 877 | rt_alloc_excess_used!(rt_primes_65537bytes_1align_alloc_excess_used, 65537, 1); Oct 27 20:20:24.891 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.891 INFO kablam! Oct 27 20:20:24.891 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.891 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.891 INFO kablam! | Oct 27 20:20:24.891 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.891 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.891 INFO kablam! ... Oct 27 20:20:24.891 INFO kablam! 877 | rt_alloc_excess_used!(rt_primes_65537bytes_1align_alloc_excess_used, 65537, 1); Oct 27 20:20:24.891 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.891 INFO kablam! | Oct 27 20:20:24.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.891 INFO kablam! | Oct 27 20:20:24.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.891 INFO kablam! | Oct 27 20:20:24.891 INFO kablam! Oct 27 20:20:24.891 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.891 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.891 INFO kablam! | Oct 27 20:20:24.891 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.891 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.891 INFO kablam! ... Oct 27 20:20:24.891 INFO kablam! 890 | rt_alloc_excess_used!(rt_primes_131071bytes_1align_alloc_excess_used, 131071, 1); Oct 27 20:20:24.891 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.891 INFO kablam! Oct 27 20:20:24.891 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.891 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.891 INFO kablam! | Oct 27 20:20:24.891 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.891 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.891 INFO kablam! ... Oct 27 20:20:24.891 INFO kablam! 890 | rt_alloc_excess_used!(rt_primes_131071bytes_1align_alloc_excess_used, 131071, 1); Oct 27 20:20:24.891 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.891 INFO kablam! | Oct 27 20:20:24.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.891 INFO kablam! | Oct 27 20:20:24.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.891 INFO kablam! | Oct 27 20:20:24.891 INFO kablam! Oct 27 20:20:24.891 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.891 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.891 INFO kablam! | Oct 27 20:20:24.891 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.891 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.891 INFO kablam! ... Oct 27 20:20:24.891 INFO kablam! 903 | rt_alloc_excess_used!(rt_primes_4194301bytes_1align_alloc_excess_used, 4194301, 1); Oct 27 20:20:24.891 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.891 INFO kablam! Oct 27 20:20:24.891 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.891 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.891 INFO kablam! | Oct 27 20:20:24.891 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.891 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.891 INFO kablam! ... Oct 27 20:20:24.891 INFO kablam! 903 | rt_alloc_excess_used!(rt_primes_4194301bytes_1align_alloc_excess_used, 4194301, 1); Oct 27 20:20:24.891 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.891 INFO kablam! | Oct 27 20:20:24.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.891 INFO kablam! | Oct 27 20:20:24.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.891 INFO kablam! | Oct 27 20:20:24.891 INFO kablam! Oct 27 20:20:24.891 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.891 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.891 INFO kablam! | Oct 27 20:20:24.891 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.891 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.891 INFO kablam! ... Oct 27 20:20:24.891 INFO kablam! 919 | rt_alloc_excess_used!(rt_pow2_1bytes_2align_alloc_excess_used, 1, 2); Oct 27 20:20:24.892 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.892 INFO kablam! Oct 27 20:20:24.892 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.892 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.892 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.892 INFO kablam! ... Oct 27 20:20:24.892 INFO kablam! 919 | rt_alloc_excess_used!(rt_pow2_1bytes_2align_alloc_excess_used, 1, 2); Oct 27 20:20:24.892 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.892 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! Oct 27 20:20:24.892 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.892 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.892 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.892 INFO kablam! ... Oct 27 20:20:24.892 INFO kablam! 932 | rt_alloc_excess_used!(rt_pow2_2bytes_2align_alloc_excess_used, 2, 2); Oct 27 20:20:24.892 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.892 INFO kablam! Oct 27 20:20:24.892 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.892 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.892 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.892 INFO kablam! ... Oct 27 20:20:24.892 INFO kablam! 932 | rt_alloc_excess_used!(rt_pow2_2bytes_2align_alloc_excess_used, 2, 2); Oct 27 20:20:24.892 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.892 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! Oct 27 20:20:24.892 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.892 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.892 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.892 INFO kablam! ... Oct 27 20:20:24.892 INFO kablam! 945 | rt_alloc_excess_used!(rt_pow2_4bytes_2align_alloc_excess_used, 4, 2); Oct 27 20:20:24.892 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.892 INFO kablam! Oct 27 20:20:24.892 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.892 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.892 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.892 INFO kablam! ... Oct 27 20:20:24.892 INFO kablam! 945 | rt_alloc_excess_used!(rt_pow2_4bytes_2align_alloc_excess_used, 4, 2); Oct 27 20:20:24.892 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.892 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! Oct 27 20:20:24.892 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.892 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.892 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.892 INFO kablam! ... Oct 27 20:20:24.892 INFO kablam! 958 | rt_alloc_excess_used!(rt_pow2_8bytes_2align_alloc_excess_used, 8, 2); Oct 27 20:20:24.892 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.892 INFO kablam! Oct 27 20:20:24.892 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.892 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.892 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.892 INFO kablam! ... Oct 27 20:20:24.892 INFO kablam! 958 | rt_alloc_excess_used!(rt_pow2_8bytes_2align_alloc_excess_used, 8, 2); Oct 27 20:20:24.892 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.892 INFO kablam! | Oct 27 20:20:24.892 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.893 INFO kablam! | Oct 27 20:20:24.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.893 INFO kablam! | Oct 27 20:20:24.893 INFO kablam! Oct 27 20:20:24.893 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.893 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.893 INFO kablam! | Oct 27 20:20:24.893 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.893 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.893 INFO kablam! ... Oct 27 20:20:24.893 INFO kablam! 971 | rt_alloc_excess_used!(rt_pow2_16bytes_2align_alloc_excess_used, 16, 2); Oct 27 20:20:24.893 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.893 INFO kablam! Oct 27 20:20:24.893 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.893 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.893 INFO kablam! | Oct 27 20:20:24.893 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.893 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.893 INFO kablam! ... Oct 27 20:20:24.893 INFO kablam! 971 | rt_alloc_excess_used!(rt_pow2_16bytes_2align_alloc_excess_used, 16, 2); Oct 27 20:20:24.893 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.893 INFO kablam! | Oct 27 20:20:24.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.893 INFO kablam! | Oct 27 20:20:24.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.893 INFO kablam! | Oct 27 20:20:24.893 INFO kablam! Oct 27 20:20:24.893 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.893 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.893 INFO kablam! | Oct 27 20:20:24.893 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.893 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.893 INFO kablam! ... Oct 27 20:20:24.893 INFO kablam! 984 | rt_alloc_excess_used!(rt_pow2_32bytes_2align_alloc_excess_used, 32, 2); Oct 27 20:20:24.893 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.893 INFO kablam! Oct 27 20:20:24.893 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.893 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.893 INFO kablam! | Oct 27 20:20:24.893 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.893 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.893 INFO kablam! ... Oct 27 20:20:24.893 INFO kablam! 984 | rt_alloc_excess_used!(rt_pow2_32bytes_2align_alloc_excess_used, 32, 2); Oct 27 20:20:24.893 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.893 INFO kablam! | Oct 27 20:20:24.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.893 INFO kablam! | Oct 27 20:20:24.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.893 INFO kablam! | Oct 27 20:20:24.893 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:125:52 Oct 27 20:20:24.894 INFO kablam! | Oct 27 20:20:24.894 INFO kablam! 125 | let Excess(ptr, excess) = 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! 997 | rt_alloc_excess_used!(rt_pow2_64bytes_2align_alloc_excess_used, 64, 2); 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:128:26 Oct 27 20:20:24.894 INFO kablam! | Oct 27 20:20:24.894 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.894 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.894 INFO kablam! ... Oct 27 20:20:24.894 INFO kablam! 997 | rt_alloc_excess_used!(rt_pow2_64bytes_2align_alloc_excess_used, 64, 2); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.894 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.894 INFO kablam! | Oct 27 20:20:24.894 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:125:52 Oct 27 20:20:24.894 INFO kablam! | Oct 27 20:20:24.894 INFO kablam! 125 | let Excess(ptr, excess) = 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! 1010 | rt_alloc_excess_used!(rt_pow2_128bytes_2align_alloc_excess_used, 128, 2); 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:128:26 Oct 27 20:20:24.894 INFO kablam! | Oct 27 20:20:24.896 INFO kablam! 128 | 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! 1010 | rt_alloc_excess_used!(rt_pow2_128bytes_2align_alloc_excess_used, 128, 2); 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:125:52 Oct 27 20:20:24.897 INFO kablam! | Oct 27 20:20:24.897 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.897 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.897 INFO kablam! ... Oct 27 20:20:24.897 INFO kablam! 1023 | rt_alloc_excess_used!(rt_pow2_256bytes_2align_alloc_excess_used, 256, 2); Oct 27 20:20:24.897 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.897 INFO kablam! Oct 27 20:20:24.897 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.897 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.897 INFO kablam! | Oct 27 20:20:24.897 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.897 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.897 INFO kablam! ... Oct 27 20:20:24.897 INFO kablam! 1023 | rt_alloc_excess_used!(rt_pow2_256bytes_2align_alloc_excess_used, 256, 2); Oct 27 20:20:24.897 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.897 INFO kablam! | Oct 27 20:20:24.897 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.897 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.897 INFO kablam! | Oct 27 20:20:24.897 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.897 INFO kablam! | Oct 27 20:20:24.897 INFO kablam! Oct 27 20:20:24.897 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.897 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.897 INFO kablam! | Oct 27 20:20:24.897 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.897 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.897 INFO kablam! ... Oct 27 20:20:24.897 INFO kablam! 1036 | rt_alloc_excess_used!(rt_pow2_512bytes_2align_alloc_excess_used, 512, 2); Oct 27 20:20:24.897 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.897 INFO kablam! Oct 27 20:20:24.897 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.897 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.897 INFO kablam! | Oct 27 20:20:24.897 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.897 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.897 INFO kablam! ... Oct 27 20:20:24.897 INFO kablam! 1036 | rt_alloc_excess_used!(rt_pow2_512bytes_2align_alloc_excess_used, 512, 2); Oct 27 20:20:24.897 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.897 INFO kablam! | Oct 27 20:20:24.897 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.897 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.897 INFO kablam! | Oct 27 20:20:24.897 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.897 INFO kablam! | Oct 27 20:20:24.897 INFO kablam! Oct 27 20:20:24.897 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.897 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.897 INFO kablam! | Oct 27 20:20:24.897 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.897 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.897 INFO kablam! ... Oct 27 20:20:24.898 INFO kablam! 1049 | rt_alloc_excess_used!(rt_pow2_1024bytes_2align_alloc_excess_used, 1024, 2); 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:128:26 Oct 27 20:20:24.898 INFO kablam! | Oct 27 20:20:24.899 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.899 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.899 INFO kablam! ... Oct 27 20:20:24.899 INFO kablam! 1049 | rt_alloc_excess_used!(rt_pow2_1024bytes_2align_alloc_excess_used, 1024, 2); Oct 27 20:20:24.899 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.899 INFO kablam! | Oct 27 20:20:24.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.899 INFO kablam! | Oct 27 20:20:24.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.899 INFO kablam! | Oct 27 20:20:24.899 INFO kablam! Oct 27 20:20:24.899 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.899 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.899 INFO kablam! | Oct 27 20:20:24.899 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.899 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.899 INFO kablam! ... Oct 27 20:20:24.899 INFO kablam! 1062 | rt_alloc_excess_used!(rt_pow2_2048bytes_2align_alloc_excess_used, 2048, 2); Oct 27 20:20:24.899 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.899 INFO kablam! Oct 27 20:20:24.899 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.899 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.899 INFO kablam! | Oct 27 20:20:24.899 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.899 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.899 INFO kablam! ... Oct 27 20:20:24.899 INFO kablam! 1062 | rt_alloc_excess_used!(rt_pow2_2048bytes_2align_alloc_excess_used, 2048, 2); Oct 27 20:20:24.899 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.899 INFO kablam! | Oct 27 20:20:24.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.899 INFO kablam! | Oct 27 20:20:24.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.899 INFO kablam! | Oct 27 20:20:24.899 INFO kablam! Oct 27 20:20:24.899 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.899 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.899 INFO kablam! | Oct 27 20:20:24.899 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.899 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.899 INFO kablam! ... Oct 27 20:20:24.899 INFO kablam! 1075 | rt_alloc_excess_used!(rt_pow2_4096bytes_2align_alloc_excess_used, 4096, 2); Oct 27 20:20:24.899 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.899 INFO kablam! Oct 27 20:20:24.899 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.899 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.899 INFO kablam! | Oct 27 20:20:24.899 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.899 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.899 INFO kablam! ... Oct 27 20:20:24.899 INFO kablam! 1075 | rt_alloc_excess_used!(rt_pow2_4096bytes_2align_alloc_excess_used, 4096, 2); Oct 27 20:20:24.899 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.899 INFO kablam! | Oct 27 20:20:24.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.899 INFO kablam! | Oct 27 20:20:24.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.899 INFO kablam! | Oct 27 20:20:24.899 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:125:52 Oct 27 20:20:24.901 INFO kablam! | Oct 27 20:20:24.901 INFO kablam! 125 | let Excess(ptr, excess) = 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! 1088 | rt_alloc_excess_used!(rt_pow2_8192bytes_2align_alloc_excess_used, 8192, 2); 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:128:26 Oct 27 20:20:24.901 INFO kablam! | Oct 27 20:20:24.901 INFO kablam! 128 | 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! 1088 | rt_alloc_excess_used!(rt_pow2_8192bytes_2align_alloc_excess_used, 8192, 2); 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.902 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.902 INFO kablam! | Oct 27 20:20:24.905 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.905 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.905 INFO kablam! ... Oct 27 20:20:24.905 INFO kablam! 1101 | rt_alloc_excess_used!(rt_pow2_16384bytes_2align_alloc_excess_used, 16384, 2); Oct 27 20:20:24.905 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.905 INFO kablam! Oct 27 20:20:24.905 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:128:26 Oct 27 20:20:24.905 INFO kablam! | Oct 27 20:20:24.905 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.905 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.905 INFO kablam! ... Oct 27 20:20:24.905 INFO kablam! 1101 | rt_alloc_excess_used!(rt_pow2_16384bytes_2align_alloc_excess_used, 16384, 2); Oct 27 20:20:24.905 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.905 INFO kablam! | Oct 27 20:20:24.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.905 INFO kablam! | Oct 27 20:20:24.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.905 INFO kablam! | Oct 27 20:20:24.905 INFO kablam! Oct 27 20:20:24.905 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.905 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.905 INFO kablam! | Oct 27 20:20:24.905 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.905 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.905 INFO kablam! ... Oct 27 20:20:24.905 INFO kablam! 1114 | rt_alloc_excess_used!(rt_pow2_32768bytes_2align_alloc_excess_used, 32768, 2); Oct 27 20:20:24.905 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.905 INFO kablam! Oct 27 20:20:24.905 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:128:26 Oct 27 20:20:24.905 INFO kablam! | Oct 27 20:20:24.905 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.905 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.905 INFO kablam! ... Oct 27 20:20:24.905 INFO kablam! 1114 | rt_alloc_excess_used!(rt_pow2_32768bytes_2align_alloc_excess_used, 32768, 2); Oct 27 20:20:24.905 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.905 INFO kablam! | Oct 27 20:20:24.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.905 INFO kablam! | Oct 27 20:20:24.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.905 INFO kablam! | Oct 27 20:20:24.905 INFO kablam! Oct 27 20:20:24.905 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.905 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.905 INFO kablam! | Oct 27 20:20:24.905 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.905 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.905 INFO kablam! ... Oct 27 20:20:24.905 INFO kablam! 1127 | rt_alloc_excess_used!(rt_pow2_65536bytes_2align_alloc_excess_used, 65536, 2); Oct 27 20:20:24.905 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.905 INFO kablam! Oct 27 20:20:24.905 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:128:26 Oct 27 20:20:24.905 INFO kablam! | Oct 27 20:20:24.905 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.905 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.905 INFO kablam! ... Oct 27 20:20:24.905 INFO kablam! 1127 | rt_alloc_excess_used!(rt_pow2_65536bytes_2align_alloc_excess_used, 65536, 2); Oct 27 20:20:24.905 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.905 INFO kablam! | Oct 27 20:20:24.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.905 INFO kablam! | Oct 27 20:20:24.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.905 INFO kablam! | Oct 27 20:20:24.905 INFO kablam! Oct 27 20:20:24.905 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.905 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.905 INFO kablam! | Oct 27 20:20:24.905 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.905 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.905 INFO kablam! ... Oct 27 20:20:24.906 INFO kablam! 1140 | rt_alloc_excess_used!(rt_pow2_131072bytes_2align_alloc_excess_used, 131072, 2); Oct 27 20:20:24.906 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.906 INFO kablam! Oct 27 20:20:24.906 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.906 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.906 INFO kablam! | Oct 27 20:20:24.907 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.909 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.909 INFO kablam! ... Oct 27 20:20:24.909 INFO kablam! 1140 | rt_alloc_excess_used!(rt_pow2_131072bytes_2align_alloc_excess_used, 131072, 2); Oct 27 20:20:24.909 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.909 INFO kablam! | Oct 27 20:20:24.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.909 INFO kablam! | Oct 27 20:20:24.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.909 INFO kablam! | Oct 27 20:20:24.909 INFO kablam! Oct 27 20:20:24.909 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.909 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.909 INFO kablam! | Oct 27 20:20:24.909 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.909 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.909 INFO kablam! ... Oct 27 20:20:24.909 INFO kablam! 1153 | rt_alloc_excess_used!(rt_pow2_4194304bytes_2align_alloc_excess_used, 4194304, 2); Oct 27 20:20:24.909 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.909 INFO kablam! Oct 27 20:20:24.909 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:128:26 Oct 27 20:20:24.909 INFO kablam! | Oct 27 20:20:24.909 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.909 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.909 INFO kablam! ... Oct 27 20:20:24.909 INFO kablam! 1153 | rt_alloc_excess_used!(rt_pow2_4194304bytes_2align_alloc_excess_used, 4194304, 2); Oct 27 20:20:24.909 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.909 INFO kablam! | Oct 27 20:20:24.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.909 INFO kablam! | Oct 27 20:20:24.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.909 INFO kablam! | Oct 27 20:20:24.909 INFO kablam! Oct 27 20:20:24.909 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.909 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.909 INFO kablam! | Oct 27 20:20:24.909 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.909 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.909 INFO kablam! ... Oct 27 20:20:24.909 INFO kablam! 1167 | rt_alloc_excess_used!(rt_even_10bytes_2align_alloc_excess_used, 10, 2); Oct 27 20:20:24.909 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.909 INFO kablam! Oct 27 20:20:24.909 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:128:26 Oct 27 20:20:24.909 INFO kablam! | Oct 27 20:20:24.909 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.910 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.910 INFO kablam! ... Oct 27 20:20:24.910 INFO kablam! 1167 | rt_alloc_excess_used!(rt_even_10bytes_2align_alloc_excess_used, 10, 2); Oct 27 20:20:24.910 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.910 INFO kablam! | Oct 27 20:20:24.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.910 INFO kablam! | Oct 27 20:20:24.910 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.910 INFO kablam! | Oct 27 20:20:24.910 INFO kablam! Oct 27 20:20:24.912 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.912 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.912 INFO kablam! | Oct 27 20:20:24.912 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.912 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.912 INFO kablam! ... Oct 27 20:20:24.912 INFO kablam! 1180 | rt_alloc_excess_used!(rt_even_100bytes_2align_alloc_excess_used, 100, 2); Oct 27 20:20:24.912 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.912 INFO kablam! Oct 27 20:20:24.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.912 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.912 INFO kablam! | Oct 27 20:20:24.912 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.912 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.912 INFO kablam! ... Oct 27 20:20:24.912 INFO kablam! 1180 | rt_alloc_excess_used!(rt_even_100bytes_2align_alloc_excess_used, 100, 2); Oct 27 20:20:24.912 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.912 INFO kablam! | Oct 27 20:20:24.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.912 INFO kablam! | Oct 27 20:20:24.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.912 INFO kablam! | Oct 27 20:20:24.912 INFO kablam! Oct 27 20:20:24.912 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.912 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.912 INFO kablam! | Oct 27 20:20:24.912 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.912 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.912 INFO kablam! ... Oct 27 20:20:24.912 INFO kablam! 1193 | rt_alloc_excess_used!(rt_even_1000bytes_2align_alloc_excess_used, 1000, 2); Oct 27 20:20:24.912 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.912 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:128:26 Oct 27 20:20:24.913 INFO kablam! | Oct 27 20:20:24.913 INFO kablam! 128 | 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! 1193 | rt_alloc_excess_used!(rt_even_1000bytes_2align_alloc_excess_used, 1000, 2); 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:125:52 Oct 27 20:20:24.914 INFO kablam! | Oct 27 20:20:24.914 INFO kablam! 125 | let Excess(ptr, excess) = 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! 1206 | rt_alloc_excess_used!(rt_even_10000bytes_2align_alloc_excess_used, 10000, 2); 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:128:26 Oct 27 20:20:24.914 INFO kablam! | Oct 27 20:20:24.914 INFO kablam! 128 | 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! 1206 | rt_alloc_excess_used!(rt_even_10000bytes_2align_alloc_excess_used, 10000, 2); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.914 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.914 INFO kablam! | Oct 27 20:20:24.914 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.914 INFO kablam! | Oct 27 20:20:24.914 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.915 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.915 INFO kablam! | Oct 27 20:20:24.915 INFO kablam! 125 | let Excess(ptr, excess) = 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! 1219 | rt_alloc_excess_used!(rt_even_100000bytes_2align_alloc_excess_used, 100000, 2); 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:128:26 Oct 27 20:20:24.915 INFO kablam! | Oct 27 20:20:24.915 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.915 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.915 INFO kablam! ... Oct 27 20:20:24.920 INFO kablam! 1219 | rt_alloc_excess_used!(rt_even_100000bytes_2align_alloc_excess_used, 100000, 2); Oct 27 20:20:24.920 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.920 INFO kablam! | Oct 27 20:20:24.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.920 INFO kablam! | Oct 27 20:20:24.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.920 INFO kablam! | Oct 27 20:20:24.920 INFO kablam! Oct 27 20:20:24.920 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.920 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.920 INFO kablam! | Oct 27 20:20:24.920 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.920 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.920 INFO kablam! ... Oct 27 20:20:24.920 INFO kablam! 1232 | rt_alloc_excess_used!(rt_even_1000000bytes_2align_alloc_excess_used, 1000000, 2); Oct 27 20:20:24.920 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.920 INFO kablam! Oct 27 20:20:24.920 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.920 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.920 INFO kablam! | Oct 27 20:20:24.920 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.920 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.920 INFO kablam! ... Oct 27 20:20:24.920 INFO kablam! 1232 | rt_alloc_excess_used!(rt_even_1000000bytes_2align_alloc_excess_used, 1000000, 2); Oct 27 20:20:24.920 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.920 INFO kablam! | Oct 27 20:20:24.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.920 INFO kablam! | Oct 27 20:20:24.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.920 INFO kablam! | Oct 27 20:20:24.920 INFO kablam! Oct 27 20:20:24.920 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.920 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.920 INFO kablam! | Oct 27 20:20:24.920 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.920 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.920 INFO kablam! ... Oct 27 20:20:24.920 INFO kablam! 1246 | rt_alloc_excess_used!(rt_odd_10bytes_2align_alloc_excess_used, 10- 1, 2); Oct 27 20:20:24.920 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.920 INFO kablam! Oct 27 20:20:24.920 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.920 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.920 INFO kablam! | Oct 27 20:20:24.920 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.920 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.920 INFO kablam! ... Oct 27 20:20:24.920 INFO kablam! 1246 | rt_alloc_excess_used!(rt_odd_10bytes_2align_alloc_excess_used, 10- 1, 2); Oct 27 20:20:24.920 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.920 INFO kablam! | Oct 27 20:20:24.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.920 INFO kablam! | Oct 27 20:20:24.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.922 INFO kablam! | Oct 27 20:20:24.922 INFO kablam! Oct 27 20:20:24.922 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.922 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.922 INFO kablam! | Oct 27 20:20:24.922 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.922 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.924 INFO kablam! ... Oct 27 20:20:24.924 INFO kablam! 1259 | rt_alloc_excess_used!(rt_odd_100bytes_2align_alloc_excess_used, 100- 1, 2); Oct 27 20:20:24.924 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.924 INFO kablam! Oct 27 20:20:24.924 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.924 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.924 INFO kablam! | Oct 27 20:20:24.924 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.924 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.924 INFO kablam! ... Oct 27 20:20:24.924 INFO kablam! 1259 | rt_alloc_excess_used!(rt_odd_100bytes_2align_alloc_excess_used, 100- 1, 2); Oct 27 20:20:24.924 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.924 INFO kablam! | Oct 27 20:20:24.924 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.924 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.924 INFO kablam! | Oct 27 20:20:24.924 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.924 INFO kablam! | Oct 27 20:20:24.924 INFO kablam! Oct 27 20:20:24.924 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.924 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.924 INFO kablam! | Oct 27 20:20:24.924 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.924 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.924 INFO kablam! ... Oct 27 20:20:24.924 INFO kablam! 1272 | rt_alloc_excess_used!(rt_odd_1000bytes_2align_alloc_excess_used, 1000- 1, 2); Oct 27 20:20:24.924 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.924 INFO kablam! Oct 27 20:20:24.924 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.925 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.926 INFO kablam! | Oct 27 20:20:24.928 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.928 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.928 INFO kablam! ... Oct 27 20:20:24.928 INFO kablam! 1272 | rt_alloc_excess_used!(rt_odd_1000bytes_2align_alloc_excess_used, 1000- 1, 2); Oct 27 20:20:24.928 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.928 INFO kablam! | Oct 27 20:20:24.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.928 INFO kablam! | Oct 27 20:20:24.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.928 INFO kablam! | Oct 27 20:20:24.928 INFO kablam! Oct 27 20:20:24.928 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.928 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.928 INFO kablam! | Oct 27 20:20:24.928 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.928 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.928 INFO kablam! ... Oct 27 20:20:24.928 INFO kablam! 1285 | rt_alloc_excess_used!(rt_odd_10000bytes_2align_alloc_excess_used, 10000- 1, 2); Oct 27 20:20:24.928 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.928 INFO kablam! Oct 27 20:20:24.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.928 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.928 INFO kablam! | Oct 27 20:20:24.928 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.928 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.928 INFO kablam! ... Oct 27 20:20:24.928 INFO kablam! 1285 | rt_alloc_excess_used!(rt_odd_10000bytes_2align_alloc_excess_used, 10000- 1, 2); Oct 27 20:20:24.928 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.928 INFO kablam! | Oct 27 20:20:24.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.928 INFO kablam! | Oct 27 20:20:24.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.928 INFO kablam! | Oct 27 20:20:24.928 INFO kablam! Oct 27 20:20:24.928 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.928 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.931 INFO kablam! | Oct 27 20:20:24.931 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.931 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.931 INFO kablam! ... Oct 27 20:20:24.931 INFO kablam! 1298 | rt_alloc_excess_used!(rt_odd_100000bytes_2align_alloc_excess_used, 100000- 1, 2); Oct 27 20:20:24.931 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.931 INFO kablam! Oct 27 20:20:24.931 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.931 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.931 INFO kablam! | Oct 27 20:20:24.931 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.931 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.931 INFO kablam! ... Oct 27 20:20:24.931 INFO kablam! 1298 | rt_alloc_excess_used!(rt_odd_100000bytes_2align_alloc_excess_used, 100000- 1, 2); Oct 27 20:20:24.931 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.931 INFO kablam! | Oct 27 20:20:24.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.931 INFO kablam! | Oct 27 20:20:24.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.931 INFO kablam! | Oct 27 20:20:24.931 INFO kablam! Oct 27 20:20:24.931 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.931 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.931 INFO kablam! | Oct 27 20:20:24.931 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.931 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.931 INFO kablam! ... Oct 27 20:20:24.931 INFO kablam! 1311 | rt_alloc_excess_used!(rt_odd_1000000bytes_2align_alloc_excess_used, 1000000- 1, 2); Oct 27 20:20:24.931 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.931 INFO kablam! Oct 27 20:20:24.931 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.931 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.931 INFO kablam! | Oct 27 20:20:24.931 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.931 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.931 INFO kablam! ... Oct 27 20:20:24.931 INFO kablam! 1311 | rt_alloc_excess_used!(rt_odd_1000000bytes_2align_alloc_excess_used, 1000000- 1, 2); Oct 27 20:20:24.931 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.934 INFO kablam! | Oct 27 20:20:24.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.934 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.934 INFO kablam! | Oct 27 20:20:24.934 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.934 INFO kablam! | Oct 27 20:20:24.934 INFO kablam! Oct 27 20:20:24.934 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.934 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.934 INFO kablam! | Oct 27 20:20:24.934 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.934 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.934 INFO kablam! ... Oct 27 20:20:24.934 INFO kablam! 1325 | rt_alloc_excess_used!(rt_primes_3bytes_2align_alloc_excess_used, 3, 2); Oct 27 20:20:24.934 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.934 INFO kablam! Oct 27 20:20:24.934 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.934 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.934 INFO kablam! | Oct 27 20:20:24.934 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.934 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.934 INFO kablam! ... Oct 27 20:20:24.934 INFO kablam! 1325 | rt_alloc_excess_used!(rt_primes_3bytes_2align_alloc_excess_used, 3, 2); Oct 27 20:20:24.934 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.934 INFO kablam! | Oct 27 20:20:24.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.934 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.934 INFO kablam! | Oct 27 20:20:24.934 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.934 INFO kablam! | Oct 27 20:20:24.934 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.937 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.937 INFO kablam! | Oct 27 20:20:24.937 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.937 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.937 INFO kablam! ... Oct 27 20:20:24.937 INFO kablam! 1338 | rt_alloc_excess_used!(rt_primes_7bytes_2align_alloc_excess_used, 7, 2); Oct 27 20:20:24.937 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.937 INFO kablam! Oct 27 20:20:24.937 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.937 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.937 INFO kablam! | Oct 27 20:20:24.937 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.937 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.937 INFO kablam! ... Oct 27 20:20:24.937 INFO kablam! 1338 | rt_alloc_excess_used!(rt_primes_7bytes_2align_alloc_excess_used, 7, 2); Oct 27 20:20:24.937 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.937 INFO kablam! | Oct 27 20:20:24.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.937 INFO kablam! | Oct 27 20:20:24.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.937 INFO kablam! | Oct 27 20:20:24.937 INFO kablam! Oct 27 20:20:24.938 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.938 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.938 INFO kablam! | Oct 27 20:20:24.938 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.938 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.938 INFO kablam! ... Oct 27 20:20:24.938 INFO kablam! 1351 | rt_alloc_excess_used!(rt_primes_13bytes_2align_alloc_excess_used, 13, 2); Oct 27 20:20:24.938 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.938 INFO kablam! Oct 27 20:20:24.938 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.938 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.938 INFO kablam! | Oct 27 20:20:24.938 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.938 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.938 INFO kablam! ... Oct 27 20:20:24.938 INFO kablam! 1351 | rt_alloc_excess_used!(rt_primes_13bytes_2align_alloc_excess_used, 13, 2); Oct 27 20:20:24.938 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.938 INFO kablam! | Oct 27 20:20:24.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.938 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.938 INFO kablam! | Oct 27 20:20:24.938 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.938 INFO kablam! | Oct 27 20:20:24.938 INFO kablam! Oct 27 20:20:24.938 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.938 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.938 INFO kablam! | Oct 27 20:20:24.938 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.938 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.938 INFO kablam! ... Oct 27 20:20:24.938 INFO kablam! 1364 | rt_alloc_excess_used!(rt_primes_17bytes_2align_alloc_excess_used, 17, 2); Oct 27 20:20:24.938 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.938 INFO kablam! Oct 27 20:20:24.938 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.938 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.938 INFO kablam! | Oct 27 20:20:24.938 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.938 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.938 INFO kablam! ... Oct 27 20:20:24.938 INFO kablam! 1364 | rt_alloc_excess_used!(rt_primes_17bytes_2align_alloc_excess_used, 17, 2); Oct 27 20:20:24.938 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.938 INFO kablam! | Oct 27 20:20:24.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.938 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.938 INFO kablam! | Oct 27 20:20:24.938 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.938 INFO kablam! | Oct 27 20:20:24.938 INFO kablam! Oct 27 20:20:24.938 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.938 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.944 INFO kablam! | Oct 27 20:20:24.944 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.944 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.944 INFO kablam! ... Oct 27 20:20:24.944 INFO kablam! 1377 | rt_alloc_excess_used!(rt_primes_31bytes_2align_alloc_excess_used, 31, 2); 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:128:26 Oct 27 20:20:24.944 INFO kablam! | Oct 27 20:20:24.944 INFO kablam! 128 | 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! 1377 | rt_alloc_excess_used!(rt_primes_31bytes_2align_alloc_excess_used, 31, 2); 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.944 INFO kablam! Oct 27 20:20:24.944 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.944 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.944 INFO kablam! | Oct 27 20:20:24.944 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.944 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.944 INFO kablam! ... Oct 27 20:20:24.944 INFO kablam! 1390 | rt_alloc_excess_used!(rt_primes_61bytes_2align_alloc_excess_used, 61, 2); 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:128:26 Oct 27 20:20:24.944 INFO kablam! | Oct 27 20:20:24.944 INFO kablam! 128 | 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! 1390 | rt_alloc_excess_used!(rt_primes_61bytes_2align_alloc_excess_used, 61, 2); 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:125:52 Oct 27 20:20:24.946 INFO kablam! | Oct 27 20:20:24.946 INFO kablam! 125 | let Excess(ptr, excess) = 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! 1403 | rt_alloc_excess_used!(rt_primes_96bytes_2align_alloc_excess_used, 96, 2); 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.946 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.946 INFO kablam! | Oct 27 20:20:24.946 INFO kablam! 128 | 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! 1403 | rt_alloc_excess_used!(rt_primes_96bytes_2align_alloc_excess_used, 96, 2); 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:125:52 Oct 27 20:20:24.946 INFO kablam! | Oct 27 20:20:24.946 INFO kablam! 125 | let Excess(ptr, excess) = 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! 1416 | rt_alloc_excess_used!(rt_primes_127bytes_2align_alloc_excess_used, 127, 2); 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.946 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.946 INFO kablam! | Oct 27 20:20:24.946 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.946 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.947 INFO kablam! ... Oct 27 20:20:24.947 INFO kablam! 1416 | rt_alloc_excess_used!(rt_primes_127bytes_2align_alloc_excess_used, 127, 2); 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:125:52 Oct 27 20:20:24.947 INFO kablam! | Oct 27 20:20:24.947 INFO kablam! 125 | let Excess(ptr, excess) = 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! 1429 | rt_alloc_excess_used!(rt_primes_257bytes_2align_alloc_excess_used, 257, 2); 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:128:26 Oct 27 20:20:24.948 INFO kablam! | Oct 27 20:20:24.948 INFO kablam! 128 | 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! 1429 | rt_alloc_excess_used!(rt_primes_257bytes_2align_alloc_excess_used, 257, 2); 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:125:52 Oct 27 20:20:24.948 INFO kablam! | Oct 27 20:20:24.948 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.949 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.949 INFO kablam! ... Oct 27 20:20:24.949 INFO kablam! 1442 | rt_alloc_excess_used!(rt_primes_509bytes_2align_alloc_excess_used, 509, 2); Oct 27 20:20:24.949 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.949 INFO kablam! Oct 27 20:20:24.949 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.949 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.949 INFO kablam! | Oct 27 20:20:24.949 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.949 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.949 INFO kablam! ... Oct 27 20:20:24.949 INFO kablam! 1442 | rt_alloc_excess_used!(rt_primes_509bytes_2align_alloc_excess_used, 509, 2); Oct 27 20:20:24.949 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.949 INFO kablam! | Oct 27 20:20:24.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.949 INFO kablam! | Oct 27 20:20:24.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.949 INFO kablam! | Oct 27 20:20:24.949 INFO kablam! Oct 27 20:20:24.949 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.949 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.949 INFO kablam! | Oct 27 20:20:24.949 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.949 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.949 INFO kablam! ... Oct 27 20:20:24.949 INFO kablam! 1455 | rt_alloc_excess_used!(rt_primes_1021bytes_2align_alloc_excess_used, 1021, 2); Oct 27 20:20:24.949 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.949 INFO kablam! Oct 27 20:20:24.949 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.949 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.949 INFO kablam! | Oct 27 20:20:24.949 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.949 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.949 INFO kablam! ... Oct 27 20:20:24.949 INFO kablam! 1455 | rt_alloc_excess_used!(rt_primes_1021bytes_2align_alloc_excess_used, 1021, 2); Oct 27 20:20:24.949 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.949 INFO kablam! | Oct 27 20:20:24.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.949 INFO kablam! | Oct 27 20:20:24.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.949 INFO kablam! | Oct 27 20:20:24.949 INFO kablam! Oct 27 20:20:24.949 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:125:52 Oct 27 20:20:24.950 INFO kablam! | Oct 27 20:20:24.950 INFO kablam! 125 | let Excess(ptr, excess) = 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! 1468 | rt_alloc_excess_used!(rt_primes_2039bytes_2align_alloc_excess_used, 2039, 2); 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:128:26 Oct 27 20:20:24.950 INFO kablam! | Oct 27 20:20:24.950 INFO kablam! 128 | 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! 1468 | rt_alloc_excess_used!(rt_primes_2039bytes_2align_alloc_excess_used, 2039, 2); 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.951 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.951 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.951 INFO kablam! | Oct 27 20:20:24.951 INFO kablam! 125 | let Excess(ptr, excess) = 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! 1481 | rt_alloc_excess_used!(rt_primes_4093bytes_2align_alloc_excess_used, 4093, 2); 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:128:26 Oct 27 20:20:24.951 INFO kablam! | Oct 27 20:20:24.951 INFO kablam! 128 | 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! 1481 | rt_alloc_excess_used!(rt_primes_4093bytes_2align_alloc_excess_used, 4093, 2); 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.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.951 INFO kablam! | Oct 27 20:20:24.951 INFO kablam! Oct 27 20:20:24.955 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.955 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.955 INFO kablam! | Oct 27 20:20:24.955 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.955 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.955 INFO kablam! ... Oct 27 20:20:24.955 INFO kablam! 1494 | rt_alloc_excess_used!(rt_primes_8191bytes_2align_alloc_excess_used, 8191, 2); Oct 27 20:20:24.955 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.955 INFO kablam! Oct 27 20:20:24.955 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.955 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.955 INFO kablam! | Oct 27 20:20:24.955 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.955 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.955 INFO kablam! ... Oct 27 20:20:24.955 INFO kablam! 1494 | rt_alloc_excess_used!(rt_primes_8191bytes_2align_alloc_excess_used, 8191, 2); Oct 27 20:20:24.955 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.955 INFO kablam! | Oct 27 20:20:24.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.955 INFO kablam! | Oct 27 20:20:24.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.955 INFO kablam! | Oct 27 20:20:24.955 INFO kablam! Oct 27 20:20:24.955 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.955 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.955 INFO kablam! | Oct 27 20:20:24.955 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.955 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.955 INFO kablam! ... Oct 27 20:20:24.955 INFO kablam! 1507 | rt_alloc_excess_used!(rt_primes_16381bytes_2align_alloc_excess_used, 16381, 2); Oct 27 20:20:24.955 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.955 INFO kablam! Oct 27 20:20:24.955 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.955 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.955 INFO kablam! | Oct 27 20:20:24.955 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.955 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.955 INFO kablam! ... Oct 27 20:20:24.955 INFO kablam! 1507 | rt_alloc_excess_used!(rt_primes_16381bytes_2align_alloc_excess_used, 16381, 2); Oct 27 20:20:24.955 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.955 INFO kablam! | Oct 27 20:20:24.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.955 INFO kablam! | Oct 27 20:20:24.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.956 INFO kablam! | Oct 27 20:20:24.956 INFO kablam! Oct 27 20:20:24.957 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.957 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.957 INFO kablam! | Oct 27 20:20:24.957 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.957 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.957 INFO kablam! ... Oct 27 20:20:24.957 INFO kablam! 1520 | rt_alloc_excess_used!(rt_primes_32749bytes_2align_alloc_excess_used, 32749, 2); Oct 27 20:20:24.957 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.957 INFO kablam! Oct 27 20:20:24.957 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.957 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.957 INFO kablam! | Oct 27 20:20:24.957 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.957 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.957 INFO kablam! ... Oct 27 20:20:24.957 INFO kablam! 1520 | rt_alloc_excess_used!(rt_primes_32749bytes_2align_alloc_excess_used, 32749, 2); Oct 27 20:20:24.957 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.957 INFO kablam! | Oct 27 20:20:24.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.958 INFO kablam! | Oct 27 20:20:24.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.958 INFO kablam! | Oct 27 20:20:24.958 INFO kablam! Oct 27 20:20:24.962 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.963 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.963 INFO kablam! | Oct 27 20:20:24.963 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.963 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.963 INFO kablam! ... Oct 27 20:20:24.963 INFO kablam! 1533 | rt_alloc_excess_used!(rt_primes_65537bytes_2align_alloc_excess_used, 65537, 2); Oct 27 20:20:24.963 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.963 INFO kablam! Oct 27 20:20:24.963 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.963 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.963 INFO kablam! | Oct 27 20:20:24.963 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.963 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.963 INFO kablam! ... Oct 27 20:20:24.963 INFO kablam! 1533 | rt_alloc_excess_used!(rt_primes_65537bytes_2align_alloc_excess_used, 65537, 2); Oct 27 20:20:24.963 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.963 INFO kablam! | Oct 27 20:20:24.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.963 INFO kablam! | Oct 27 20:20:24.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.963 INFO kablam! | Oct 27 20:20:24.963 INFO kablam! Oct 27 20:20:24.963 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.963 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.963 INFO kablam! | Oct 27 20:20:24.963 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.963 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.963 INFO kablam! ... Oct 27 20:20:24.963 INFO kablam! 1546 | rt_alloc_excess_used!(rt_primes_131071bytes_2align_alloc_excess_used, 131071, 2); Oct 27 20:20:24.963 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.963 INFO kablam! Oct 27 20:20:24.963 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.963 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.963 INFO kablam! | Oct 27 20:20:24.963 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.963 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.963 INFO kablam! ... Oct 27 20:20:24.963 INFO kablam! 1546 | rt_alloc_excess_used!(rt_primes_131071bytes_2align_alloc_excess_used, 131071, 2); Oct 27 20:20:24.963 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.963 INFO kablam! | Oct 27 20:20:24.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.963 INFO kablam! | Oct 27 20:20:24.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.963 INFO kablam! | Oct 27 20:20:24.963 INFO kablam! Oct 27 20:20:24.963 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.963 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.963 INFO kablam! | Oct 27 20:20:24.963 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.963 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.963 INFO kablam! ... Oct 27 20:20:24.963 INFO kablam! 1559 | rt_alloc_excess_used!(rt_primes_4194301bytes_2align_alloc_excess_used, 4194301, 2); Oct 27 20:20:24.963 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.963 INFO kablam! Oct 27 20:20:24.971 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.971 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.971 INFO kablam! | Oct 27 20:20:24.971 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.971 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.971 INFO kablam! ... Oct 27 20:20:24.971 INFO kablam! 1559 | rt_alloc_excess_used!(rt_primes_4194301bytes_2align_alloc_excess_used, 4194301, 2); Oct 27 20:20:24.971 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.971 INFO kablam! | Oct 27 20:20:24.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.971 INFO kablam! | Oct 27 20:20:24.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.971 INFO kablam! | Oct 27 20:20:24.971 INFO kablam! Oct 27 20:20:24.971 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.971 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.971 INFO kablam! | Oct 27 20:20:24.971 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.971 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.971 INFO kablam! ... Oct 27 20:20:24.971 INFO kablam! 1575 | rt_alloc_excess_used!(rt_pow2_1bytes_4align_alloc_excess_used, 1, 4); Oct 27 20:20:24.971 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.971 INFO kablam! Oct 27 20:20:24.971 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.971 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.971 INFO kablam! | Oct 27 20:20:24.971 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.971 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.971 INFO kablam! ... Oct 27 20:20:24.971 INFO kablam! 1575 | rt_alloc_excess_used!(rt_pow2_1bytes_4align_alloc_excess_used, 1, 4); Oct 27 20:20:24.971 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.971 INFO kablam! | Oct 27 20:20:24.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.971 INFO kablam! | Oct 27 20:20:24.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.971 INFO kablam! | Oct 27 20:20:24.971 INFO kablam! Oct 27 20:20:24.971 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.971 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.971 INFO kablam! | Oct 27 20:20:24.971 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.971 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.971 INFO kablam! ... Oct 27 20:20:24.971 INFO kablam! 1588 | rt_alloc_excess_used!(rt_pow2_2bytes_4align_alloc_excess_used, 2, 4); Oct 27 20:20:24.971 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.971 INFO kablam! Oct 27 20:20:24.971 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.971 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.971 INFO kablam! | Oct 27 20:20:24.971 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.971 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.971 INFO kablam! ... Oct 27 20:20:24.971 INFO kablam! 1588 | rt_alloc_excess_used!(rt_pow2_2bytes_4align_alloc_excess_used, 2, 4); Oct 27 20:20:24.971 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.971 INFO kablam! | Oct 27 20:20:24.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.971 INFO kablam! | Oct 27 20:20:24.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.971 INFO kablam! | Oct 27 20:20:24.971 INFO kablam! Oct 27 20:20:24.971 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.971 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.971 INFO kablam! | Oct 27 20:20:24.971 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.971 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.971 INFO kablam! ... Oct 27 20:20:24.971 INFO kablam! 1601 | rt_alloc_excess_used!(rt_pow2_4bytes_4align_alloc_excess_used, 4, 4); Oct 27 20:20:24.971 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.971 INFO kablam! Oct 27 20:20:24.971 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.971 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.971 INFO kablam! | Oct 27 20:20:24.971 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.971 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.971 INFO kablam! ... Oct 27 20:20:24.972 INFO kablam! 1601 | rt_alloc_excess_used!(rt_pow2_4bytes_4align_alloc_excess_used, 4, 4); Oct 27 20:20:24.972 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.972 INFO kablam! | Oct 27 20:20:24.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.972 INFO kablam! | Oct 27 20:20:24.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.972 INFO kablam! | Oct 27 20:20:24.972 INFO kablam! Oct 27 20:20:24.972 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.972 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.972 INFO kablam! | Oct 27 20:20:24.972 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.972 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.972 INFO kablam! ... Oct 27 20:20:24.972 INFO kablam! 1614 | rt_alloc_excess_used!(rt_pow2_8bytes_4align_alloc_excess_used, 8, 4); Oct 27 20:20:24.972 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.972 INFO kablam! Oct 27 20:20:24.972 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.972 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.972 INFO kablam! | Oct 27 20:20:24.972 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.972 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.972 INFO kablam! ... Oct 27 20:20:24.972 INFO kablam! 1614 | rt_alloc_excess_used!(rt_pow2_8bytes_4align_alloc_excess_used, 8, 4); Oct 27 20:20:24.972 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.972 INFO kablam! | Oct 27 20:20:24.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.972 INFO kablam! | Oct 27 20:20:24.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.972 INFO kablam! | Oct 27 20:20:24.972 INFO kablam! Oct 27 20:20:24.973 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.973 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.973 INFO kablam! | Oct 27 20:20:24.973 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.973 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.973 INFO kablam! ... Oct 27 20:20:24.973 INFO kablam! 1627 | rt_alloc_excess_used!(rt_pow2_16bytes_4align_alloc_excess_used, 16, 4); Oct 27 20:20:24.973 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.973 INFO kablam! Oct 27 20:20:24.974 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.974 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.974 INFO kablam! | Oct 27 20:20:24.974 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.974 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.974 INFO kablam! ... Oct 27 20:20:24.974 INFO kablam! 1627 | rt_alloc_excess_used!(rt_pow2_16bytes_4align_alloc_excess_used, 16, 4); Oct 27 20:20:24.974 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.974 INFO kablam! | Oct 27 20:20:24.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.974 INFO kablam! | Oct 27 20:20:24.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.974 INFO kablam! | Oct 27 20:20:24.974 INFO kablam! Oct 27 20:20:24.975 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.975 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.975 INFO kablam! | Oct 27 20:20:24.975 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.975 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.975 INFO kablam! ... Oct 27 20:20:24.975 INFO kablam! 1640 | rt_alloc_excess_used!(rt_pow2_32bytes_4align_alloc_excess_used, 32, 4); Oct 27 20:20:24.975 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.975 INFO kablam! Oct 27 20:20:24.976 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.976 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.976 INFO kablam! | Oct 27 20:20:24.976 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.976 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.976 INFO kablam! ... Oct 27 20:20:24.976 INFO kablam! 1640 | rt_alloc_excess_used!(rt_pow2_32bytes_4align_alloc_excess_used, 32, 4); Oct 27 20:20:24.976 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.976 INFO kablam! | Oct 27 20:20:24.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.976 INFO kablam! | Oct 27 20:20:24.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.976 INFO kablam! | Oct 27 20:20:24.976 INFO kablam! Oct 27 20:20:24.977 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.977 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.977 INFO kablam! | Oct 27 20:20:24.977 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.977 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.977 INFO kablam! ... Oct 27 20:20:24.977 INFO kablam! 1653 | rt_alloc_excess_used!(rt_pow2_64bytes_4align_alloc_excess_used, 64, 4); Oct 27 20:20:24.977 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.977 INFO kablam! Oct 27 20:20:24.982 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.983 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.983 INFO kablam! | Oct 27 20:20:24.983 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.983 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.983 INFO kablam! ... Oct 27 20:20:24.983 INFO kablam! 1653 | rt_alloc_excess_used!(rt_pow2_64bytes_4align_alloc_excess_used, 64, 4); Oct 27 20:20:24.983 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.983 INFO kablam! | Oct 27 20:20:24.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.983 INFO kablam! | Oct 27 20:20:24.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.983 INFO kablam! | Oct 27 20:20:24.983 INFO kablam! Oct 27 20:20:24.983 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.983 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.983 INFO kablam! | Oct 27 20:20:24.983 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.983 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.983 INFO kablam! ... Oct 27 20:20:24.983 INFO kablam! 1666 | rt_alloc_excess_used!(rt_pow2_128bytes_4align_alloc_excess_used, 128, 4); Oct 27 20:20:24.983 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.983 INFO kablam! Oct 27 20:20:24.983 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.983 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.983 INFO kablam! | Oct 27 20:20:24.983 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.983 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.983 INFO kablam! ... Oct 27 20:20:24.983 INFO kablam! 1666 | rt_alloc_excess_used!(rt_pow2_128bytes_4align_alloc_excess_used, 128, 4); Oct 27 20:20:24.983 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.983 INFO kablam! | Oct 27 20:20:24.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.983 INFO kablam! | Oct 27 20:20:24.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.983 INFO kablam! | Oct 27 20:20:24.983 INFO kablam! Oct 27 20:20:24.983 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.983 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.983 INFO kablam! | Oct 27 20:20:24.983 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.983 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.983 INFO kablam! ... Oct 27 20:20:24.983 INFO kablam! 1679 | rt_alloc_excess_used!(rt_pow2_256bytes_4align_alloc_excess_used, 256, 4); Oct 27 20:20:24.983 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.983 INFO kablam! Oct 27 20:20:24.983 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.983 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.983 INFO kablam! | Oct 27 20:20:24.983 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.983 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.983 INFO kablam! ... Oct 27 20:20:24.983 INFO kablam! 1679 | rt_alloc_excess_used!(rt_pow2_256bytes_4align_alloc_excess_used, 256, 4); Oct 27 20:20:24.983 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.983 INFO kablam! | Oct 27 20:20:24.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.983 INFO kablam! | Oct 27 20:20:24.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.983 INFO kablam! | Oct 27 20:20:24.983 INFO kablam! Oct 27 20:20:24.984 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.984 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.984 INFO kablam! | Oct 27 20:20:24.984 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.984 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.984 INFO kablam! ... Oct 27 20:20:24.984 INFO kablam! 1692 | rt_alloc_excess_used!(rt_pow2_512bytes_4align_alloc_excess_used, 512, 4); Oct 27 20:20:24.984 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.984 INFO kablam! Oct 27 20:20:24.984 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.984 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.984 INFO kablam! | Oct 27 20:20:24.984 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.984 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.984 INFO kablam! ... Oct 27 20:20:24.984 INFO kablam! 1692 | rt_alloc_excess_used!(rt_pow2_512bytes_4align_alloc_excess_used, 512, 4); Oct 27 20:20:24.984 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.984 INFO kablam! | Oct 27 20:20:24.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.985 INFO kablam! | Oct 27 20:20:24.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.985 INFO kablam! | Oct 27 20:20:24.985 INFO kablam! Oct 27 20:20:24.985 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.985 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.985 INFO kablam! | Oct 27 20:20:24.985 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.985 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.985 INFO kablam! ... Oct 27 20:20:24.985 INFO kablam! 1705 | rt_alloc_excess_used!(rt_pow2_1024bytes_4align_alloc_excess_used, 1024, 4); Oct 27 20:20:24.985 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.985 INFO kablam! Oct 27 20:20:24.987 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.987 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.987 INFO kablam! | Oct 27 20:20:24.987 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.987 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.987 INFO kablam! ... Oct 27 20:20:24.987 INFO kablam! 1705 | rt_alloc_excess_used!(rt_pow2_1024bytes_4align_alloc_excess_used, 1024, 4); Oct 27 20:20:24.987 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.987 INFO kablam! | Oct 27 20:20:24.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.987 INFO kablam! | Oct 27 20:20:24.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.987 INFO kablam! | Oct 27 20:20:24.987 INFO kablam! Oct 27 20:20:24.990 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.991 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.991 INFO kablam! | Oct 27 20:20:24.991 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.991 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.991 INFO kablam! ... Oct 27 20:20:24.991 INFO kablam! 1718 | rt_alloc_excess_used!(rt_pow2_2048bytes_4align_alloc_excess_used, 2048, 4); Oct 27 20:20:24.991 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.991 INFO kablam! Oct 27 20:20:24.991 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.991 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.991 INFO kablam! | Oct 27 20:20:24.991 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.991 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.991 INFO kablam! ... Oct 27 20:20:24.991 INFO kablam! 1718 | rt_alloc_excess_used!(rt_pow2_2048bytes_4align_alloc_excess_used, 2048, 4); Oct 27 20:20:24.991 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.991 INFO kablam! | Oct 27 20:20:24.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.991 INFO kablam! | Oct 27 20:20:24.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.991 INFO kablam! | Oct 27 20:20:24.991 INFO kablam! Oct 27 20:20:24.991 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.991 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.991 INFO kablam! | Oct 27 20:20:24.991 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.991 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.991 INFO kablam! ... Oct 27 20:20:24.991 INFO kablam! 1731 | rt_alloc_excess_used!(rt_pow2_4096bytes_4align_alloc_excess_used, 4096, 4); Oct 27 20:20:24.991 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.991 INFO kablam! Oct 27 20:20:24.991 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.991 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.991 INFO kablam! | Oct 27 20:20:24.991 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.991 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.991 INFO kablam! ... Oct 27 20:20:24.991 INFO kablam! 1731 | rt_alloc_excess_used!(rt_pow2_4096bytes_4align_alloc_excess_used, 4096, 4); Oct 27 20:20:24.991 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.991 INFO kablam! | Oct 27 20:20:24.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.991 INFO kablam! | Oct 27 20:20:24.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.991 INFO kablam! | Oct 27 20:20:24.991 INFO kablam! Oct 27 20:20:24.994 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.994 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.994 INFO kablam! | Oct 27 20:20:24.994 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.994 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.994 INFO kablam! ... Oct 27 20:20:24.994 INFO kablam! 1744 | rt_alloc_excess_used!(rt_pow2_8192bytes_4align_alloc_excess_used, 8192, 4); Oct 27 20:20:24.994 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.994 INFO kablam! Oct 27 20:20:24.994 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.994 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.994 INFO kablam! | Oct 27 20:20:24.994 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.994 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.994 INFO kablam! ... Oct 27 20:20:24.994 INFO kablam! 1744 | rt_alloc_excess_used!(rt_pow2_8192bytes_4align_alloc_excess_used, 8192, 4); Oct 27 20:20:24.994 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.994 INFO kablam! | Oct 27 20:20:24.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.994 INFO kablam! | Oct 27 20:20:24.994 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.994 INFO kablam! | Oct 27 20:20:24.994 INFO kablam! Oct 27 20:20:24.994 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.994 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.994 INFO kablam! | Oct 27 20:20:24.994 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.994 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.994 INFO kablam! ... Oct 27 20:20:24.995 INFO kablam! 1757 | rt_alloc_excess_used!(rt_pow2_16384bytes_4align_alloc_excess_used, 16384, 4); Oct 27 20:20:24.995 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.995 INFO kablam! Oct 27 20:20:24.995 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.995 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.995 INFO kablam! | Oct 27 20:20:24.995 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.995 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.995 INFO kablam! ... Oct 27 20:20:24.995 INFO kablam! 1757 | rt_alloc_excess_used!(rt_pow2_16384bytes_4align_alloc_excess_used, 16384, 4); Oct 27 20:20:24.995 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.995 INFO kablam! | Oct 27 20:20:24.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.995 INFO kablam! | Oct 27 20:20:24.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.995 INFO kablam! | Oct 27 20:20:24.995 INFO kablam! Oct 27 20:20:25.002 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.003 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.003 INFO kablam! | Oct 27 20:20:25.003 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.003 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.003 INFO kablam! ... Oct 27 20:20:25.003 INFO kablam! 1770 | rt_alloc_excess_used!(rt_pow2_32768bytes_4align_alloc_excess_used, 32768, 4); Oct 27 20:20:25.003 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.003 INFO kablam! Oct 27 20:20:25.003 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.003 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.003 INFO kablam! | Oct 27 20:20:25.003 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.003 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.003 INFO kablam! ... Oct 27 20:20:25.003 INFO kablam! 1770 | rt_alloc_excess_used!(rt_pow2_32768bytes_4align_alloc_excess_used, 32768, 4); Oct 27 20:20:25.003 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.003 INFO kablam! | Oct 27 20:20:25.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.003 INFO kablam! | Oct 27 20:20:25.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.003 INFO kablam! | Oct 27 20:20:25.003 INFO kablam! Oct 27 20:20:25.003 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.003 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.003 INFO kablam! | Oct 27 20:20:25.003 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.003 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.003 INFO kablam! ... Oct 27 20:20:25.003 INFO kablam! 1783 | rt_alloc_excess_used!(rt_pow2_65536bytes_4align_alloc_excess_used, 65536, 4); Oct 27 20:20:25.003 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.003 INFO kablam! Oct 27 20:20:25.003 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.003 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.003 INFO kablam! | Oct 27 20:20:25.003 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.003 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.003 INFO kablam! ... Oct 27 20:20:25.003 INFO kablam! 1783 | rt_alloc_excess_used!(rt_pow2_65536bytes_4align_alloc_excess_used, 65536, 4); Oct 27 20:20:25.003 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.003 INFO kablam! | Oct 27 20:20:25.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.003 INFO kablam! | Oct 27 20:20:25.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.003 INFO kablam! | Oct 27 20:20:25.003 INFO kablam! Oct 27 20:20:25.003 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.003 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.003 INFO kablam! | Oct 27 20:20:25.003 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.003 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.003 INFO kablam! ... Oct 27 20:20:25.003 INFO kablam! 1796 | rt_alloc_excess_used!(rt_pow2_131072bytes_4align_alloc_excess_used, 131072, 4); Oct 27 20:20:25.003 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.003 INFO kablam! Oct 27 20:20:25.003 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.004 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.004 INFO kablam! | Oct 27 20:20:25.004 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.004 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.004 INFO kablam! ... Oct 27 20:20:25.004 INFO kablam! 1796 | rt_alloc_excess_used!(rt_pow2_131072bytes_4align_alloc_excess_used, 131072, 4); Oct 27 20:20:25.004 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.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.004 INFO kablam! | Oct 27 20:20:25.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.004 INFO kablam! | Oct 27 20:20:25.004 INFO kablam! Oct 27 20:20:25.007 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.007 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.007 INFO kablam! | Oct 27 20:20:25.007 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.007 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.007 INFO kablam! ... Oct 27 20:20:25.007 INFO kablam! 1809 | rt_alloc_excess_used!(rt_pow2_4194304bytes_4align_alloc_excess_used, 4194304, 4); Oct 27 20:20:25.007 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.007 INFO kablam! Oct 27 20:20:25.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.007 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.007 INFO kablam! | Oct 27 20:20:25.007 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.007 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.007 INFO kablam! ... Oct 27 20:20:25.007 INFO kablam! 1809 | rt_alloc_excess_used!(rt_pow2_4194304bytes_4align_alloc_excess_used, 4194304, 4); Oct 27 20:20:25.007 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.007 INFO kablam! | Oct 27 20:20:25.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.007 INFO kablam! | Oct 27 20:20:25.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.007 INFO kablam! | Oct 27 20:20:25.007 INFO kablam! Oct 27 20:20:25.007 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.007 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.007 INFO kablam! | Oct 27 20:20:25.007 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.007 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.007 INFO kablam! ... Oct 27 20:20:25.007 INFO kablam! 1823 | rt_alloc_excess_used!(rt_even_10bytes_4align_alloc_excess_used, 10, 4); Oct 27 20:20:25.007 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.007 INFO kablam! Oct 27 20:20:25.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.007 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.007 INFO kablam! | Oct 27 20:20:25.007 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.007 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.007 INFO kablam! ... Oct 27 20:20:25.007 INFO kablam! 1823 | rt_alloc_excess_used!(rt_even_10bytes_4align_alloc_excess_used, 10, 4); Oct 27 20:20:25.007 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.007 INFO kablam! | Oct 27 20:20:25.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.007 INFO kablam! | Oct 27 20:20:25.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.007 INFO kablam! | Oct 27 20:20:25.007 INFO kablam! Oct 27 20:20:25.007 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.007 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.007 INFO kablam! | Oct 27 20:20:25.007 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.007 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.007 INFO kablam! ... Oct 27 20:20:25.007 INFO kablam! 1836 | rt_alloc_excess_used!(rt_even_100bytes_4align_alloc_excess_used, 100, 4); Oct 27 20:20:25.007 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.007 INFO kablam! Oct 27 20:20:25.010 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.010 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.010 INFO kablam! | Oct 27 20:20:25.010 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.010 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.010 INFO kablam! ... Oct 27 20:20:25.010 INFO kablam! 1836 | rt_alloc_excess_used!(rt_even_100bytes_4align_alloc_excess_used, 100, 4); Oct 27 20:20:25.010 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.010 INFO kablam! | Oct 27 20:20:25.010 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.010 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.010 INFO kablam! | Oct 27 20:20:25.010 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.010 INFO kablam! | Oct 27 20:20:25.010 INFO kablam! Oct 27 20:20:25.014 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.015 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.015 INFO kablam! | Oct 27 20:20:25.015 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.015 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.015 INFO kablam! ... Oct 27 20:20:25.015 INFO kablam! 1849 | rt_alloc_excess_used!(rt_even_1000bytes_4align_alloc_excess_used, 1000, 4); Oct 27 20:20:25.015 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.015 INFO kablam! Oct 27 20:20:25.015 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.015 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.015 INFO kablam! | Oct 27 20:20:25.015 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.015 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.015 INFO kablam! ... Oct 27 20:20:25.015 INFO kablam! 1849 | rt_alloc_excess_used!(rt_even_1000bytes_4align_alloc_excess_used, 1000, 4); Oct 27 20:20:25.015 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.015 INFO kablam! | Oct 27 20:20:25.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.015 INFO kablam! | Oct 27 20:20:25.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.015 INFO kablam! | Oct 27 20:20:25.015 INFO kablam! Oct 27 20:20:25.015 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.015 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.015 INFO kablam! | Oct 27 20:20:25.015 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.015 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.015 INFO kablam! ... Oct 27 20:20:25.015 INFO kablam! 1862 | rt_alloc_excess_used!(rt_even_10000bytes_4align_alloc_excess_used, 10000, 4); Oct 27 20:20:25.015 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.015 INFO kablam! Oct 27 20:20:25.015 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.015 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.015 INFO kablam! | Oct 27 20:20:25.015 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.015 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.015 INFO kablam! ... Oct 27 20:20:25.015 INFO kablam! 1862 | rt_alloc_excess_used!(rt_even_10000bytes_4align_alloc_excess_used, 10000, 4); Oct 27 20:20:25.015 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.015 INFO kablam! | Oct 27 20:20:25.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.015 INFO kablam! | Oct 27 20:20:25.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.015 INFO kablam! | Oct 27 20:20:25.015 INFO kablam! Oct 27 20:20:25.015 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.015 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.015 INFO kablam! | Oct 27 20:20:25.015 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.015 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.015 INFO kablam! ... Oct 27 20:20:25.015 INFO kablam! 1875 | rt_alloc_excess_used!(rt_even_100000bytes_4align_alloc_excess_used, 100000, 4); Oct 27 20:20:25.015 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.015 INFO kablam! Oct 27 20:20:25.015 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.015 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.015 INFO kablam! | Oct 27 20:20:25.015 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.015 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.015 INFO kablam! ... Oct 27 20:20:25.015 INFO kablam! 1875 | rt_alloc_excess_used!(rt_even_100000bytes_4align_alloc_excess_used, 100000, 4); Oct 27 20:20:25.016 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.016 INFO kablam! | Oct 27 20:20:25.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.016 INFO kablam! | Oct 27 20:20:25.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.016 INFO kablam! | Oct 27 20:20:25.016 INFO kablam! Oct 27 20:20:25.016 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.016 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.016 INFO kablam! | Oct 27 20:20:25.016 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.016 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.016 INFO kablam! ... Oct 27 20:20:25.016 INFO kablam! 1888 | rt_alloc_excess_used!(rt_even_1000000bytes_4align_alloc_excess_used, 1000000, 4); Oct 27 20:20:25.016 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.016 INFO kablam! Oct 27 20:20:25.035 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.035 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.035 INFO kablam! | Oct 27 20:20:25.035 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.035 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.035 INFO kablam! ... Oct 27 20:20:25.035 INFO kablam! 1888 | rt_alloc_excess_used!(rt_even_1000000bytes_4align_alloc_excess_used, 1000000, 4); Oct 27 20:20:25.035 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.035 INFO kablam! | Oct 27 20:20:25.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.035 INFO kablam! | Oct 27 20:20:25.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.035 INFO kablam! | Oct 27 20:20:25.035 INFO kablam! Oct 27 20:20:25.035 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.035 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.035 INFO kablam! | Oct 27 20:20:25.035 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.035 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.035 INFO kablam! ... Oct 27 20:20:25.035 INFO kablam! 1902 | rt_alloc_excess_used!(rt_odd_10bytes_4align_alloc_excess_used, 10- 1, 4); Oct 27 20:20:25.035 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.035 INFO kablam! Oct 27 20:20:25.035 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.035 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.035 INFO kablam! | Oct 27 20:20:25.035 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.035 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.035 INFO kablam! ... Oct 27 20:20:25.035 INFO kablam! 1902 | rt_alloc_excess_used!(rt_odd_10bytes_4align_alloc_excess_used, 10- 1, 4); Oct 27 20:20:25.035 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.035 INFO kablam! | Oct 27 20:20:25.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.035 INFO kablam! | Oct 27 20:20:25.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.035 INFO kablam! | Oct 27 20:20:25.035 INFO kablam! Oct 27 20:20:25.035 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.035 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.035 INFO kablam! | Oct 27 20:20:25.035 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.035 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.035 INFO kablam! ... Oct 27 20:20:25.035 INFO kablam! 1915 | rt_alloc_excess_used!(rt_odd_100bytes_4align_alloc_excess_used, 100- 1, 4); Oct 27 20:20:25.035 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.035 INFO kablam! Oct 27 20:20:25.035 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.035 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.035 INFO kablam! | Oct 27 20:20:25.035 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.035 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.035 INFO kablam! ... Oct 27 20:20:25.035 INFO kablam! 1915 | rt_alloc_excess_used!(rt_odd_100bytes_4align_alloc_excess_used, 100- 1, 4); Oct 27 20:20:25.035 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! Oct 27 20:20:25.036 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.036 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.036 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.036 INFO kablam! ... Oct 27 20:20:25.036 INFO kablam! 1928 | rt_alloc_excess_used!(rt_odd_1000bytes_4align_alloc_excess_used, 1000- 1, 4); Oct 27 20:20:25.036 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.036 INFO kablam! Oct 27 20:20:25.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.036 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.036 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.036 INFO kablam! ... Oct 27 20:20:25.036 INFO kablam! 1928 | rt_alloc_excess_used!(rt_odd_1000bytes_4align_alloc_excess_used, 1000- 1, 4); Oct 27 20:20:25.036 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! Oct 27 20:20:25.036 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.036 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.036 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.036 INFO kablam! ... Oct 27 20:20:25.036 INFO kablam! 1941 | rt_alloc_excess_used!(rt_odd_10000bytes_4align_alloc_excess_used, 10000- 1, 4); Oct 27 20:20:25.036 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.036 INFO kablam! Oct 27 20:20:25.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.036 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.036 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.036 INFO kablam! ... Oct 27 20:20:25.036 INFO kablam! 1941 | rt_alloc_excess_used!(rt_odd_10000bytes_4align_alloc_excess_used, 10000- 1, 4); Oct 27 20:20:25.036 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! Oct 27 20:20:25.036 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.036 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.036 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.036 INFO kablam! ... Oct 27 20:20:25.036 INFO kablam! 1954 | rt_alloc_excess_used!(rt_odd_100000bytes_4align_alloc_excess_used, 100000- 1, 4); Oct 27 20:20:25.036 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.036 INFO kablam! Oct 27 20:20:25.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.036 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.036 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.036 INFO kablam! ... Oct 27 20:20:25.036 INFO kablam! 1954 | rt_alloc_excess_used!(rt_odd_100000bytes_4align_alloc_excess_used, 100000- 1, 4); Oct 27 20:20:25.036 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.036 INFO kablam! Oct 27 20:20:25.036 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.036 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.036 INFO kablam! | Oct 27 20:20:25.037 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.037 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.037 INFO kablam! ... Oct 27 20:20:25.037 INFO kablam! 1967 | rt_alloc_excess_used!(rt_odd_1000000bytes_4align_alloc_excess_used, 1000000- 1, 4); Oct 27 20:20:25.037 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.037 INFO kablam! Oct 27 20:20:25.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.037 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.037 INFO kablam! | Oct 27 20:20:25.037 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.037 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.037 INFO kablam! ... Oct 27 20:20:25.037 INFO kablam! 1967 | rt_alloc_excess_used!(rt_odd_1000000bytes_4align_alloc_excess_used, 1000000- 1, 4); Oct 27 20:20:25.037 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.037 INFO kablam! | Oct 27 20:20:25.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.037 INFO kablam! | Oct 27 20:20:25.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.037 INFO kablam! | Oct 27 20:20:25.037 INFO kablam! Oct 27 20:20:25.037 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.037 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.037 INFO kablam! | Oct 27 20:20:25.037 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.037 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.037 INFO kablam! ... Oct 27 20:20:25.037 INFO kablam! 1981 | rt_alloc_excess_used!(rt_primes_3bytes_4align_alloc_excess_used, 3, 4); Oct 27 20:20:25.037 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.037 INFO kablam! Oct 27 20:20:25.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.037 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.037 INFO kablam! | Oct 27 20:20:25.037 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.037 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.037 INFO kablam! ... Oct 27 20:20:25.037 INFO kablam! 1981 | rt_alloc_excess_used!(rt_primes_3bytes_4align_alloc_excess_used, 3, 4); Oct 27 20:20:25.037 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.037 INFO kablam! | Oct 27 20:20:25.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.037 INFO kablam! | Oct 27 20:20:25.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.037 INFO kablam! | Oct 27 20:20:25.037 INFO kablam! Oct 27 20:20:25.037 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.037 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.037 INFO kablam! | Oct 27 20:20:25.037 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.037 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.037 INFO kablam! ... Oct 27 20:20:25.037 INFO kablam! 1994 | rt_alloc_excess_used!(rt_primes_7bytes_4align_alloc_excess_used, 7, 4); Oct 27 20:20:25.037 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.037 INFO kablam! Oct 27 20:20:25.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.037 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.037 INFO kablam! | Oct 27 20:20:25.037 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.037 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.037 INFO kablam! ... Oct 27 20:20:25.037 INFO kablam! 1994 | rt_alloc_excess_used!(rt_primes_7bytes_4align_alloc_excess_used, 7, 4); Oct 27 20:20:25.037 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.037 INFO kablam! | Oct 27 20:20:25.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.037 INFO kablam! | Oct 27 20:20:25.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.037 INFO kablam! | Oct 27 20:20:25.037 INFO kablam! Oct 27 20:20:25.038 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.038 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.038 INFO kablam! | Oct 27 20:20:25.038 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.038 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.038 INFO kablam! ... Oct 27 20:20:25.038 INFO kablam! 2007 | rt_alloc_excess_used!(rt_primes_13bytes_4align_alloc_excess_used, 13, 4); Oct 27 20:20:25.038 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.038 INFO kablam! Oct 27 20:20:25.038 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.038 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.038 INFO kablam! | Oct 27 20:20:25.038 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.038 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.038 INFO kablam! ... Oct 27 20:20:25.038 INFO kablam! 2007 | rt_alloc_excess_used!(rt_primes_13bytes_4align_alloc_excess_used, 13, 4); Oct 27 20:20:25.038 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.038 INFO kablam! | Oct 27 20:20:25.038 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.038 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.038 INFO kablam! | Oct 27 20:20:25.038 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.038 INFO kablam! | Oct 27 20:20:25.038 INFO kablam! Oct 27 20:20:25.038 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.038 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.038 INFO kablam! | Oct 27 20:20:25.038 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.038 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.038 INFO kablam! ... Oct 27 20:20:25.038 INFO kablam! 2020 | rt_alloc_excess_used!(rt_primes_17bytes_4align_alloc_excess_used, 17, 4); Oct 27 20:20:25.038 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.038 INFO kablam! Oct 27 20:20:25.038 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.038 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.038 INFO kablam! | Oct 27 20:20:25.038 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.038 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.038 INFO kablam! ... Oct 27 20:20:25.038 INFO kablam! 2020 | rt_alloc_excess_used!(rt_primes_17bytes_4align_alloc_excess_used, 17, 4); Oct 27 20:20:25.038 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.038 INFO kablam! | Oct 27 20:20:25.038 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.038 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.038 INFO kablam! | Oct 27 20:20:25.038 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.039 INFO kablam! | Oct 27 20:20:25.039 INFO kablam! Oct 27 20:20:25.039 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.039 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.039 INFO kablam! | Oct 27 20:20:25.039 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.039 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.039 INFO kablam! ... Oct 27 20:20:25.039 INFO kablam! 2033 | rt_alloc_excess_used!(rt_primes_31bytes_4align_alloc_excess_used, 31, 4); Oct 27 20:20:25.039 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.039 INFO kablam! Oct 27 20:20:25.039 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.039 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.039 INFO kablam! | Oct 27 20:20:25.039 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.039 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.039 INFO kablam! ... Oct 27 20:20:25.039 INFO kablam! 2033 | rt_alloc_excess_used!(rt_primes_31bytes_4align_alloc_excess_used, 31, 4); Oct 27 20:20:25.039 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.039 INFO kablam! | Oct 27 20:20:25.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.040 INFO kablam! | Oct 27 20:20:25.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.040 INFO kablam! | Oct 27 20:20:25.040 INFO kablam! Oct 27 20:20:25.040 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.040 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.040 INFO kablam! | Oct 27 20:20:25.040 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.040 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.040 INFO kablam! ... Oct 27 20:20:25.040 INFO kablam! 2046 | rt_alloc_excess_used!(rt_primes_61bytes_4align_alloc_excess_used, 61, 4); Oct 27 20:20:25.040 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.040 INFO kablam! Oct 27 20:20:25.041 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.041 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.041 INFO kablam! | Oct 27 20:20:25.041 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.041 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.041 INFO kablam! ... Oct 27 20:20:25.041 INFO kablam! 2046 | rt_alloc_excess_used!(rt_primes_61bytes_4align_alloc_excess_used, 61, 4); Oct 27 20:20:25.041 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.041 INFO kablam! | Oct 27 20:20:25.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.042 INFO kablam! | Oct 27 20:20:25.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.042 INFO kablam! | Oct 27 20:20:25.042 INFO kablam! Oct 27 20:20:25.042 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.042 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.042 INFO kablam! | Oct 27 20:20:25.042 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.042 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.042 INFO kablam! ... Oct 27 20:20:25.042 INFO kablam! 2059 | rt_alloc_excess_used!(rt_primes_96bytes_4align_alloc_excess_used, 96, 4); Oct 27 20:20:25.042 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.042 INFO kablam! Oct 27 20:20:25.043 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.043 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.043 INFO kablam! | Oct 27 20:20:25.043 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.043 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.043 INFO kablam! ... Oct 27 20:20:25.043 INFO kablam! 2059 | rt_alloc_excess_used!(rt_primes_96bytes_4align_alloc_excess_used, 96, 4); Oct 27 20:20:25.043 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.043 INFO kablam! | Oct 27 20:20:25.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.043 INFO kablam! | Oct 27 20:20:25.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.043 INFO kablam! | Oct 27 20:20:25.043 INFO kablam! Oct 27 20:20:25.044 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.044 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.044 INFO kablam! | Oct 27 20:20:25.044 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.044 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.044 INFO kablam! ... Oct 27 20:20:25.044 INFO kablam! 2072 | rt_alloc_excess_used!(rt_primes_127bytes_4align_alloc_excess_used, 127, 4); Oct 27 20:20:25.044 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.044 INFO kablam! Oct 27 20:20:25.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.045 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.045 INFO kablam! | Oct 27 20:20:25.045 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.045 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.045 INFO kablam! ... Oct 27 20:20:25.045 INFO kablam! 2072 | rt_alloc_excess_used!(rt_primes_127bytes_4align_alloc_excess_used, 127, 4); Oct 27 20:20:25.045 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.045 INFO kablam! | Oct 27 20:20:25.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.045 INFO kablam! | Oct 27 20:20:25.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.045 INFO kablam! | Oct 27 20:20:25.045 INFO kablam! Oct 27 20:20:25.051 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.051 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.051 INFO kablam! | Oct 27 20:20:25.051 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.051 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.051 INFO kablam! ... Oct 27 20:20:25.051 INFO kablam! 2085 | rt_alloc_excess_used!(rt_primes_257bytes_4align_alloc_excess_used, 257, 4); Oct 27 20:20:25.051 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.051 INFO kablam! Oct 27 20:20:25.051 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.051 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.051 INFO kablam! | Oct 27 20:20:25.051 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.051 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.051 INFO kablam! ... Oct 27 20:20:25.051 INFO kablam! 2085 | rt_alloc_excess_used!(rt_primes_257bytes_4align_alloc_excess_used, 257, 4); Oct 27 20:20:25.051 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.051 INFO kablam! | Oct 27 20:20:25.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.051 INFO kablam! | Oct 27 20:20:25.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.051 INFO kablam! | Oct 27 20:20:25.051 INFO kablam! Oct 27 20:20:25.051 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.051 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.051 INFO kablam! | Oct 27 20:20:25.051 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.051 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.051 INFO kablam! ... Oct 27 20:20:25.051 INFO kablam! 2098 | rt_alloc_excess_used!(rt_primes_509bytes_4align_alloc_excess_used, 509, 4); Oct 27 20:20:25.051 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.051 INFO kablam! Oct 27 20:20:25.051 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.051 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.051 INFO kablam! | Oct 27 20:20:25.051 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.051 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.051 INFO kablam! ... Oct 27 20:20:25.051 INFO kablam! 2098 | rt_alloc_excess_used!(rt_primes_509bytes_4align_alloc_excess_used, 509, 4); Oct 27 20:20:25.051 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.051 INFO kablam! | Oct 27 20:20:25.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.051 INFO kablam! | Oct 27 20:20:25.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.051 INFO kablam! | Oct 27 20:20:25.051 INFO kablam! Oct 27 20:20:25.051 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.051 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.051 INFO kablam! | Oct 27 20:20:25.051 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.051 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.051 INFO kablam! ... Oct 27 20:20:25.051 INFO kablam! 2111 | rt_alloc_excess_used!(rt_primes_1021bytes_4align_alloc_excess_used, 1021, 4); Oct 27 20:20:25.051 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.051 INFO kablam! Oct 27 20:20:25.051 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.051 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.051 INFO kablam! | Oct 27 20:20:25.051 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.051 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.051 INFO kablam! ... Oct 27 20:20:25.052 INFO kablam! 2111 | rt_alloc_excess_used!(rt_primes_1021bytes_4align_alloc_excess_used, 1021, 4); Oct 27 20:20:25.052 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.052 INFO kablam! | Oct 27 20:20:25.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.052 INFO kablam! | Oct 27 20:20:25.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.052 INFO kablam! | Oct 27 20:20:25.052 INFO kablam! Oct 27 20:20:25.052 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.052 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.052 INFO kablam! | Oct 27 20:20:25.052 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.052 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.052 INFO kablam! ... Oct 27 20:20:25.052 INFO kablam! 2124 | rt_alloc_excess_used!(rt_primes_2039bytes_4align_alloc_excess_used, 2039, 4); Oct 27 20:20:25.052 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.052 INFO kablam! Oct 27 20:20:25.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.053 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.054 INFO kablam! | Oct 27 20:20:25.054 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.054 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.054 INFO kablam! ... Oct 27 20:20:25.054 INFO kablam! 2124 | rt_alloc_excess_used!(rt_primes_2039bytes_4align_alloc_excess_used, 2039, 4); Oct 27 20:20:25.054 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.054 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.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.054 INFO kablam! | Oct 27 20:20:25.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.054 INFO kablam! | Oct 27 20:20:25.054 INFO kablam! Oct 27 20:20:25.054 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.054 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.054 INFO kablam! | Oct 27 20:20:25.054 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.054 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.054 INFO kablam! ... Oct 27 20:20:25.054 INFO kablam! 2137 | rt_alloc_excess_used!(rt_primes_4093bytes_4align_alloc_excess_used, 4093, 4); Oct 27 20:20:25.054 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.054 INFO kablam! Oct 27 20:20:25.056 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.056 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.056 INFO kablam! | Oct 27 20:20:25.056 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.056 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.056 INFO kablam! ... Oct 27 20:20:25.056 INFO kablam! 2137 | rt_alloc_excess_used!(rt_primes_4093bytes_4align_alloc_excess_used, 4093, 4); Oct 27 20:20:25.056 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.056 INFO kablam! | Oct 27 20:20:25.056 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.056 INFO kablam! | Oct 27 20:20:25.056 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.056 INFO kablam! | Oct 27 20:20:25.056 INFO kablam! Oct 27 20:20:25.056 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.056 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.056 INFO kablam! | Oct 27 20:20:25.056 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.056 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.056 INFO kablam! ... Oct 27 20:20:25.056 INFO kablam! 2150 | rt_alloc_excess_used!(rt_primes_8191bytes_4align_alloc_excess_used, 8191, 4); Oct 27 20:20:25.056 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.056 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.063 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.063 INFO kablam! | Oct 27 20:20:25.063 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.063 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.063 INFO kablam! ... Oct 27 20:20:25.063 INFO kablam! 2150 | rt_alloc_excess_used!(rt_primes_8191bytes_4align_alloc_excess_used, 8191, 4); Oct 27 20:20:25.063 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.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.063 INFO kablam! | Oct 27 20:20:25.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.063 INFO kablam! | Oct 27 20:20:25.063 INFO kablam! Oct 27 20:20:25.063 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.063 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.063 INFO kablam! | Oct 27 20:20:25.063 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.063 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.063 INFO kablam! ... Oct 27 20:20:25.063 INFO kablam! 2163 | rt_alloc_excess_used!(rt_primes_16381bytes_4align_alloc_excess_used, 16381, 4); Oct 27 20:20:25.063 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.063 INFO kablam! Oct 27 20:20:25.063 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.063 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.063 INFO kablam! | Oct 27 20:20:25.063 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.063 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.063 INFO kablam! ... Oct 27 20:20:25.063 INFO kablam! 2163 | rt_alloc_excess_used!(rt_primes_16381bytes_4align_alloc_excess_used, 16381, 4); Oct 27 20:20:25.063 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.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.063 INFO kablam! | Oct 27 20:20:25.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.063 INFO kablam! | Oct 27 20:20:25.063 INFO kablam! Oct 27 20:20:25.063 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.063 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.063 INFO kablam! | Oct 27 20:20:25.063 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.063 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.063 INFO kablam! ... Oct 27 20:20:25.063 INFO kablam! 2176 | rt_alloc_excess_used!(rt_primes_32749bytes_4align_alloc_excess_used, 32749, 4); Oct 27 20:20:25.063 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.063 INFO kablam! Oct 27 20:20:25.063 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.063 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.063 INFO kablam! | Oct 27 20:20:25.063 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.063 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.063 INFO kablam! ... Oct 27 20:20:25.063 INFO kablam! 2176 | rt_alloc_excess_used!(rt_primes_32749bytes_4align_alloc_excess_used, 32749, 4); Oct 27 20:20:25.063 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.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.063 INFO kablam! | Oct 27 20:20:25.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.063 INFO kablam! | Oct 27 20:20:25.063 INFO kablam! Oct 27 20:20:25.063 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.063 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.063 INFO kablam! | Oct 27 20:20:25.063 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.063 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.063 INFO kablam! ... Oct 27 20:20:25.064 INFO kablam! 2189 | rt_alloc_excess_used!(rt_primes_65537bytes_4align_alloc_excess_used, 65537, 4); Oct 27 20:20:25.064 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.064 INFO kablam! Oct 27 20:20:25.064 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.064 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.064 INFO kablam! | Oct 27 20:20:25.064 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.064 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.064 INFO kablam! ... Oct 27 20:20:25.064 INFO kablam! 2189 | rt_alloc_excess_used!(rt_primes_65537bytes_4align_alloc_excess_used, 65537, 4); Oct 27 20:20:25.064 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.064 INFO kablam! | Oct 27 20:20:25.064 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.073 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.073 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.073 INFO kablam! | Oct 27 20:20:25.073 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.073 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.073 INFO kablam! ... Oct 27 20:20:25.073 INFO kablam! 2202 | rt_alloc_excess_used!(rt_primes_131071bytes_4align_alloc_excess_used, 131071, 4); Oct 27 20:20:25.073 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.073 INFO kablam! Oct 27 20:20:25.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.073 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.073 INFO kablam! | Oct 27 20:20:25.073 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.073 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.073 INFO kablam! ... Oct 27 20:20:25.073 INFO kablam! 2202 | rt_alloc_excess_used!(rt_primes_131071bytes_4align_alloc_excess_used, 131071, 4); Oct 27 20:20:25.073 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.073 INFO kablam! | Oct 27 20:20:25.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.073 INFO kablam! | Oct 27 20:20:25.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.073 INFO kablam! | Oct 27 20:20:25.073 INFO kablam! Oct 27 20:20:25.073 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.073 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.073 INFO kablam! | Oct 27 20:20:25.073 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.073 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.073 INFO kablam! ... Oct 27 20:20:25.073 INFO kablam! 2215 | rt_alloc_excess_used!(rt_primes_4194301bytes_4align_alloc_excess_used, 4194301, 4); Oct 27 20:20:25.073 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.073 INFO kablam! Oct 27 20:20:25.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.073 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.073 INFO kablam! | Oct 27 20:20:25.073 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.073 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.073 INFO kablam! ... Oct 27 20:20:25.073 INFO kablam! 2215 | rt_alloc_excess_used!(rt_primes_4194301bytes_4align_alloc_excess_used, 4194301, 4); Oct 27 20:20:25.073 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.073 INFO kablam! | Oct 27 20:20:25.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.073 INFO kablam! | Oct 27 20:20:25.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.073 INFO kablam! | Oct 27 20:20:25.073 INFO kablam! Oct 27 20:20:25.073 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.073 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.073 INFO kablam! | Oct 27 20:20:25.073 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.073 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.073 INFO kablam! ... Oct 27 20:20:25.073 INFO kablam! 2231 | rt_alloc_excess_used!(rt_pow2_1bytes_8align_alloc_excess_used, 1, 8); Oct 27 20:20:25.073 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.073 INFO kablam! Oct 27 20:20:25.074 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.074 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.074 INFO kablam! | Oct 27 20:20:25.074 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.074 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.074 INFO kablam! ... Oct 27 20:20:25.074 INFO kablam! 2231 | rt_alloc_excess_used!(rt_pow2_1bytes_8align_alloc_excess_used, 1, 8); Oct 27 20:20:25.074 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.074 INFO kablam! | Oct 27 20:20:25.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.074 INFO kablam! | Oct 27 20:20:25.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.074 INFO kablam! | Oct 27 20:20:25.074 INFO kablam! Oct 27 20:20:25.074 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.074 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.074 INFO kablam! | Oct 27 20:20:25.074 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.074 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.074 INFO kablam! ... Oct 27 20:20:25.074 INFO kablam! 2244 | rt_alloc_excess_used!(rt_pow2_2bytes_8align_alloc_excess_used, 2, 8); Oct 27 20:20:25.074 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.074 INFO kablam! Oct 27 20:20:25.074 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.074 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.074 INFO kablam! | Oct 27 20:20:25.074 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.074 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.074 INFO kablam! ... Oct 27 20:20:25.074 INFO kablam! 2244 | rt_alloc_excess_used!(rt_pow2_2bytes_8align_alloc_excess_used, 2, 8); Oct 27 20:20:25.074 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.074 INFO kablam! | Oct 27 20:20:25.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.074 INFO kablam! | Oct 27 20:20:25.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.074 INFO kablam! | Oct 27 20:20:25.074 INFO kablam! Oct 27 20:20:25.074 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.074 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.074 INFO kablam! | Oct 27 20:20:25.074 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.074 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.074 INFO kablam! ... Oct 27 20:20:25.074 INFO kablam! 2257 | rt_alloc_excess_used!(rt_pow2_4bytes_8align_alloc_excess_used, 4, 8); Oct 27 20:20:25.074 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.074 INFO kablam! Oct 27 20:20:25.074 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.074 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.074 INFO kablam! | Oct 27 20:20:25.074 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.074 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.074 INFO kablam! ... Oct 27 20:20:25.074 INFO kablam! 2257 | rt_alloc_excess_used!(rt_pow2_4bytes_8align_alloc_excess_used, 4, 8); Oct 27 20:20:25.074 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.074 INFO kablam! | Oct 27 20:20:25.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.074 INFO kablam! | Oct 27 20:20:25.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.074 INFO kablam! | Oct 27 20:20:25.074 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.079 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.079 INFO kablam! | Oct 27 20:20:25.079 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.079 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.079 INFO kablam! ... Oct 27 20:20:25.079 INFO kablam! 2270 | rt_alloc_excess_used!(rt_pow2_8bytes_8align_alloc_excess_used, 8, 8); Oct 27 20:20:25.079 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.079 INFO kablam! Oct 27 20:20:25.079 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.079 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.079 INFO kablam! | Oct 27 20:20:25.079 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.079 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.079 INFO kablam! ... Oct 27 20:20:25.079 INFO kablam! 2270 | rt_alloc_excess_used!(rt_pow2_8bytes_8align_alloc_excess_used, 8, 8); Oct 27 20:20:25.079 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.079 INFO kablam! | Oct 27 20:20:25.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.079 INFO kablam! | Oct 27 20:20:25.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.079 INFO kablam! | Oct 27 20:20:25.079 INFO kablam! Oct 27 20:20:25.079 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.079 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.079 INFO kablam! | Oct 27 20:20:25.079 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.079 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.079 INFO kablam! ... Oct 27 20:20:25.079 INFO kablam! 2283 | rt_alloc_excess_used!(rt_pow2_16bytes_8align_alloc_excess_used, 16, 8); Oct 27 20:20:25.079 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.079 INFO kablam! Oct 27 20:20:25.079 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.079 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.079 INFO kablam! | Oct 27 20:20:25.079 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.079 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.079 INFO kablam! ... Oct 27 20:20:25.079 INFO kablam! 2283 | rt_alloc_excess_used!(rt_pow2_16bytes_8align_alloc_excess_used, 16, 8); Oct 27 20:20:25.079 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.079 INFO kablam! | Oct 27 20:20:25.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.079 INFO kablam! | Oct 27 20:20:25.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.079 INFO kablam! | Oct 27 20:20:25.079 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.083 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.083 INFO kablam! | Oct 27 20:20:25.083 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.083 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.083 INFO kablam! ... Oct 27 20:20:25.083 INFO kablam! 2296 | rt_alloc_excess_used!(rt_pow2_32bytes_8align_alloc_excess_used, 32, 8); Oct 27 20:20:25.083 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.083 INFO kablam! Oct 27 20:20:25.083 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.083 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.083 INFO kablam! | Oct 27 20:20:25.083 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.083 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.083 INFO kablam! ... Oct 27 20:20:25.083 INFO kablam! 2296 | rt_alloc_excess_used!(rt_pow2_32bytes_8align_alloc_excess_used, 32, 8); Oct 27 20:20:25.083 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.083 INFO kablam! | Oct 27 20:20:25.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.083 INFO kablam! | Oct 27 20:20:25.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.083 INFO kablam! | Oct 27 20:20:25.083 INFO kablam! Oct 27 20:20:25.083 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.083 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.083 INFO kablam! | Oct 27 20:20:25.083 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.083 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.083 INFO kablam! ... Oct 27 20:20:25.083 INFO kablam! 2309 | rt_alloc_excess_used!(rt_pow2_64bytes_8align_alloc_excess_used, 64, 8); Oct 27 20:20:25.083 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.083 INFO kablam! Oct 27 20:20:25.083 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.083 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.083 INFO kablam! | Oct 27 20:20:25.083 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.083 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.083 INFO kablam! ... Oct 27 20:20:25.083 INFO kablam! 2309 | rt_alloc_excess_used!(rt_pow2_64bytes_8align_alloc_excess_used, 64, 8); Oct 27 20:20:25.083 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.083 INFO kablam! | Oct 27 20:20:25.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.083 INFO kablam! | Oct 27 20:20:25.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.083 INFO kablam! | Oct 27 20:20:25.083 INFO kablam! Oct 27 20:20:25.083 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.083 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.083 INFO kablam! | Oct 27 20:20:25.083 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.083 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.083 INFO kablam! ... Oct 27 20:20:25.083 INFO kablam! 2322 | rt_alloc_excess_used!(rt_pow2_128bytes_8align_alloc_excess_used, 128, 8); Oct 27 20:20:25.083 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.083 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! 2322 | rt_alloc_excess_used!(rt_pow2_128bytes_8align_alloc_excess_used, 128, 8); 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.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.084 INFO kablam! | Oct 27 20:20:25.084 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! 2335 | rt_alloc_excess_used!(rt_pow2_256bytes_8align_alloc_excess_used, 256, 8); 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! 2335 | rt_alloc_excess_used!(rt_pow2_256bytes_8align_alloc_excess_used, 256, 8); 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.091 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.091 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.091 INFO kablam! | Oct 27 20:20:25.091 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.091 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.091 INFO kablam! ... Oct 27 20:20:25.091 INFO kablam! 2348 | rt_alloc_excess_used!(rt_pow2_512bytes_8align_alloc_excess_used, 512, 8); Oct 27 20:20:25.091 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.091 INFO kablam! Oct 27 20:20:25.091 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.091 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.091 INFO kablam! | Oct 27 20:20:25.091 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.091 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.091 INFO kablam! ... Oct 27 20:20:25.091 INFO kablam! 2348 | rt_alloc_excess_used!(rt_pow2_512bytes_8align_alloc_excess_used, 512, 8); Oct 27 20:20:25.091 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.091 INFO kablam! | Oct 27 20:20:25.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.091 INFO kablam! | Oct 27 20:20:25.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.091 INFO kablam! | Oct 27 20:20:25.091 INFO kablam! Oct 27 20:20:25.091 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.091 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.091 INFO kablam! | Oct 27 20:20:25.091 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.091 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.091 INFO kablam! ... Oct 27 20:20:25.091 INFO kablam! 2361 | rt_alloc_excess_used!(rt_pow2_1024bytes_8align_alloc_excess_used, 1024, 8); Oct 27 20:20:25.091 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.091 INFO kablam! Oct 27 20:20:25.091 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.091 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.091 INFO kablam! | Oct 27 20:20:25.091 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.091 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.091 INFO kablam! ... Oct 27 20:20:25.091 INFO kablam! 2361 | rt_alloc_excess_used!(rt_pow2_1024bytes_8align_alloc_excess_used, 1024, 8); Oct 27 20:20:25.091 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.091 INFO kablam! | Oct 27 20:20:25.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.091 INFO kablam! | Oct 27 20:20:25.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.091 INFO kablam! | Oct 27 20:20:25.091 INFO kablam! Oct 27 20:20:25.093 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.093 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.093 INFO kablam! | Oct 27 20:20:25.093 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.093 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.093 INFO kablam! ... Oct 27 20:20:25.093 INFO kablam! 2374 | rt_alloc_excess_used!(rt_pow2_2048bytes_8align_alloc_excess_used, 2048, 8); Oct 27 20:20:25.093 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.093 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.093 INFO kablam! ... Oct 27 20:20:25.093 INFO kablam! 2374 | rt_alloc_excess_used!(rt_pow2_2048bytes_8align_alloc_excess_used, 2048, 8); Oct 27 20:20:25.093 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.093 INFO kablam! | Oct 27 20:20:25.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.093 INFO kablam! | Oct 27 20:20:25.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.093 INFO kablam! | Oct 27 20:20:25.093 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! 2387 | rt_alloc_excess_used!(rt_pow2_4096bytes_8align_alloc_excess_used, 4096, 8); 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.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! 2387 | rt_alloc_excess_used!(rt_pow2_4096bytes_8align_alloc_excess_used, 4096, 8); 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! 2400 | rt_alloc_excess_used!(rt_pow2_8192bytes_8align_alloc_excess_used, 8192, 8); 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! 2400 | rt_alloc_excess_used!(rt_pow2_8192bytes_8align_alloc_excess_used, 8192, 8); 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.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! 2413 | rt_alloc_excess_used!(rt_pow2_16384bytes_8align_alloc_excess_used, 16384, 8); 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.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! 2413 | rt_alloc_excess_used!(rt_pow2_16384bytes_8align_alloc_excess_used, 16384, 8); 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! 2426 | rt_alloc_excess_used!(rt_pow2_32768bytes_8align_alloc_excess_used, 32768, 8); 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.102 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.102 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.102 INFO kablam! | Oct 27 20:20:25.102 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.102 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.102 INFO kablam! ... Oct 27 20:20:25.102 INFO kablam! 2426 | rt_alloc_excess_used!(rt_pow2_32768bytes_8align_alloc_excess_used, 32768, 8); Oct 27 20:20:25.102 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.102 INFO kablam! | Oct 27 20:20:25.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.102 INFO kablam! | Oct 27 20:20:25.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.102 INFO kablam! | Oct 27 20:20:25.102 INFO kablam! Oct 27 20:20:25.102 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.102 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.102 INFO kablam! | Oct 27 20:20:25.102 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.102 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.102 INFO kablam! ... Oct 27 20:20:25.102 INFO kablam! 2439 | rt_alloc_excess_used!(rt_pow2_65536bytes_8align_alloc_excess_used, 65536, 8); Oct 27 20:20:25.102 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.102 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! 2439 | rt_alloc_excess_used!(rt_pow2_65536bytes_8align_alloc_excess_used, 65536, 8); Oct 27 20:20:25.103 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.105 INFO kablam! | Oct 27 20:20:25.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.105 INFO kablam! | Oct 27 20:20:25.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.105 INFO kablam! | Oct 27 20:20:25.105 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! 2452 | rt_alloc_excess_used!(rt_pow2_131072bytes_8align_alloc_excess_used, 131072, 8); 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.105 INFO kablam! | Oct 27 20:20:25.105 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.105 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.105 INFO kablam! ... Oct 27 20:20:25.105 INFO kablam! 2452 | rt_alloc_excess_used!(rt_pow2_131072bytes_8align_alloc_excess_used, 131072, 8); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.105 INFO kablam! | Oct 27 20:20:25.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.105 INFO kablam! | Oct 27 20:20:25.105 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.107 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.107 INFO kablam! | Oct 27 20:20:25.107 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.107 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.107 INFO kablam! ... Oct 27 20:20:25.107 INFO kablam! 2465 | rt_alloc_excess_used!(rt_pow2_4194304bytes_8align_alloc_excess_used, 4194304, 8); Oct 27 20:20:25.107 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.107 INFO kablam! Oct 27 20:20:25.110 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.111 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.111 INFO kablam! | Oct 27 20:20:25.111 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.111 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.111 INFO kablam! ... Oct 27 20:20:25.111 INFO kablam! 2465 | rt_alloc_excess_used!(rt_pow2_4194304bytes_8align_alloc_excess_used, 4194304, 8); Oct 27 20:20:25.111 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.111 INFO kablam! | Oct 27 20:20:25.111 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.111 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.111 INFO kablam! | Oct 27 20:20:25.111 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.111 INFO kablam! | Oct 27 20:20:25.111 INFO kablam! Oct 27 20:20:25.111 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.111 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.111 INFO kablam! | Oct 27 20:20:25.111 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.111 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.111 INFO kablam! ... Oct 27 20:20:25.111 INFO kablam! 2479 | rt_alloc_excess_used!(rt_even_10bytes_8align_alloc_excess_used, 10, 8); Oct 27 20:20:25.111 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.111 INFO kablam! Oct 27 20:20:25.111 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.111 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.111 INFO kablam! | Oct 27 20:20:25.111 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.111 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.111 INFO kablam! ... Oct 27 20:20:25.111 INFO kablam! 2479 | rt_alloc_excess_used!(rt_even_10bytes_8align_alloc_excess_used, 10, 8); Oct 27 20:20:25.111 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.111 INFO kablam! | Oct 27 20:20:25.111 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.111 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.111 INFO kablam! | Oct 27 20:20:25.111 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.111 INFO kablam! | Oct 27 20:20:25.111 INFO kablam! Oct 27 20:20:25.111 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.111 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.111 INFO kablam! | Oct 27 20:20:25.111 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.111 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.111 INFO kablam! ... Oct 27 20:20:25.111 INFO kablam! 2492 | rt_alloc_excess_used!(rt_even_100bytes_8align_alloc_excess_used, 100, 8); Oct 27 20:20:25.111 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.111 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.117 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.117 INFO kablam! | Oct 27 20:20:25.117 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.117 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.117 INFO kablam! ... Oct 27 20:20:25.117 INFO kablam! 2492 | rt_alloc_excess_used!(rt_even_100bytes_8align_alloc_excess_used, 100, 8); Oct 27 20:20:25.117 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.117 INFO kablam! | Oct 27 20:20:25.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.117 INFO kablam! | Oct 27 20:20:25.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.117 INFO kablam! | Oct 27 20:20:25.117 INFO kablam! Oct 27 20:20:25.117 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.117 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.117 INFO kablam! | Oct 27 20:20:25.117 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.117 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.117 INFO kablam! ... Oct 27 20:20:25.117 INFO kablam! 2505 | rt_alloc_excess_used!(rt_even_1000bytes_8align_alloc_excess_used, 1000, 8); Oct 27 20:20:25.117 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.117 INFO kablam! Oct 27 20:20:25.117 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.117 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.117 INFO kablam! | Oct 27 20:20:25.117 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.117 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.117 INFO kablam! ... Oct 27 20:20:25.118 INFO kablam! 2505 | rt_alloc_excess_used!(rt_even_1000bytes_8align_alloc_excess_used, 1000, 8); 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! 2518 | rt_alloc_excess_used!(rt_even_10000bytes_8align_alloc_excess_used, 10000, 8); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.118 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.118 INFO kablam! | Oct 27 20:20:25.118 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.118 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.118 INFO kablam! ... Oct 27 20:20:25.118 INFO kablam! 2518 | rt_alloc_excess_used!(rt_even_10000bytes_8align_alloc_excess_used, 10000, 8); 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! 2531 | rt_alloc_excess_used!(rt_even_100000bytes_8align_alloc_excess_used, 100000, 8); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.118 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.118 INFO kablam! | Oct 27 20:20:25.118 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.118 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.118 INFO kablam! ... Oct 27 20:20:25.118 INFO kablam! 2531 | rt_alloc_excess_used!(rt_even_100000bytes_8align_alloc_excess_used, 100000, 8); 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.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! 2544 | rt_alloc_excess_used!(rt_even_1000000bytes_8align_alloc_excess_used, 1000000, 8); 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.120 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.120 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.120 INFO kablam! | Oct 27 20:20:25.120 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.120 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.120 INFO kablam! ... Oct 27 20:20:25.120 INFO kablam! 2544 | rt_alloc_excess_used!(rt_even_1000000bytes_8align_alloc_excess_used, 1000000, 8); Oct 27 20:20:25.120 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.120 INFO kablam! | Oct 27 20:20:25.120 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.120 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.120 INFO kablam! | Oct 27 20:20:25.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.120 INFO kablam! | Oct 27 20:20:25.120 INFO kablam! Oct 27 20:20:25.121 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.121 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.121 INFO kablam! | Oct 27 20:20:25.121 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.121 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.121 INFO kablam! ... Oct 27 20:20:25.121 INFO kablam! 2558 | rt_alloc_excess_used!(rt_odd_10bytes_8align_alloc_excess_used, 10- 1, 8); Oct 27 20:20:25.121 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.121 INFO kablam! Oct 27 20:20:25.122 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.122 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.122 INFO kablam! | Oct 27 20:20:25.122 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.122 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.122 INFO kablam! ... Oct 27 20:20:25.122 INFO kablam! 2558 | rt_alloc_excess_used!(rt_odd_10bytes_8align_alloc_excess_used, 10- 1, 8); Oct 27 20:20:25.122 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.122 INFO kablam! | Oct 27 20:20:25.122 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.122 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.122 INFO kablam! | Oct 27 20:20:25.122 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.122 INFO kablam! | Oct 27 20:20:25.122 INFO kablam! Oct 27 20:20:25.126 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! 2571 | rt_alloc_excess_used!(rt_odd_100bytes_8align_alloc_excess_used, 100- 1, 8); 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! 2571 | rt_alloc_excess_used!(rt_odd_100bytes_8align_alloc_excess_used, 100- 1, 8); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.127 INFO kablam! | Oct 27 20:20:25.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.127 INFO kablam! | Oct 27 20:20:25.127 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! 2584 | rt_alloc_excess_used!(rt_odd_1000bytes_8align_alloc_excess_used, 1000- 1, 8); 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! 2584 | rt_alloc_excess_used!(rt_odd_1000bytes_8align_alloc_excess_used, 1000- 1, 8); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.127 INFO kablam! | Oct 27 20:20:25.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.127 INFO kablam! | Oct 27 20:20:25.127 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! 2597 | rt_alloc_excess_used!(rt_odd_10000bytes_8align_alloc_excess_used, 10000- 1, 8); 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.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! 2597 | rt_alloc_excess_used!(rt_odd_10000bytes_8align_alloc_excess_used, 10000- 1, 8); 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.132 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.132 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.132 INFO kablam! ... Oct 27 20:20:25.132 INFO kablam! 2610 | rt_alloc_excess_used!(rt_odd_100000bytes_8align_alloc_excess_used, 100000- 1, 8); 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! 2610 | rt_alloc_excess_used!(rt_odd_100000bytes_8align_alloc_excess_used, 100000- 1, 8); 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.132 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.132 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.132 INFO kablam! ... Oct 27 20:20:25.132 INFO kablam! 2623 | rt_alloc_excess_used!(rt_odd_1000000bytes_8align_alloc_excess_used, 1000000- 1, 8); 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.133 INFO kablam! ... Oct 27 20:20:25.133 INFO kablam! 2623 | rt_alloc_excess_used!(rt_odd_1000000bytes_8align_alloc_excess_used, 1000000- 1, 8); 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.134 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.134 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.134 INFO kablam! | Oct 27 20:20:25.134 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.134 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.134 INFO kablam! ... Oct 27 20:20:25.134 INFO kablam! 2637 | rt_alloc_excess_used!(rt_primes_3bytes_8align_alloc_excess_used, 3, 8); Oct 27 20:20:25.134 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.134 INFO kablam! Oct 27 20:20:25.139 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.139 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.139 INFO kablam! | Oct 27 20:20:25.139 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.139 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.139 INFO kablam! ... Oct 27 20:20:25.139 INFO kablam! 2637 | rt_alloc_excess_used!(rt_primes_3bytes_8align_alloc_excess_used, 3, 8); Oct 27 20:20:25.139 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.139 INFO kablam! | Oct 27 20:20:25.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.139 INFO kablam! | Oct 27 20:20:25.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.139 INFO kablam! | Oct 27 20:20:25.139 INFO kablam! Oct 27 20:20:25.139 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.139 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.139 INFO kablam! | Oct 27 20:20:25.139 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.139 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.139 INFO kablam! ... Oct 27 20:20:25.139 INFO kablam! 2650 | rt_alloc_excess_used!(rt_primes_7bytes_8align_alloc_excess_used, 7, 8); Oct 27 20:20:25.139 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.139 INFO kablam! Oct 27 20:20:25.139 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! 2650 | rt_alloc_excess_used!(rt_primes_7bytes_8align_alloc_excess_used, 7, 8); 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! 2663 | rt_alloc_excess_used!(rt_primes_13bytes_8align_alloc_excess_used, 13, 8); 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! 2663 | rt_alloc_excess_used!(rt_primes_13bytes_8align_alloc_excess_used, 13, 8); 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! 2676 | rt_alloc_excess_used!(rt_primes_17bytes_8align_alloc_excess_used, 17, 8); 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! 2676 | rt_alloc_excess_used!(rt_primes_17bytes_8align_alloc_excess_used, 17, 8); 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.142 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.142 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.142 INFO kablam! | Oct 27 20:20:25.142 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! 2689 | rt_alloc_excess_used!(rt_primes_31bytes_8align_alloc_excess_used, 31, 8); 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! 2689 | rt_alloc_excess_used!(rt_primes_31bytes_8align_alloc_excess_used, 31, 8); 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.143 INFO kablam! | Oct 27 20:20:25.143 INFO kablam! Oct 27 20:20:25.144 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! 2702 | rt_alloc_excess_used!(rt_primes_61bytes_8align_alloc_excess_used, 61, 8); 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.147 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.147 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.147 INFO kablam! | Oct 27 20:20:25.147 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.147 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.147 INFO kablam! ... Oct 27 20:20:25.147 INFO kablam! 2702 | rt_alloc_excess_used!(rt_primes_61bytes_8align_alloc_excess_used, 61, 8); Oct 27 20:20:25.147 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.147 INFO kablam! | Oct 27 20:20:25.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.147 INFO kablam! | Oct 27 20:20:25.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.147 INFO kablam! | Oct 27 20:20:25.147 INFO kablam! Oct 27 20:20:25.151 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.151 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.151 INFO kablam! | Oct 27 20:20:25.151 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.151 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.151 INFO kablam! ... Oct 27 20:20:25.151 INFO kablam! 2715 | rt_alloc_excess_used!(rt_primes_96bytes_8align_alloc_excess_used, 96, 8); Oct 27 20:20:25.151 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.151 INFO kablam! Oct 27 20:20:25.151 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.151 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.151 INFO kablam! | Oct 27 20:20:25.151 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.151 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.151 INFO kablam! ... Oct 27 20:20:25.151 INFO kablam! 2715 | rt_alloc_excess_used!(rt_primes_96bytes_8align_alloc_excess_used, 96, 8); Oct 27 20:20:25.151 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.151 INFO kablam! | Oct 27 20:20:25.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.151 INFO kablam! | Oct 27 20:20:25.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.151 INFO kablam! | Oct 27 20:20:25.151 INFO kablam! Oct 27 20:20:25.151 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.151 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.151 INFO kablam! | Oct 27 20:20:25.151 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.151 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.151 INFO kablam! ... Oct 27 20:20:25.151 INFO kablam! 2728 | rt_alloc_excess_used!(rt_primes_127bytes_8align_alloc_excess_used, 127, 8); Oct 27 20:20:25.151 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.151 INFO kablam! Oct 27 20:20:25.151 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.151 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.151 INFO kablam! | Oct 27 20:20:25.151 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.151 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.151 INFO kablam! ... Oct 27 20:20:25.151 INFO kablam! 2728 | rt_alloc_excess_used!(rt_primes_127bytes_8align_alloc_excess_used, 127, 8); Oct 27 20:20:25.151 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.152 INFO kablam! ... Oct 27 20:20:25.152 INFO kablam! 2741 | rt_alloc_excess_used!(rt_primes_257bytes_8align_alloc_excess_used, 257, 8); 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.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! 2741 | rt_alloc_excess_used!(rt_primes_257bytes_8align_alloc_excess_used, 257, 8); 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.154 INFO kablam! | Oct 27 20:20:25.154 INFO kablam! Oct 27 20:20:25.154 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.154 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.154 INFO kablam! | Oct 27 20:20:25.154 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.154 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.154 INFO kablam! ... Oct 27 20:20:25.154 INFO kablam! 2754 | rt_alloc_excess_used!(rt_primes_509bytes_8align_alloc_excess_used, 509, 8); 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! 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! 2754 | rt_alloc_excess_used!(rt_primes_509bytes_8align_alloc_excess_used, 509, 8); 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.154 INFO kablam! | Oct 27 20:20:25.154 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! 2767 | rt_alloc_excess_used!(rt_primes_1021bytes_8align_alloc_excess_used, 1021, 8); 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.160 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.160 INFO kablam! ... Oct 27 20:20:25.160 INFO kablam! 2767 | rt_alloc_excess_used!(rt_primes_1021bytes_8align_alloc_excess_used, 1021, 8); Oct 27 20:20:25.160 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.160 INFO kablam! | Oct 27 20:20:25.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.160 INFO kablam! | Oct 27 20:20:25.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.162 INFO kablam! | Oct 27 20:20:25.164 INFO kablam! Oct 27 20:20:25.164 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.164 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.164 INFO kablam! | Oct 27 20:20:25.164 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.164 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.164 INFO kablam! ... Oct 27 20:20:25.164 INFO kablam! 2780 | rt_alloc_excess_used!(rt_primes_2039bytes_8align_alloc_excess_used, 2039, 8); Oct 27 20:20:25.164 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.164 INFO kablam! Oct 27 20:20:25.164 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! 2780 | rt_alloc_excess_used!(rt_primes_2039bytes_8align_alloc_excess_used, 2039, 8); 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.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.165 INFO kablam! | Oct 27 20:20:25.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.165 INFO kablam! | Oct 27 20:20:25.165 INFO kablam! Oct 27 20:20:25.165 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.165 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.165 INFO kablam! | Oct 27 20:20:25.165 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.165 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.165 INFO kablam! ... Oct 27 20:20:25.165 INFO kablam! 2793 | rt_alloc_excess_used!(rt_primes_4093bytes_8align_alloc_excess_used, 4093, 8); 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.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! 2793 | rt_alloc_excess_used!(rt_primes_4093bytes_8align_alloc_excess_used, 4093, 8); 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.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.165 INFO kablam! | Oct 27 20:20:25.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.165 INFO kablam! | Oct 27 20:20:25.165 INFO kablam! Oct 27 20:20:25.165 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.165 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.165 INFO kablam! | Oct 27 20:20:25.165 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.165 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.165 INFO kablam! ... Oct 27 20:20:25.165 INFO kablam! 2806 | rt_alloc_excess_used!(rt_primes_8191bytes_8align_alloc_excess_used, 8191, 8); 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.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! 2806 | rt_alloc_excess_used!(rt_primes_8191bytes_8align_alloc_excess_used, 8191, 8); 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.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.165 INFO kablam! | Oct 27 20:20:25.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.165 INFO kablam! | Oct 27 20:20:25.165 INFO kablam! Oct 27 20:20:25.165 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.165 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.165 INFO kablam! | Oct 27 20:20:25.165 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.165 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.165 INFO kablam! ... Oct 27 20:20:25.165 INFO kablam! 2819 | rt_alloc_excess_used!(rt_primes_16381bytes_8align_alloc_excess_used, 16381, 8); 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.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! 2819 | rt_alloc_excess_used!(rt_primes_16381bytes_8align_alloc_excess_used, 16381, 8); 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.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.167 INFO kablam! | Oct 27 20:20:25.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.167 INFO kablam! | Oct 27 20:20:25.167 INFO kablam! Oct 27 20:20:25.167 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.167 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.167 INFO kablam! | Oct 27 20:20:25.167 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.167 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.167 INFO kablam! ... Oct 27 20:20:25.167 INFO kablam! 2832 | rt_alloc_excess_used!(rt_primes_32749bytes_8align_alloc_excess_used, 32749, 8); 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! 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! 2832 | rt_alloc_excess_used!(rt_primes_32749bytes_8align_alloc_excess_used, 32749, 8); 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.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.167 INFO kablam! | Oct 27 20:20:25.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.167 INFO kablam! | Oct 27 20:20:25.167 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! 2845 | rt_alloc_excess_used!(rt_primes_65537bytes_8align_alloc_excess_used, 65537, 8); 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.169 INFO kablam! ... Oct 27 20:20:25.169 INFO kablam! 2845 | rt_alloc_excess_used!(rt_primes_65537bytes_8align_alloc_excess_used, 65537, 8); 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.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.169 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! 2858 | rt_alloc_excess_used!(rt_primes_131071bytes_8align_alloc_excess_used, 131071, 8); 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.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.169 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.169 INFO kablam! | Oct 27 20:20:25.169 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.169 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.169 INFO kablam! ... Oct 27 20:20:25.169 INFO kablam! 2858 | rt_alloc_excess_used!(rt_primes_131071bytes_8align_alloc_excess_used, 131071, 8); 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.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.169 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.176 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.176 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.176 INFO kablam! | Oct 27 20:20:25.176 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.176 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.176 INFO kablam! ... Oct 27 20:20:25.176 INFO kablam! 2871 | rt_alloc_excess_used!(rt_primes_4194301bytes_8align_alloc_excess_used, 4194301, 8); Oct 27 20:20:25.176 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.176 INFO kablam! Oct 27 20:20:25.176 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.176 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.176 INFO kablam! | Oct 27 20:20:25.176 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.176 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.176 INFO kablam! ... Oct 27 20:20:25.176 INFO kablam! 2871 | rt_alloc_excess_used!(rt_primes_4194301bytes_8align_alloc_excess_used, 4194301, 8); Oct 27 20:20:25.176 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.176 INFO kablam! | Oct 27 20:20:25.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.176 INFO kablam! | Oct 27 20:20:25.176 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.176 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.176 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.176 INFO kablam! | Oct 27 20:20:25.176 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.176 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.177 INFO kablam! ... Oct 27 20:20:25.177 INFO kablam! 2887 | rt_alloc_excess_used!(rt_pow2_1bytes_16align_alloc_excess_used, 1, 16); Oct 27 20:20:25.177 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.177 INFO kablam! Oct 27 20:20:25.177 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.177 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.177 INFO kablam! | Oct 27 20:20:25.177 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.177 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.177 INFO kablam! ... Oct 27 20:20:25.177 INFO kablam! 2887 | rt_alloc_excess_used!(rt_pow2_1bytes_16align_alloc_excess_used, 1, 16); Oct 27 20:20:25.177 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.177 INFO kablam! | Oct 27 20:20:25.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.177 INFO kablam! | Oct 27 20:20:25.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.177 INFO kablam! | Oct 27 20:20:25.177 INFO kablam! Oct 27 20:20:25.177 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.177 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.177 INFO kablam! | Oct 27 20:20:25.177 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.177 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.177 INFO kablam! ... Oct 27 20:20:25.177 INFO kablam! 2900 | rt_alloc_excess_used!(rt_pow2_2bytes_16align_alloc_excess_used, 2, 16); Oct 27 20:20:25.177 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.177 INFO kablam! Oct 27 20:20:25.177 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.177 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.177 INFO kablam! | Oct 27 20:20:25.177 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.177 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.177 INFO kablam! ... Oct 27 20:20:25.177 INFO kablam! 2900 | rt_alloc_excess_used!(rt_pow2_2bytes_16align_alloc_excess_used, 2, 16); Oct 27 20:20:25.177 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.177 INFO kablam! | Oct 27 20:20:25.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.177 INFO kablam! | Oct 27 20:20:25.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.177 INFO kablam! | Oct 27 20:20:25.177 INFO kablam! Oct 27 20:20:25.179 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! 2913 | rt_alloc_excess_used!(rt_pow2_4bytes_16align_alloc_excess_used, 4, 16); 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! 2913 | rt_alloc_excess_used!(rt_pow2_4bytes_16align_alloc_excess_used, 4, 16); 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.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! 2926 | rt_alloc_excess_used!(rt_pow2_8bytes_16align_alloc_excess_used, 8, 16); 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! 2926 | rt_alloc_excess_used!(rt_pow2_8bytes_16align_alloc_excess_used, 8, 16); 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.181 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.181 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.182 INFO kablam! | Oct 27 20:20:25.182 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.182 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.182 INFO kablam! ... Oct 27 20:20:25.182 INFO kablam! 2939 | rt_alloc_excess_used!(rt_pow2_16bytes_16align_alloc_excess_used, 16, 16); Oct 27 20:20:25.182 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.182 INFO kablam! Oct 27 20:20:25.182 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.182 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.182 INFO kablam! | Oct 27 20:20:25.182 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.182 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.182 INFO kablam! ... Oct 27 20:20:25.182 INFO kablam! 2939 | rt_alloc_excess_used!(rt_pow2_16bytes_16align_alloc_excess_used, 16, 16); Oct 27 20:20:25.182 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.182 INFO kablam! | Oct 27 20:20:25.182 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.182 INFO kablam! | Oct 27 20:20:25.182 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.182 INFO kablam! | Oct 27 20:20:25.182 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.182 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.182 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.182 INFO kablam! ... Oct 27 20:20:25.182 INFO kablam! 2952 | rt_alloc_excess_used!(rt_pow2_32bytes_16align_alloc_excess_used, 32, 16); Oct 27 20:20:25.182 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.182 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! 2952 | rt_alloc_excess_used!(rt_pow2_32bytes_16align_alloc_excess_used, 32, 16); 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.187 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.187 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.187 INFO kablam! | Oct 27 20:20:25.187 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.187 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.187 INFO kablam! ... Oct 27 20:20:25.187 INFO kablam! 2965 | rt_alloc_excess_used!(rt_pow2_64bytes_16align_alloc_excess_used, 64, 16); 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! 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! 2965 | rt_alloc_excess_used!(rt_pow2_64bytes_16align_alloc_excess_used, 64, 16); 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! 2978 | rt_alloc_excess_used!(rt_pow2_128bytes_16align_alloc_excess_used, 128, 16); 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! 2978 | rt_alloc_excess_used!(rt_pow2_128bytes_16align_alloc_excess_used, 128, 16); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.188 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.188 INFO kablam! | Oct 27 20:20:25.188 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.188 INFO kablam! | Oct 27 20:20:25.188 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! 2991 | rt_alloc_excess_used!(rt_pow2_256bytes_16align_alloc_excess_used, 256, 16); 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.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.190 INFO kablam! ... Oct 27 20:20:25.190 INFO kablam! 2991 | rt_alloc_excess_used!(rt_pow2_256bytes_16align_alloc_excess_used, 256, 16); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.190 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.190 INFO kablam! | Oct 27 20:20:25.190 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.190 INFO kablam! | Oct 27 20:20:25.190 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! 3004 | rt_alloc_excess_used!(rt_pow2_512bytes_16align_alloc_excess_used, 512, 16); 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.191 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.191 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.191 INFO kablam! | Oct 27 20:20:25.191 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.191 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.191 INFO kablam! ... Oct 27 20:20:25.191 INFO kablam! 3004 | rt_alloc_excess_used!(rt_pow2_512bytes_16align_alloc_excess_used, 512, 16); 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.192 INFO kablam! | Oct 27 20:20:25.192 INFO kablam! Oct 27 20:20:25.195 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.195 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.195 INFO kablam! | Oct 27 20:20:25.195 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.195 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.195 INFO kablam! ... Oct 27 20:20:25.195 INFO kablam! 3017 | rt_alloc_excess_used!(rt_pow2_1024bytes_16align_alloc_excess_used, 1024, 16); Oct 27 20:20:25.195 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.195 INFO kablam! Oct 27 20:20:25.195 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.195 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.195 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! 3017 | rt_alloc_excess_used!(rt_pow2_1024bytes_16align_alloc_excess_used, 1024, 16); 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! 3030 | rt_alloc_excess_used!(rt_pow2_2048bytes_16align_alloc_excess_used, 2048, 16); 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! 3030 | rt_alloc_excess_used!(rt_pow2_2048bytes_16align_alloc_excess_used, 2048, 16); 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! 3043 | rt_alloc_excess_used!(rt_pow2_4096bytes_16align_alloc_excess_used, 4096, 16); 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.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.197 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.197 INFO kablam! | Oct 27 20:20:25.197 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.197 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.197 INFO kablam! ... Oct 27 20:20:25.197 INFO kablam! 3043 | rt_alloc_excess_used!(rt_pow2_4096bytes_16align_alloc_excess_used, 4096, 16); 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.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.197 INFO kablam! | Oct 27 20:20:25.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.197 INFO kablam! | Oct 27 20:20:25.197 INFO kablam! Oct 27 20:20:25.198 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.198 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.198 INFO kablam! | Oct 27 20:20:25.198 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.198 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.198 INFO kablam! ... Oct 27 20:20:25.198 INFO kablam! 3056 | rt_alloc_excess_used!(rt_pow2_8192bytes_16align_alloc_excess_used, 8192, 16); Oct 27 20:20:25.198 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.198 INFO kablam! Oct 27 20:20:25.198 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.198 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.198 INFO kablam! | Oct 27 20:20:25.198 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.198 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.198 INFO kablam! ... Oct 27 20:20:25.198 INFO kablam! 3056 | rt_alloc_excess_used!(rt_pow2_8192bytes_16align_alloc_excess_used, 8192, 16); Oct 27 20:20:25.198 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.198 INFO kablam! | Oct 27 20:20:25.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.198 INFO kablam! | Oct 27 20:20:25.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.198 INFO kablam! | Oct 27 20:20:25.198 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! 3069 | rt_alloc_excess_used!(rt_pow2_16384bytes_16align_alloc_excess_used, 16384, 16); 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! 3069 | rt_alloc_excess_used!(rt_pow2_16384bytes_16align_alloc_excess_used, 16384, 16); 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.202 INFO kablam! Oct 27 20:20:25.202 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.202 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.202 INFO kablam! | Oct 27 20:20:25.202 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.202 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.202 INFO kablam! ... Oct 27 20:20:25.202 INFO kablam! 3082 | rt_alloc_excess_used!(rt_pow2_32768bytes_16align_alloc_excess_used, 32768, 16); Oct 27 20:20:25.202 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.202 INFO kablam! Oct 27 20:20:25.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.204 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.204 INFO kablam! | Oct 27 20:20:25.204 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.204 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.204 INFO kablam! ... Oct 27 20:20:25.204 INFO kablam! 3082 | rt_alloc_excess_used!(rt_pow2_32768bytes_16align_alloc_excess_used, 32768, 16); Oct 27 20:20:25.204 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.204 INFO kablam! | Oct 27 20:20:25.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.204 INFO kablam! | Oct 27 20:20:25.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.204 INFO kablam! | Oct 27 20:20:25.204 INFO kablam! Oct 27 20:20:25.204 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.204 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.204 INFO kablam! | Oct 27 20:20:25.204 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.204 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.204 INFO kablam! ... Oct 27 20:20:25.204 INFO kablam! 3095 | rt_alloc_excess_used!(rt_pow2_65536bytes_16align_alloc_excess_used, 65536, 16); Oct 27 20:20:25.204 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.204 INFO kablam! Oct 27 20:20:25.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.204 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.204 INFO kablam! | Oct 27 20:20:25.204 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.204 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.204 INFO kablam! ... Oct 27 20:20:25.204 INFO kablam! 3095 | rt_alloc_excess_used!(rt_pow2_65536bytes_16align_alloc_excess_used, 65536, 16); Oct 27 20:20:25.204 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.204 INFO kablam! | Oct 27 20:20:25.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.205 INFO kablam! | Oct 27 20:20:25.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.205 INFO kablam! | Oct 27 20:20:25.205 INFO kablam! Oct 27 20:20:25.207 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! 3108 | rt_alloc_excess_used!(rt_pow2_131072bytes_16align_alloc_excess_used, 131072, 16); 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! 3108 | rt_alloc_excess_used!(rt_pow2_131072bytes_16align_alloc_excess_used, 131072, 16); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.207 INFO kablam! | Oct 27 20:20:25.207 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.207 INFO kablam! | Oct 27 20:20:25.207 INFO kablam! Oct 27 20:20:25.207 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! 3121 | rt_alloc_excess_used!(rt_pow2_4194304bytes_16align_alloc_excess_used, 4194304, 16); 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.210 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! 3121 | rt_alloc_excess_used!(rt_pow2_4194304bytes_16align_alloc_excess_used, 4194304, 16); 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.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! 3135 | rt_alloc_excess_used!(rt_even_10bytes_16align_alloc_excess_used, 10, 16); 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! 3135 | rt_alloc_excess_used!(rt_even_10bytes_16align_alloc_excess_used, 10, 16); 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.211 INFO kablam! | Oct 27 20:20:25.211 INFO kablam! Oct 27 20:20:25.217 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.217 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.217 INFO kablam! | Oct 27 20:20:25.217 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.217 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.217 INFO kablam! ... Oct 27 20:20:25.217 INFO kablam! 3148 | rt_alloc_excess_used!(rt_even_100bytes_16align_alloc_excess_used, 100, 16); Oct 27 20:20:25.217 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.217 INFO kablam! Oct 27 20:20:25.217 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.217 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.217 INFO kablam! | Oct 27 20:20:25.217 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! 3148 | rt_alloc_excess_used!(rt_even_100bytes_16align_alloc_excess_used, 100, 16); 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! 3161 | rt_alloc_excess_used!(rt_even_1000bytes_16align_alloc_excess_used, 1000, 16); 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! 3161 | rt_alloc_excess_used!(rt_even_1000bytes_16align_alloc_excess_used, 1000, 16); 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.219 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.222 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.222 INFO kablam! | Oct 27 20:20:25.222 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.222 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.222 INFO kablam! ... Oct 27 20:20:25.222 INFO kablam! 3174 | rt_alloc_excess_used!(rt_even_10000bytes_16align_alloc_excess_used, 10000, 16); Oct 27 20:20:25.222 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.222 INFO kablam! Oct 27 20:20:25.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.222 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.222 INFO kablam! | Oct 27 20:20:25.222 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.222 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.222 INFO kablam! ... Oct 27 20:20:25.222 INFO kablam! 3174 | rt_alloc_excess_used!(rt_even_10000bytes_16align_alloc_excess_used, 10000, 16); Oct 27 20:20:25.222 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.222 INFO kablam! | Oct 27 20:20:25.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.222 INFO kablam! | Oct 27 20:20:25.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.222 INFO kablam! | Oct 27 20:20:25.222 INFO kablam! Oct 27 20:20:25.222 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.222 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.222 INFO kablam! | Oct 27 20:20:25.222 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.222 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.222 INFO kablam! ... Oct 27 20:20:25.222 INFO kablam! 3187 | rt_alloc_excess_used!(rt_even_100000bytes_16align_alloc_excess_used, 100000, 16); Oct 27 20:20:25.222 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.222 INFO kablam! Oct 27 20:20:25.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.222 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.222 INFO kablam! | Oct 27 20:20:25.222 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.222 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.222 INFO kablam! ... Oct 27 20:20:25.222 INFO kablam! 3187 | rt_alloc_excess_used!(rt_even_100000bytes_16align_alloc_excess_used, 100000, 16); Oct 27 20:20:25.222 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.222 INFO kablam! | Oct 27 20:20:25.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.222 INFO kablam! | Oct 27 20:20:25.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.222 INFO kablam! | Oct 27 20:20:25.222 INFO kablam! Oct 27 20:20:25.222 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.222 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.222 INFO kablam! | Oct 27 20:20:25.222 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.222 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.223 INFO kablam! ... Oct 27 20:20:25.223 INFO kablam! 3200 | rt_alloc_excess_used!(rt_even_1000000bytes_16align_alloc_excess_used, 1000000, 16); 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! 3200 | rt_alloc_excess_used!(rt_even_1000000bytes_16align_alloc_excess_used, 1000000, 16); 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.226 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.230 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.230 INFO kablam! | Oct 27 20:20:25.230 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.230 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.230 INFO kablam! ... Oct 27 20:20:25.230 INFO kablam! 3214 | rt_alloc_excess_used!(rt_odd_10bytes_16align_alloc_excess_used, 10- 1, 16); Oct 27 20:20:25.230 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.230 INFO kablam! Oct 27 20:20:25.230 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.230 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.230 INFO kablam! | Oct 27 20:20:25.230 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.230 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.230 INFO kablam! ... Oct 27 20:20:25.230 INFO kablam! 3214 | rt_alloc_excess_used!(rt_odd_10bytes_16align_alloc_excess_used, 10- 1, 16); Oct 27 20:20:25.230 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.230 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! Oct 27 20:20:25.231 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.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.231 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.231 INFO kablam! ... Oct 27 20:20:25.231 INFO kablam! 3227 | rt_alloc_excess_used!(rt_odd_100bytes_16align_alloc_excess_used, 100- 1, 16); Oct 27 20:20:25.231 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.231 INFO kablam! Oct 27 20:20:25.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.231 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.231 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.231 INFO kablam! ... Oct 27 20:20:25.231 INFO kablam! 3227 | rt_alloc_excess_used!(rt_odd_100bytes_16align_alloc_excess_used, 100- 1, 16); Oct 27 20:20:25.231 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! Oct 27 20:20:25.231 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.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.231 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.231 INFO kablam! ... Oct 27 20:20:25.231 INFO kablam! 3240 | rt_alloc_excess_used!(rt_odd_1000bytes_16align_alloc_excess_used, 1000- 1, 16); Oct 27 20:20:25.231 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.231 INFO kablam! Oct 27 20:20:25.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.231 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.231 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.231 INFO kablam! ... Oct 27 20:20:25.231 INFO kablam! 3240 | rt_alloc_excess_used!(rt_odd_1000bytes_16align_alloc_excess_used, 1000- 1, 16); Oct 27 20:20:25.231 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! Oct 27 20:20:25.231 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.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.231 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.231 INFO kablam! ... Oct 27 20:20:25.231 INFO kablam! 3253 | rt_alloc_excess_used!(rt_odd_10000bytes_16align_alloc_excess_used, 10000- 1, 16); Oct 27 20:20:25.231 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.231 INFO kablam! Oct 27 20:20:25.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.231 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.231 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.231 INFO kablam! ... Oct 27 20:20:25.231 INFO kablam! 3253 | rt_alloc_excess_used!(rt_odd_10000bytes_16align_alloc_excess_used, 10000- 1, 16); Oct 27 20:20:25.231 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.231 INFO kablam! | Oct 27 20:20:25.231 INFO kablam! Oct 27 20:20:25.234 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.234 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.234 INFO kablam! | Oct 27 20:20:25.234 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.234 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.234 INFO kablam! ... Oct 27 20:20:25.234 INFO kablam! 3266 | rt_alloc_excess_used!(rt_odd_100000bytes_16align_alloc_excess_used, 100000- 1, 16); Oct 27 20:20:25.234 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.234 INFO kablam! Oct 27 20:20:25.234 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.234 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.234 INFO kablam! | Oct 27 20:20:25.234 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.234 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.234 INFO kablam! ... Oct 27 20:20:25.234 INFO kablam! 3266 | rt_alloc_excess_used!(rt_odd_100000bytes_16align_alloc_excess_used, 100000- 1, 16); Oct 27 20:20:25.234 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.234 INFO kablam! | Oct 27 20:20:25.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.234 INFO kablam! | Oct 27 20:20:25.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.234 INFO kablam! | Oct 27 20:20:25.234 INFO kablam! Oct 27 20:20:25.234 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.234 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.234 INFO kablam! | Oct 27 20:20:25.234 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.234 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.234 INFO kablam! ... Oct 27 20:20:25.234 INFO kablam! 3279 | rt_alloc_excess_used!(rt_odd_1000000bytes_16align_alloc_excess_used, 1000000- 1, 16); Oct 27 20:20:25.234 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.234 INFO kablam! Oct 27 20:20:25.234 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.234 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.234 INFO kablam! | Oct 27 20:20:25.234 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.234 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.234 INFO kablam! ... Oct 27 20:20:25.234 INFO kablam! 3279 | rt_alloc_excess_used!(rt_odd_1000000bytes_16align_alloc_excess_used, 1000000- 1, 16); 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! 3293 | rt_alloc_excess_used!(rt_primes_3bytes_16align_alloc_excess_used, 3, 16); 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! 3293 | rt_alloc_excess_used!(rt_primes_3bytes_16align_alloc_excess_used, 3, 16); 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! 3306 | rt_alloc_excess_used!(rt_primes_7bytes_16align_alloc_excess_used, 7, 16); 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.239 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.239 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.239 INFO kablam! | Oct 27 20:20:25.239 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.239 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.239 INFO kablam! ... Oct 27 20:20:25.239 INFO kablam! 3306 | rt_alloc_excess_used!(rt_primes_7bytes_16align_alloc_excess_used, 7, 16); 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.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.239 INFO kablam! | Oct 27 20:20:25.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.239 INFO kablam! | Oct 27 20:20:25.239 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! 3319 | rt_alloc_excess_used!(rt_primes_13bytes_16align_alloc_excess_used, 13, 16); 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! 3319 | rt_alloc_excess_used!(rt_primes_13bytes_16align_alloc_excess_used, 13, 16); 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.247 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.247 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.247 INFO kablam! | Oct 27 20:20:25.247 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.247 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.247 INFO kablam! ... Oct 27 20:20:25.247 INFO kablam! 3332 | rt_alloc_excess_used!(rt_primes_17bytes_16align_alloc_excess_used, 17, 16); Oct 27 20:20:25.247 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.247 INFO kablam! Oct 27 20:20:25.247 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.247 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.247 INFO kablam! | Oct 27 20:20:25.247 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.247 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.247 INFO kablam! ... Oct 27 20:20:25.247 INFO kablam! 3332 | rt_alloc_excess_used!(rt_primes_17bytes_16align_alloc_excess_used, 17, 16); Oct 27 20:20:25.247 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.247 INFO kablam! | Oct 27 20:20:25.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.247 INFO kablam! | Oct 27 20:20:25.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.247 INFO kablam! | Oct 27 20:20:25.247 INFO kablam! Oct 27 20:20:25.247 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.247 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.247 INFO kablam! | Oct 27 20:20:25.248 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.248 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.248 INFO kablam! ... Oct 27 20:20:25.248 INFO kablam! 3345 | rt_alloc_excess_used!(rt_primes_31bytes_16align_alloc_excess_used, 31, 16); 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! 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! 3345 | rt_alloc_excess_used!(rt_primes_31bytes_16align_alloc_excess_used, 31, 16); 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.248 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.248 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.248 INFO kablam! | Oct 27 20:20:25.248 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.248 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.248 INFO kablam! ... Oct 27 20:20:25.248 INFO kablam! 3358 | rt_alloc_excess_used!(rt_primes_61bytes_16align_alloc_excess_used, 61, 16); 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.251 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.251 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.251 INFO kablam! | Oct 27 20:20:25.251 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.251 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.251 INFO kablam! ... Oct 27 20:20:25.251 INFO kablam! 3358 | rt_alloc_excess_used!(rt_primes_61bytes_16align_alloc_excess_used, 61, 16); Oct 27 20:20:25.252 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 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.252 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.252 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.252 INFO kablam! ... Oct 27 20:20:25.252 INFO kablam! 3371 | rt_alloc_excess_used!(rt_primes_96bytes_16align_alloc_excess_used, 96, 16); Oct 27 20:20:25.252 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.252 INFO kablam! Oct 27 20:20:25.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.252 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.252 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.252 INFO kablam! ... Oct 27 20:20:25.252 INFO kablam! 3371 | rt_alloc_excess_used!(rt_primes_96bytes_16align_alloc_excess_used, 96, 16); Oct 27 20:20:25.252 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 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.252 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.252 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.252 INFO kablam! ... Oct 27 20:20:25.252 INFO kablam! 3384 | rt_alloc_excess_used!(rt_primes_127bytes_16align_alloc_excess_used, 127, 16); Oct 27 20:20:25.252 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.252 INFO kablam! Oct 27 20:20:25.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.252 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.252 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.252 INFO kablam! ... Oct 27 20:20:25.252 INFO kablam! 3384 | rt_alloc_excess_used!(rt_primes_127bytes_16align_alloc_excess_used, 127, 16); Oct 27 20:20:25.252 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 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.252 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.252 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.252 INFO kablam! ... Oct 27 20:20:25.252 INFO kablam! 3397 | rt_alloc_excess_used!(rt_primes_257bytes_16align_alloc_excess_used, 257, 16); Oct 27 20:20:25.252 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.252 INFO kablam! Oct 27 20:20:25.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.252 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.252 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.252 INFO kablam! ... Oct 27 20:20:25.252 INFO kablam! 3397 | rt_alloc_excess_used!(rt_primes_257bytes_16align_alloc_excess_used, 257, 16); Oct 27 20:20:25.252 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.252 INFO kablam! | Oct 27 20:20:25.252 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! 3410 | rt_alloc_excess_used!(rt_primes_509bytes_16align_alloc_excess_used, 509, 16); 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.259 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.259 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.259 INFO kablam! | Oct 27 20:20:25.259 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.259 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.259 INFO kablam! ... Oct 27 20:20:25.259 INFO kablam! 3410 | rt_alloc_excess_used!(rt_primes_509bytes_16align_alloc_excess_used, 509, 16); Oct 27 20:20:25.259 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.259 INFO kablam! | Oct 27 20:20:25.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.259 INFO kablam! | Oct 27 20:20:25.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.259 INFO kablam! | Oct 27 20:20:25.259 INFO kablam! Oct 27 20:20:25.259 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.259 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.259 INFO kablam! | Oct 27 20:20:25.259 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.259 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.259 INFO kablam! ... Oct 27 20:20:25.259 INFO kablam! 3423 | rt_alloc_excess_used!(rt_primes_1021bytes_16align_alloc_excess_used, 1021, 16); Oct 27 20:20:25.259 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.259 INFO kablam! Oct 27 20:20:25.259 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.259 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.259 INFO kablam! | Oct 27 20:20:25.259 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.259 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.259 INFO kablam! ... Oct 27 20:20:25.259 INFO kablam! 3423 | rt_alloc_excess_used!(rt_primes_1021bytes_16align_alloc_excess_used, 1021, 16); Oct 27 20:20:25.259 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.260 INFO kablam! ... Oct 27 20:20:25.260 INFO kablam! 3436 | rt_alloc_excess_used!(rt_primes_2039bytes_16align_alloc_excess_used, 2039, 16); 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! 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! 3436 | rt_alloc_excess_used!(rt_primes_2039bytes_16align_alloc_excess_used, 2039, 16); 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.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! 3449 | rt_alloc_excess_used!(rt_primes_4093bytes_16align_alloc_excess_used, 4093, 16); 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.262 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.262 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.262 INFO kablam! | Oct 27 20:20:25.262 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.262 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.262 INFO kablam! ... Oct 27 20:20:25.262 INFO kablam! 3449 | rt_alloc_excess_used!(rt_primes_4093bytes_16align_alloc_excess_used, 4093, 16); 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.262 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.262 INFO kablam! | Oct 27 20:20:25.262 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.262 INFO kablam! | Oct 27 20:20:25.262 INFO kablam! Oct 27 20:20:25.265 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.267 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.267 INFO kablam! | Oct 27 20:20:25.267 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.267 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.267 INFO kablam! ... Oct 27 20:20:25.267 INFO kablam! 3462 | rt_alloc_excess_used!(rt_primes_8191bytes_16align_alloc_excess_used, 8191, 16); Oct 27 20:20:25.267 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.267 INFO kablam! Oct 27 20:20:25.267 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.267 INFO kablam! ... Oct 27 20:20:25.267 INFO kablam! 3462 | rt_alloc_excess_used!(rt_primes_8191bytes_16align_alloc_excess_used, 8191, 16); Oct 27 20:20:25.267 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.267 INFO kablam! | Oct 27 20:20:25.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.267 INFO kablam! | Oct 27 20:20:25.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.267 INFO kablam! | Oct 27 20:20:25.267 INFO kablam! Oct 27 20:20:25.267 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.267 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.267 INFO kablam! | Oct 27 20:20:25.267 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.267 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.267 INFO kablam! ... Oct 27 20:20:25.267 INFO kablam! 3475 | rt_alloc_excess_used!(rt_primes_16381bytes_16align_alloc_excess_used, 16381, 16); Oct 27 20:20:25.267 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.267 INFO kablam! Oct 27 20:20:25.267 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.267 INFO kablam! ... Oct 27 20:20:25.267 INFO kablam! 3475 | rt_alloc_excess_used!(rt_primes_16381bytes_16align_alloc_excess_used, 16381, 16); Oct 27 20:20:25.267 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.267 INFO kablam! | Oct 27 20:20:25.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.267 INFO kablam! | Oct 27 20:20:25.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.267 INFO kablam! | Oct 27 20:20:25.267 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! 3488 | rt_alloc_excess_used!(rt_primes_32749bytes_16align_alloc_excess_used, 32749, 16); 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! 3488 | rt_alloc_excess_used!(rt_primes_32749bytes_16align_alloc_excess_used, 32749, 16); 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! 3501 | rt_alloc_excess_used!(rt_primes_65537bytes_16align_alloc_excess_used, 65537, 16); 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! 3501 | rt_alloc_excess_used!(rt_primes_65537bytes_16align_alloc_excess_used, 65537, 16); 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.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.272 INFO kablam! | Oct 27 20:20:25.272 INFO kablam! Oct 27 20:20:25.272 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.272 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.272 INFO kablam! | Oct 27 20:20:25.272 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.272 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.272 INFO kablam! ... Oct 27 20:20:25.272 INFO kablam! 3514 | rt_alloc_excess_used!(rt_primes_131071bytes_16align_alloc_excess_used, 131071, 16); 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! 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! 3514 | rt_alloc_excess_used!(rt_primes_131071bytes_16align_alloc_excess_used, 131071, 16); 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.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.272 INFO kablam! | Oct 27 20:20:25.272 INFO kablam! Oct 27 20:20:25.279 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.279 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.279 INFO kablam! | Oct 27 20:20:25.279 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.280 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.280 INFO kablam! ... Oct 27 20:20:25.280 INFO kablam! 3527 | rt_alloc_excess_used!(rt_primes_4194301bytes_16align_alloc_excess_used, 4194301, 16); Oct 27 20:20:25.280 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.280 INFO kablam! Oct 27 20:20:25.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.280 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.280 INFO kablam! | Oct 27 20:20:25.280 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.280 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.280 INFO kablam! ... Oct 27 20:20:25.280 INFO kablam! 3527 | rt_alloc_excess_used!(rt_primes_4194301bytes_16align_alloc_excess_used, 4194301, 16); Oct 27 20:20:25.280 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.280 INFO kablam! | Oct 27 20:20:25.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.280 INFO kablam! | Oct 27 20:20:25.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.280 INFO kablam! | Oct 27 20:20:25.280 INFO kablam! Oct 27 20:20:25.280 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.280 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.280 INFO kablam! | Oct 27 20:20:25.280 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.280 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.280 INFO kablam! ... Oct 27 20:20:25.280 INFO kablam! 3543 | rt_alloc_excess_used!(rt_pow2_1bytes_32align_alloc_excess_used, 1, 32); Oct 27 20:20:25.280 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.280 INFO kablam! Oct 27 20:20:25.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.280 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.280 INFO kablam! | Oct 27 20:20:25.280 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.280 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.280 INFO kablam! ... Oct 27 20:20:25.280 INFO kablam! 3543 | rt_alloc_excess_used!(rt_pow2_1bytes_32align_alloc_excess_used, 1, 32); Oct 27 20:20:25.280 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.280 INFO kablam! | Oct 27 20:20:25.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.280 INFO kablam! | Oct 27 20:20:25.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.280 INFO kablam! | Oct 27 20:20:25.280 INFO kablam! Oct 27 20:20:25.280 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.280 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.280 INFO kablam! | Oct 27 20:20:25.280 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.280 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.280 INFO kablam! ... Oct 27 20:20:25.280 INFO kablam! 3556 | rt_alloc_excess_used!(rt_pow2_2bytes_32align_alloc_excess_used, 2, 32); Oct 27 20:20:25.280 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.280 INFO kablam! Oct 27 20:20:25.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.280 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.280 INFO kablam! | Oct 27 20:20:25.280 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.280 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.280 INFO kablam! ... Oct 27 20:20:25.280 INFO kablam! 3556 | rt_alloc_excess_used!(rt_pow2_2bytes_32align_alloc_excess_used, 2, 32); Oct 27 20:20:25.280 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.280 INFO kablam! | Oct 27 20:20:25.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.280 INFO kablam! | Oct 27 20:20:25.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.280 INFO kablam! | Oct 27 20:20:25.280 INFO kablam! Oct 27 20:20:25.280 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.280 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.280 INFO kablam! | Oct 27 20:20:25.280 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.280 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.280 INFO kablam! ... Oct 27 20:20:25.280 INFO kablam! 3569 | rt_alloc_excess_used!(rt_pow2_4bytes_32align_alloc_excess_used, 4, 32); Oct 27 20:20:25.280 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.280 INFO kablam! Oct 27 20:20:25.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.280 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.280 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! 3569 | rt_alloc_excess_used!(rt_pow2_4bytes_32align_alloc_excess_used, 4, 32); 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.283 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.283 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.283 INFO kablam! | Oct 27 20:20:25.283 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.283 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.283 INFO kablam! ... Oct 27 20:20:25.283 INFO kablam! 3582 | rt_alloc_excess_used!(rt_pow2_8bytes_32align_alloc_excess_used, 8, 32); Oct 27 20:20:25.283 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.283 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.283 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.283 INFO kablam! | Oct 27 20:20:25.283 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.283 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.283 INFO kablam! ... Oct 27 20:20:25.283 INFO kablam! 3582 | rt_alloc_excess_used!(rt_pow2_8bytes_32align_alloc_excess_used, 8, 32); Oct 27 20:20:25.283 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.283 INFO kablam! | Oct 27 20:20:25.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.283 INFO kablam! | Oct 27 20:20:25.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.283 INFO kablam! | Oct 27 20:20:25.283 INFO kablam! Oct 27 20:20:25.283 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.283 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.283 INFO kablam! | Oct 27 20:20:25.283 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.283 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.283 INFO kablam! ... Oct 27 20:20:25.283 INFO kablam! 3595 | rt_alloc_excess_used!(rt_pow2_16bytes_32align_alloc_excess_used, 16, 32); Oct 27 20:20:25.283 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.283 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.283 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.283 INFO kablam! | Oct 27 20:20:25.283 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.283 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.283 INFO kablam! ... Oct 27 20:20:25.283 INFO kablam! 3595 | rt_alloc_excess_used!(rt_pow2_16bytes_32align_alloc_excess_used, 16, 32); Oct 27 20:20:25.283 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.283 INFO kablam! | Oct 27 20:20:25.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.283 INFO kablam! | Oct 27 20:20:25.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.283 INFO kablam! | Oct 27 20:20:25.283 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! 3608 | rt_alloc_excess_used!(rt_pow2_32bytes_32align_alloc_excess_used, 32, 32); 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.286 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.286 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.286 INFO kablam! | Oct 27 20:20:25.286 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.286 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.286 INFO kablam! ... Oct 27 20:20:25.286 INFO kablam! 3608 | rt_alloc_excess_used!(rt_pow2_32bytes_32align_alloc_excess_used, 32, 32); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.286 INFO kablam! | Oct 27 20:20:25.286 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! 3621 | rt_alloc_excess_used!(rt_pow2_64bytes_32align_alloc_excess_used, 64, 32); 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.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.294 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.294 INFO kablam! | Oct 27 20:20:25.294 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.294 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.294 INFO kablam! ... Oct 27 20:20:25.294 INFO kablam! 3621 | rt_alloc_excess_used!(rt_pow2_64bytes_32align_alloc_excess_used, 64, 32); Oct 27 20:20:25.294 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.294 INFO kablam! | Oct 27 20:20:25.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.294 INFO kablam! | Oct 27 20:20:25.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.294 INFO kablam! | Oct 27 20:20:25.294 INFO kablam! Oct 27 20:20:25.294 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.294 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.294 INFO kablam! | Oct 27 20:20:25.294 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.294 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.294 INFO kablam! ... Oct 27 20:20:25.294 INFO kablam! 3634 | rt_alloc_excess_used!(rt_pow2_128bytes_32align_alloc_excess_used, 128, 32); Oct 27 20:20:25.294 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.294 INFO kablam! Oct 27 20:20:25.294 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.294 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.294 INFO kablam! | Oct 27 20:20:25.294 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.294 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.294 INFO kablam! ... Oct 27 20:20:25.294 INFO kablam! 3634 | rt_alloc_excess_used!(rt_pow2_128bytes_32align_alloc_excess_used, 128, 32); Oct 27 20:20:25.294 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.294 INFO kablam! | Oct 27 20:20:25.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.294 INFO kablam! | Oct 27 20:20:25.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.294 INFO kablam! | Oct 27 20:20:25.294 INFO kablam! Oct 27 20:20:25.294 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.294 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.294 INFO kablam! | Oct 27 20:20:25.294 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.294 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.294 INFO kablam! ... Oct 27 20:20:25.294 INFO kablam! 3647 | rt_alloc_excess_used!(rt_pow2_256bytes_32align_alloc_excess_used, 256, 32); Oct 27 20:20:25.294 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.294 INFO kablam! Oct 27 20:20:25.294 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.294 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.294 INFO kablam! | Oct 27 20:20:25.294 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.294 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.294 INFO kablam! ... Oct 27 20:20:25.294 INFO kablam! 3647 | rt_alloc_excess_used!(rt_pow2_256bytes_32align_alloc_excess_used, 256, 32); Oct 27 20:20:25.294 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.294 INFO kablam! | Oct 27 20:20:25.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.294 INFO kablam! | Oct 27 20:20:25.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.294 INFO kablam! | Oct 27 20:20:25.294 INFO kablam! Oct 27 20:20:25.294 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.294 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.294 INFO kablam! | Oct 27 20:20:25.294 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.294 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.294 INFO kablam! ... Oct 27 20:20:25.295 INFO kablam! 3660 | rt_alloc_excess_used!(rt_pow2_512bytes_32align_alloc_excess_used, 512, 32); 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! 3660 | rt_alloc_excess_used!(rt_pow2_512bytes_32align_alloc_excess_used, 512, 32); 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! 3673 | rt_alloc_excess_used!(rt_pow2_1024bytes_32align_alloc_excess_used, 1024, 32); 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.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.315 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.315 INFO kablam! | Oct 27 20:20:25.315 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.315 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.315 INFO kablam! ... Oct 27 20:20:25.315 INFO kablam! 3673 | rt_alloc_excess_used!(rt_pow2_1024bytes_32align_alloc_excess_used, 1024, 32); Oct 27 20:20:25.315 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.315 INFO kablam! | Oct 27 20:20:25.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.315 INFO kablam! | Oct 27 20:20:25.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.315 INFO kablam! | Oct 27 20:20:25.315 INFO kablam! Oct 27 20:20:25.315 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.315 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.315 INFO kablam! | Oct 27 20:20:25.315 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.315 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.315 INFO kablam! ... Oct 27 20:20:25.315 INFO kablam! 3686 | rt_alloc_excess_used!(rt_pow2_2048bytes_32align_alloc_excess_used, 2048, 32); Oct 27 20:20:25.315 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.315 INFO kablam! Oct 27 20:20:25.315 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.315 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.315 INFO kablam! | Oct 27 20:20:25.315 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.315 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.315 INFO kablam! ... Oct 27 20:20:25.315 INFO kablam! 3686 | rt_alloc_excess_used!(rt_pow2_2048bytes_32align_alloc_excess_used, 2048, 32); Oct 27 20:20:25.315 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.315 INFO kablam! | Oct 27 20:20:25.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.315 INFO kablam! | Oct 27 20:20:25.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.315 INFO kablam! | Oct 27 20:20:25.315 INFO kablam! Oct 27 20:20:25.315 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.315 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.315 INFO kablam! | Oct 27 20:20:25.315 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.315 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.315 INFO kablam! ... Oct 27 20:20:25.315 INFO kablam! 3699 | rt_alloc_excess_used!(rt_pow2_4096bytes_32align_alloc_excess_used, 4096, 32); Oct 27 20:20:25.315 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.315 INFO kablam! Oct 27 20:20:25.315 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.315 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.315 INFO kablam! | Oct 27 20:20:25.315 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.315 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.315 INFO kablam! ... Oct 27 20:20:25.315 INFO kablam! 3699 | rt_alloc_excess_used!(rt_pow2_4096bytes_32align_alloc_excess_used, 4096, 32); Oct 27 20:20:25.315 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.315 INFO kablam! | Oct 27 20:20:25.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.315 INFO kablam! | Oct 27 20:20:25.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.315 INFO kablam! | Oct 27 20:20:25.315 INFO kablam! Oct 27 20:20:25.315 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.315 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.315 INFO kablam! | Oct 27 20:20:25.315 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.315 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.315 INFO kablam! ... Oct 27 20:20:25.315 INFO kablam! 3712 | rt_alloc_excess_used!(rt_pow2_8192bytes_32align_alloc_excess_used, 8192, 32); Oct 27 20:20:25.315 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.316 INFO kablam! Oct 27 20:20:25.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.316 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.316 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.316 INFO kablam! ... Oct 27 20:20:25.316 INFO kablam! 3712 | rt_alloc_excess_used!(rt_pow2_8192bytes_32align_alloc_excess_used, 8192, 32); Oct 27 20:20:25.316 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! Oct 27 20:20:25.316 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.316 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.316 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.316 INFO kablam! ... Oct 27 20:20:25.316 INFO kablam! 3725 | rt_alloc_excess_used!(rt_pow2_16384bytes_32align_alloc_excess_used, 16384, 32); Oct 27 20:20:25.316 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.316 INFO kablam! Oct 27 20:20:25.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.316 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.316 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.316 INFO kablam! ... Oct 27 20:20:25.316 INFO kablam! 3725 | rt_alloc_excess_used!(rt_pow2_16384bytes_32align_alloc_excess_used, 16384, 32); Oct 27 20:20:25.316 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! Oct 27 20:20:25.316 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.316 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.316 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.316 INFO kablam! ... Oct 27 20:20:25.316 INFO kablam! 3738 | rt_alloc_excess_used!(rt_pow2_32768bytes_32align_alloc_excess_used, 32768, 32); Oct 27 20:20:25.316 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.316 INFO kablam! Oct 27 20:20:25.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.316 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.316 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.316 INFO kablam! ... Oct 27 20:20:25.316 INFO kablam! 3738 | rt_alloc_excess_used!(rt_pow2_32768bytes_32align_alloc_excess_used, 32768, 32); Oct 27 20:20:25.316 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! Oct 27 20:20:25.316 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.316 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.316 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.316 INFO kablam! ... Oct 27 20:20:25.316 INFO kablam! 3751 | rt_alloc_excess_used!(rt_pow2_65536bytes_32align_alloc_excess_used, 65536, 32); Oct 27 20:20:25.316 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.316 INFO kablam! Oct 27 20:20:25.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.316 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.316 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.316 INFO kablam! ... Oct 27 20:20:25.316 INFO kablam! 3751 | rt_alloc_excess_used!(rt_pow2_65536bytes_32align_alloc_excess_used, 65536, 32); Oct 27 20:20:25.316 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.316 INFO kablam! | Oct 27 20:20:25.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.316 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.319 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.319 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.319 INFO kablam! | Oct 27 20:20:25.319 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.319 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.319 INFO kablam! ... Oct 27 20:20:25.319 INFO kablam! 3764 | rt_alloc_excess_used!(rt_pow2_131072bytes_32align_alloc_excess_used, 131072, 32); Oct 27 20:20:25.319 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.319 INFO kablam! Oct 27 20:20:25.319 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.319 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.319 INFO kablam! | Oct 27 20:20:25.319 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.319 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.319 INFO kablam! ... Oct 27 20:20:25.319 INFO kablam! 3764 | rt_alloc_excess_used!(rt_pow2_131072bytes_32align_alloc_excess_used, 131072, 32); Oct 27 20:20:25.319 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.319 INFO kablam! | Oct 27 20:20:25.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.319 INFO kablam! | Oct 27 20:20:25.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.319 INFO kablam! | Oct 27 20:20:25.319 INFO kablam! Oct 27 20:20:25.319 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.319 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.320 INFO kablam! | Oct 27 20:20:25.320 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.320 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.320 INFO kablam! ... Oct 27 20:20:25.320 INFO kablam! 3777 | rt_alloc_excess_used!(rt_pow2_4194304bytes_32align_alloc_excess_used, 4194304, 32); Oct 27 20:20:25.320 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.320 INFO kablam! Oct 27 20:20:25.320 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.320 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.320 INFO kablam! | Oct 27 20:20:25.320 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.320 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.320 INFO kablam! ... Oct 27 20:20:25.320 INFO kablam! 3777 | rt_alloc_excess_used!(rt_pow2_4194304bytes_32align_alloc_excess_used, 4194304, 32); Oct 27 20:20:25.320 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.320 INFO kablam! | Oct 27 20:20:25.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.320 INFO kablam! | Oct 27 20:20:25.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.320 INFO kablam! | Oct 27 20:20:25.320 INFO kablam! Oct 27 20:20:25.320 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.320 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.320 INFO kablam! | Oct 27 20:20:25.320 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.320 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.320 INFO kablam! ... Oct 27 20:20:25.320 INFO kablam! 3791 | rt_alloc_excess_used!(rt_even_10bytes_32align_alloc_excess_used, 10, 32); Oct 27 20:20:25.320 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.320 INFO kablam! Oct 27 20:20:25.320 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.320 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.320 INFO kablam! | Oct 27 20:20:25.320 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.320 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.320 INFO kablam! ... Oct 27 20:20:25.320 INFO kablam! 3791 | rt_alloc_excess_used!(rt_even_10bytes_32align_alloc_excess_used, 10, 32); Oct 27 20:20:25.320 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.320 INFO kablam! | Oct 27 20:20:25.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.320 INFO kablam! | Oct 27 20:20:25.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.320 INFO kablam! | Oct 27 20:20:25.320 INFO kablam! Oct 27 20:20:25.320 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.320 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.320 INFO kablam! | Oct 27 20:20:25.320 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.320 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.320 INFO kablam! ... Oct 27 20:20:25.320 INFO kablam! 3804 | rt_alloc_excess_used!(rt_even_100bytes_32align_alloc_excess_used, 100, 32); Oct 27 20:20:25.320 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.320 INFO kablam! Oct 27 20:20:25.320 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.320 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.320 INFO kablam! | Oct 27 20:20:25.320 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.320 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.320 INFO kablam! ... Oct 27 20:20:25.320 INFO kablam! 3804 | rt_alloc_excess_used!(rt_even_100bytes_32align_alloc_excess_used, 100, 32); Oct 27 20:20:25.320 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.320 INFO kablam! | Oct 27 20:20:25.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.320 INFO kablam! | Oct 27 20:20:25.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.320 INFO kablam! | Oct 27 20:20:25.320 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! 3817 | rt_alloc_excess_used!(rt_even_1000bytes_32align_alloc_excess_used, 1000, 32); Oct 27 20:20:25.321 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.321 INFO kablam! Oct 27 20:20:25.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.321 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.321 INFO kablam! | Oct 27 20:20:25.321 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.321 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.321 INFO kablam! ... Oct 27 20:20:25.321 INFO kablam! 3817 | rt_alloc_excess_used!(rt_even_1000bytes_32align_alloc_excess_used, 1000, 32); Oct 27 20:20:25.321 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! 3830 | rt_alloc_excess_used!(rt_even_10000bytes_32align_alloc_excess_used, 10000, 32); Oct 27 20:20:25.321 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.321 INFO kablam! Oct 27 20:20:25.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.321 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.321 INFO kablam! | Oct 27 20:20:25.321 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.321 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.321 INFO kablam! ... Oct 27 20:20:25.321 INFO kablam! 3830 | rt_alloc_excess_used!(rt_even_10000bytes_32align_alloc_excess_used, 10000, 32); Oct 27 20:20:25.321 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.326 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.326 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.326 INFO kablam! | Oct 27 20:20:25.326 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.326 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.326 INFO kablam! ... Oct 27 20:20:25.326 INFO kablam! 3843 | rt_alloc_excess_used!(rt_even_100000bytes_32align_alloc_excess_used, 100000, 32); Oct 27 20:20:25.326 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.326 INFO kablam! Oct 27 20:20:25.326 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.326 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.326 INFO kablam! | Oct 27 20:20:25.326 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.326 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.326 INFO kablam! ... Oct 27 20:20:25.326 INFO kablam! 3843 | rt_alloc_excess_used!(rt_even_100000bytes_32align_alloc_excess_used, 100000, 32); Oct 27 20:20:25.326 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.326 INFO kablam! | Oct 27 20:20:25.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.326 INFO kablam! | Oct 27 20:20:25.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.326 INFO kablam! | Oct 27 20:20:25.326 INFO kablam! Oct 27 20:20:25.326 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.326 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.326 INFO kablam! | Oct 27 20:20:25.326 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.326 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.326 INFO kablam! ... Oct 27 20:20:25.326 INFO kablam! 3856 | rt_alloc_excess_used!(rt_even_1000000bytes_32align_alloc_excess_used, 1000000, 32); Oct 27 20:20:25.326 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.326 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! 3856 | rt_alloc_excess_used!(rt_even_1000000bytes_32align_alloc_excess_used, 1000000, 32); 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.327 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.327 INFO kablam! ... Oct 27 20:20:25.327 INFO kablam! 3870 | rt_alloc_excess_used!(rt_odd_10bytes_32align_alloc_excess_used, 10- 1, 32); 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! 3870 | rt_alloc_excess_used!(rt_odd_10bytes_32align_alloc_excess_used, 10- 1, 32); 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.327 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.327 INFO kablam! ... Oct 27 20:20:25.327 INFO kablam! 3883 | rt_alloc_excess_used!(rt_odd_100bytes_32align_alloc_excess_used, 100- 1, 32); 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.330 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.330 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.330 INFO kablam! | Oct 27 20:20:25.330 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.330 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.330 INFO kablam! ... Oct 27 20:20:25.330 INFO kablam! 3883 | rt_alloc_excess_used!(rt_odd_100bytes_32align_alloc_excess_used, 100- 1, 32); Oct 27 20:20:25.330 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.330 INFO kablam! | Oct 27 20:20:25.330 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! 3896 | rt_alloc_excess_used!(rt_odd_1000bytes_32align_alloc_excess_used, 1000- 1, 32); 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! 3896 | rt_alloc_excess_used!(rt_odd_1000bytes_32align_alloc_excess_used, 1000- 1, 32); 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! 3909 | rt_alloc_excess_used!(rt_odd_10000bytes_32align_alloc_excess_used, 10000- 1, 32); 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.336 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.336 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.336 INFO kablam! | Oct 27 20:20:25.336 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.336 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.336 INFO kablam! ... Oct 27 20:20:25.336 INFO kablam! 3909 | rt_alloc_excess_used!(rt_odd_10000bytes_32align_alloc_excess_used, 10000- 1, 32); Oct 27 20:20:25.336 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.336 INFO kablam! | Oct 27 20:20:25.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.336 INFO kablam! | Oct 27 20:20:25.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.336 INFO kablam! | Oct 27 20:20:25.336 INFO kablam! Oct 27 20:20:25.336 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.336 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.336 INFO kablam! | Oct 27 20:20:25.336 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.336 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.336 INFO kablam! ... Oct 27 20:20:25.336 INFO kablam! 3922 | rt_alloc_excess_used!(rt_odd_100000bytes_32align_alloc_excess_used, 100000- 1, 32); Oct 27 20:20:25.336 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.336 INFO kablam! Oct 27 20:20:25.336 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.336 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.336 INFO kablam! | Oct 27 20:20:25.336 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.337 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.337 INFO kablam! ... Oct 27 20:20:25.337 INFO kablam! 3922 | rt_alloc_excess_used!(rt_odd_100000bytes_32align_alloc_excess_used, 100000- 1, 32); Oct 27 20:20:25.337 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.337 INFO kablam! | Oct 27 20:20:25.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.337 INFO kablam! | Oct 27 20:20:25.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.337 INFO kablam! | Oct 27 20:20:25.337 INFO kablam! Oct 27 20:20:25.337 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.337 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.337 INFO kablam! | Oct 27 20:20:25.337 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.337 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.337 INFO kablam! ... Oct 27 20:20:25.337 INFO kablam! 3935 | rt_alloc_excess_used!(rt_odd_1000000bytes_32align_alloc_excess_used, 1000000- 1, 32); Oct 27 20:20:25.337 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.337 INFO kablam! Oct 27 20:20:25.337 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.337 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.337 INFO kablam! | Oct 27 20:20:25.337 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.337 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.337 INFO kablam! ... Oct 27 20:20:25.337 INFO kablam! 3935 | rt_alloc_excess_used!(rt_odd_1000000bytes_32align_alloc_excess_used, 1000000- 1, 32); Oct 27 20:20:25.337 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.337 INFO kablam! | Oct 27 20:20:25.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.337 INFO kablam! | Oct 27 20:20:25.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.337 INFO kablam! | Oct 27 20:20:25.338 INFO kablam! Oct 27 20:20:25.339 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.339 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.339 INFO kablam! | Oct 27 20:20:25.339 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.339 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.339 INFO kablam! ... Oct 27 20:20:25.339 INFO kablam! 3949 | rt_alloc_excess_used!(rt_primes_3bytes_32align_alloc_excess_used, 3, 32); Oct 27 20:20:25.339 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.339 INFO kablam! Oct 27 20:20:25.339 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.339 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.339 INFO kablam! | Oct 27 20:20:25.339 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.339 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.339 INFO kablam! ... Oct 27 20:20:25.339 INFO kablam! 3949 | rt_alloc_excess_used!(rt_primes_3bytes_32align_alloc_excess_used, 3, 32); Oct 27 20:20:25.339 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.339 INFO kablam! | Oct 27 20:20:25.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.339 INFO kablam! | Oct 27 20:20:25.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.339 INFO kablam! | Oct 27 20:20:25.339 INFO kablam! Oct 27 20:20:25.339 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.339 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.339 INFO kablam! | Oct 27 20:20:25.339 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.339 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.339 INFO kablam! ... Oct 27 20:20:25.339 INFO kablam! 3962 | rt_alloc_excess_used!(rt_primes_7bytes_32align_alloc_excess_used, 7, 32); Oct 27 20:20:25.339 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.339 INFO kablam! Oct 27 20:20:25.341 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.341 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.341 INFO kablam! | Oct 27 20:20:25.341 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.341 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.341 INFO kablam! ... Oct 27 20:20:25.341 INFO kablam! 3962 | rt_alloc_excess_used!(rt_primes_7bytes_32align_alloc_excess_used, 7, 32); Oct 27 20:20:25.341 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.343 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.343 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.343 INFO kablam! | Oct 27 20:20:25.343 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.343 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.343 INFO kablam! ... Oct 27 20:20:25.343 INFO kablam! 3975 | rt_alloc_excess_used!(rt_primes_13bytes_32align_alloc_excess_used, 13, 32); Oct 27 20:20:25.343 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.343 INFO kablam! Oct 27 20:20:25.343 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.343 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.343 INFO kablam! | Oct 27 20:20:25.343 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.343 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.343 INFO kablam! ... Oct 27 20:20:25.343 INFO kablam! 3975 | rt_alloc_excess_used!(rt_primes_13bytes_32align_alloc_excess_used, 13, 32); Oct 27 20:20:25.343 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.343 INFO kablam! | Oct 27 20:20:25.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.343 INFO kablam! | Oct 27 20:20:25.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.343 INFO kablam! | Oct 27 20:20:25.343 INFO kablam! Oct 27 20:20:25.343 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.343 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.343 INFO kablam! | Oct 27 20:20:25.343 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.343 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.343 INFO kablam! ... Oct 27 20:20:25.344 INFO kablam! 3988 | rt_alloc_excess_used!(rt_primes_17bytes_32align_alloc_excess_used, 17, 32); Oct 27 20:20:25.344 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.344 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! 3988 | rt_alloc_excess_used!(rt_primes_17bytes_32align_alloc_excess_used, 17, 32); 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.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! 4001 | rt_alloc_excess_used!(rt_primes_31bytes_32align_alloc_excess_used, 31, 32); 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! 4001 | rt_alloc_excess_used!(rt_primes_31bytes_32align_alloc_excess_used, 31, 32); 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.347 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.349 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.349 INFO kablam! | Oct 27 20:20:25.349 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.349 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.349 INFO kablam! ... Oct 27 20:20:25.349 INFO kablam! 4014 | rt_alloc_excess_used!(rt_primes_61bytes_32align_alloc_excess_used, 61, 32); Oct 27 20:20:25.349 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.349 INFO kablam! Oct 27 20:20:25.349 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.349 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.349 INFO kablam! | Oct 27 20:20:25.355 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.355 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.355 INFO kablam! ... Oct 27 20:20:25.355 INFO kablam! 4014 | rt_alloc_excess_used!(rt_primes_61bytes_32align_alloc_excess_used, 61, 32); Oct 27 20:20:25.355 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.355 INFO kablam! | Oct 27 20:20:25.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.355 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.355 INFO kablam! | Oct 27 20:20:25.355 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.355 INFO kablam! | Oct 27 20:20:25.355 INFO kablam! Oct 27 20:20:25.355 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.355 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.355 INFO kablam! | Oct 27 20:20:25.355 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.355 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.355 INFO kablam! ... Oct 27 20:20:25.355 INFO kablam! 4027 | rt_alloc_excess_used!(rt_primes_96bytes_32align_alloc_excess_used, 96, 32); Oct 27 20:20:25.355 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.355 INFO kablam! Oct 27 20:20:25.355 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.355 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.355 INFO kablam! | Oct 27 20:20:25.355 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.355 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.355 INFO kablam! ... Oct 27 20:20:25.355 INFO kablam! 4027 | rt_alloc_excess_used!(rt_primes_96bytes_32align_alloc_excess_used, 96, 32); Oct 27 20:20:25.355 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.355 INFO kablam! | Oct 27 20:20:25.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.355 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.355 INFO kablam! | Oct 27 20:20:25.355 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.355 INFO kablam! | Oct 27 20:20:25.355 INFO kablam! Oct 27 20:20:25.355 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.355 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.355 INFO kablam! | Oct 27 20:20:25.355 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.355 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.355 INFO kablam! ... Oct 27 20:20:25.355 INFO kablam! 4040 | rt_alloc_excess_used!(rt_primes_127bytes_32align_alloc_excess_used, 127, 32); Oct 27 20:20:25.355 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.355 INFO kablam! Oct 27 20:20:25.355 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.355 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.355 INFO kablam! | Oct 27 20:20:25.355 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.355 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.355 INFO kablam! ... Oct 27 20:20:25.355 INFO kablam! 4040 | rt_alloc_excess_used!(rt_primes_127bytes_32align_alloc_excess_used, 127, 32); Oct 27 20:20:25.355 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.355 INFO kablam! | Oct 27 20:20:25.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.355 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.355 INFO kablam! | Oct 27 20:20:25.355 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.355 INFO kablam! | Oct 27 20:20:25.355 INFO kablam! Oct 27 20:20:25.355 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.355 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.355 INFO kablam! | Oct 27 20:20:25.355 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.355 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.356 INFO kablam! ... Oct 27 20:20:25.356 INFO kablam! 4053 | rt_alloc_excess_used!(rt_primes_257bytes_32align_alloc_excess_used, 257, 32); 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.374 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.374 INFO kablam! | Oct 27 20:20:25.374 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.374 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.374 INFO kablam! ... Oct 27 20:20:25.374 INFO kablam! 4053 | rt_alloc_excess_used!(rt_primes_257bytes_32align_alloc_excess_used, 257, 32); Oct 27 20:20:25.374 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.374 INFO kablam! | Oct 27 20:20:25.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.374 INFO kablam! | Oct 27 20:20:25.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.374 INFO kablam! | Oct 27 20:20:25.374 INFO kablam! Oct 27 20:20:25.374 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.374 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.374 INFO kablam! | Oct 27 20:20:25.374 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.374 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.374 INFO kablam! ... Oct 27 20:20:25.374 INFO kablam! 4066 | rt_alloc_excess_used!(rt_primes_509bytes_32align_alloc_excess_used, 509, 32); Oct 27 20:20:25.374 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.374 INFO kablam! Oct 27 20:20:25.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.375 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.375 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.375 INFO kablam! ... Oct 27 20:20:25.375 INFO kablam! 4066 | rt_alloc_excess_used!(rt_primes_509bytes_32align_alloc_excess_used, 509, 32); Oct 27 20:20:25.375 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! Oct 27 20:20:25.375 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.375 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.375 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.375 INFO kablam! ... Oct 27 20:20:25.375 INFO kablam! 4079 | rt_alloc_excess_used!(rt_primes_1021bytes_32align_alloc_excess_used, 1021, 32); Oct 27 20:20:25.375 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.375 INFO kablam! Oct 27 20:20:25.375 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.375 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.375 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.375 INFO kablam! ... Oct 27 20:20:25.375 INFO kablam! 4079 | rt_alloc_excess_used!(rt_primes_1021bytes_32align_alloc_excess_used, 1021, 32); Oct 27 20:20:25.375 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! Oct 27 20:20:25.375 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.375 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.375 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.375 INFO kablam! ... Oct 27 20:20:25.375 INFO kablam! 4092 | rt_alloc_excess_used!(rt_primes_2039bytes_32align_alloc_excess_used, 2039, 32); Oct 27 20:20:25.375 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.375 INFO kablam! Oct 27 20:20:25.375 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.375 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.375 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.375 INFO kablam! ... Oct 27 20:20:25.375 INFO kablam! 4092 | rt_alloc_excess_used!(rt_primes_2039bytes_32align_alloc_excess_used, 2039, 32); Oct 27 20:20:25.375 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! Oct 27 20:20:25.375 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.375 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.375 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.375 INFO kablam! ... Oct 27 20:20:25.375 INFO kablam! 4105 | rt_alloc_excess_used!(rt_primes_4093bytes_32align_alloc_excess_used, 4093, 32); Oct 27 20:20:25.375 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.375 INFO kablam! Oct 27 20:20:25.375 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.375 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.375 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.375 INFO kablam! ... Oct 27 20:20:25.375 INFO kablam! 4105 | rt_alloc_excess_used!(rt_primes_4093bytes_32align_alloc_excess_used, 4093, 32); Oct 27 20:20:25.375 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.375 INFO kablam! | Oct 27 20:20:25.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.376 INFO kablam! | Oct 27 20:20:25.376 INFO kablam! Oct 27 20:20:25.376 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.376 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.376 INFO kablam! | Oct 27 20:20:25.376 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.376 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.376 INFO kablam! ... Oct 27 20:20:25.376 INFO kablam! 4118 | rt_alloc_excess_used!(rt_primes_8191bytes_32align_alloc_excess_used, 8191, 32); Oct 27 20:20:25.378 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.382 INFO kablam! Oct 27 20:20:25.382 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.382 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.382 INFO kablam! | Oct 27 20:20:25.382 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.382 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.382 INFO kablam! ... Oct 27 20:20:25.382 INFO kablam! 4118 | rt_alloc_excess_used!(rt_primes_8191bytes_32align_alloc_excess_used, 8191, 32); Oct 27 20:20:25.382 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.382 INFO kablam! | Oct 27 20:20:25.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.382 INFO kablam! | Oct 27 20:20:25.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.382 INFO kablam! | Oct 27 20:20:25.382 INFO kablam! Oct 27 20:20:25.382 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.382 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.382 INFO kablam! | Oct 27 20:20:25.382 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.382 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.382 INFO kablam! ... Oct 27 20:20:25.382 INFO kablam! 4131 | rt_alloc_excess_used!(rt_primes_16381bytes_32align_alloc_excess_used, 16381, 32); Oct 27 20:20:25.382 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.382 INFO kablam! Oct 27 20:20:25.382 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.382 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.382 INFO kablam! | Oct 27 20:20:25.382 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.382 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.382 INFO kablam! ... Oct 27 20:20:25.382 INFO kablam! 4131 | rt_alloc_excess_used!(rt_primes_16381bytes_32align_alloc_excess_used, 16381, 32); Oct 27 20:20:25.382 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.382 INFO kablam! | Oct 27 20:20:25.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.382 INFO kablam! | Oct 27 20:20:25.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.382 INFO kablam! | Oct 27 20:20:25.382 INFO kablam! Oct 27 20:20:25.382 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.382 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.382 INFO kablam! | Oct 27 20:20:25.382 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.382 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.382 INFO kablam! ... Oct 27 20:20:25.382 INFO kablam! 4144 | rt_alloc_excess_used!(rt_primes_32749bytes_32align_alloc_excess_used, 32749, 32); Oct 27 20:20:25.382 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.382 INFO kablam! Oct 27 20:20:25.382 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.382 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.382 INFO kablam! | Oct 27 20:20:25.382 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.382 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.382 INFO kablam! ... Oct 27 20:20:25.382 INFO kablam! 4144 | rt_alloc_excess_used!(rt_primes_32749bytes_32align_alloc_excess_used, 32749, 32); Oct 27 20:20:25.382 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.382 INFO kablam! | Oct 27 20:20:25.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.382 INFO kablam! | Oct 27 20:20:25.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.382 INFO kablam! | Oct 27 20:20:25.382 INFO kablam! Oct 27 20:20:25.382 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.382 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.383 INFO kablam! | Oct 27 20:20:25.383 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.383 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.383 INFO kablam! ... Oct 27 20:20:25.383 INFO kablam! 4157 | rt_alloc_excess_used!(rt_primes_65537bytes_32align_alloc_excess_used, 65537, 32); Oct 27 20:20:25.383 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.383 INFO kablam! Oct 27 20:20:25.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.383 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.383 INFO kablam! | Oct 27 20:20:25.383 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.383 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.383 INFO kablam! ... Oct 27 20:20:25.383 INFO kablam! 4157 | rt_alloc_excess_used!(rt_primes_65537bytes_32align_alloc_excess_used, 65537, 32); Oct 27 20:20:25.383 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.383 INFO kablam! | Oct 27 20:20:25.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.383 INFO kablam! | Oct 27 20:20:25.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.383 INFO kablam! | Oct 27 20:20:25.383 INFO kablam! Oct 27 20:20:25.383 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.383 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.383 INFO kablam! | Oct 27 20:20:25.383 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.383 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.383 INFO kablam! ... Oct 27 20:20:25.383 INFO kablam! 4170 | rt_alloc_excess_used!(rt_primes_131071bytes_32align_alloc_excess_used, 131071, 32); Oct 27 20:20:25.383 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.383 INFO kablam! Oct 27 20:20:25.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.383 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.383 INFO kablam! | Oct 27 20:20:25.383 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.383 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.383 INFO kablam! ... Oct 27 20:20:25.383 INFO kablam! 4170 | rt_alloc_excess_used!(rt_primes_131071bytes_32align_alloc_excess_used, 131071, 32); Oct 27 20:20:25.383 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.383 INFO kablam! | Oct 27 20:20:25.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.383 INFO kablam! | Oct 27 20:20:25.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.383 INFO kablam! | Oct 27 20:20:25.383 INFO kablam! Oct 27 20:20:25.383 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.383 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.383 INFO kablam! | Oct 27 20:20:25.383 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.383 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.383 INFO kablam! ... Oct 27 20:20:25.383 INFO kablam! 4183 | rt_alloc_excess_used!(rt_primes_4194301bytes_32align_alloc_excess_used, 4194301, 32); Oct 27 20:20:25.383 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.383 INFO kablam! Oct 27 20:20:25.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.383 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.383 INFO kablam! | Oct 27 20:20:25.383 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.383 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.383 INFO kablam! ... Oct 27 20:20:25.383 INFO kablam! 4183 | rt_alloc_excess_used!(rt_primes_4194301bytes_32align_alloc_excess_used, 4194301, 32); Oct 27 20:20:25.383 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.383 INFO kablam! | Oct 27 20:20:25.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.383 INFO kablam! | Oct 27 20:20:25.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.383 INFO kablam! | Oct 27 20:20:25.383 INFO kablam! Oct 27 20:20:25.763 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.763 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.763 INFO kablam! | Oct 27 20:20:25.763 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.763 INFO kablam! | ^^^^^ Oct 27 20:20:25.763 INFO kablam! ... Oct 27 20:20:25.763 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 27 20:20:25.763 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.763 INFO kablam! | Oct 27 20:20:25.763 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.763 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.763 INFO kablam! | Oct 27 20:20:25.763 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.763 INFO kablam! | Oct 27 20:20:25.763 INFO kablam! Oct 27 20:20:25.767 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.767 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.767 INFO kablam! | Oct 27 20:20:25.767 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.767 INFO kablam! | ^^^^^ Oct 27 20:20:25.767 INFO kablam! ... Oct 27 20:20:25.767 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 27 20:20:25.767 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.767 INFO kablam! | Oct 27 20:20:25.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.767 INFO kablam! | Oct 27 20:20:25.767 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.767 INFO kablam! | Oct 27 20:20:25.767 INFO kablam! Oct 27 20:20:25.767 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.767 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.767 INFO kablam! | Oct 27 20:20:25.767 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.767 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.767 INFO kablam! ... Oct 27 20:20:25.767 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 27 20:20:25.767 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.767 INFO kablam! | Oct 27 20:20:25.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.767 INFO kablam! | Oct 27 20:20:25.767 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.767 INFO kablam! | Oct 27 20:20:25.767 INFO kablam! Oct 27 20:20:25.767 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.767 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.767 INFO kablam! | Oct 27 20:20:25.767 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.767 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.767 INFO kablam! ... Oct 27 20:20:25.767 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 27 20:20:25.767 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.767 INFO kablam! | Oct 27 20:20:25.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.767 INFO kablam! | Oct 27 20:20:25.767 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.767 INFO kablam! | Oct 27 20:20:25.767 INFO kablam! Oct 27 20:20:25.771 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.771 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.771 INFO kablam! | Oct 27 20:20:25.771 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.771 INFO kablam! | ^^^^^ Oct 27 20:20:25.771 INFO kablam! ... Oct 27 20:20:25.771 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 27 20:20:25.771 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.771 INFO kablam! | Oct 27 20:20:25.771 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.771 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.771 INFO kablam! | Oct 27 20:20:25.771 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.771 INFO kablam! | Oct 27 20:20:25.771 INFO kablam! Oct 27 20:20:25.771 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.771 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.771 INFO kablam! | Oct 27 20:20:25.771 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.771 INFO kablam! | ^^^^^ Oct 27 20:20:25.771 INFO kablam! ... Oct 27 20:20:25.771 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 27 20:20:25.771 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.771 INFO kablam! | Oct 27 20:20:25.771 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.771 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.771 INFO kablam! | Oct 27 20:20:25.771 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.771 INFO kablam! | Oct 27 20:20:25.771 INFO kablam! Oct 27 20:20:25.771 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.771 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.771 INFO kablam! | Oct 27 20:20:25.771 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.771 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.771 INFO kablam! ... Oct 27 20:20:25.771 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 27 20:20:25.771 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.771 INFO kablam! | Oct 27 20:20:25.771 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.771 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.771 INFO kablam! | Oct 27 20:20:25.771 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.771 INFO kablam! | Oct 27 20:20:25.771 INFO kablam! Oct 27 20:20:25.771 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.771 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.771 INFO kablam! | Oct 27 20:20:25.771 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.772 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.772 INFO kablam! ... Oct 27 20:20:25.772 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 27 20:20:25.772 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.772 INFO kablam! | Oct 27 20:20:25.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.772 INFO kablam! | Oct 27 20:20:25.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.772 INFO kablam! | Oct 27 20:20:25.772 INFO kablam! Oct 27 20:20:25.772 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.772 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.772 INFO kablam! | Oct 27 20:20:25.772 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.772 INFO kablam! | ^^^^^ Oct 27 20:20:25.772 INFO kablam! ... Oct 27 20:20:25.772 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 27 20:20:25.772 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.773 INFO kablam! | Oct 27 20:20:25.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.773 INFO kablam! | Oct 27 20:20:25.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.773 INFO kablam! | Oct 27 20:20:25.773 INFO kablam! Oct 27 20:20:25.773 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.773 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.773 INFO kablam! | Oct 27 20:20:25.773 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.773 INFO kablam! | ^^^^^ Oct 27 20:20:25.773 INFO kablam! ... Oct 27 20:20:25.773 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 27 20:20:25.773 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.774 INFO kablam! | Oct 27 20:20:25.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.774 INFO kablam! | Oct 27 20:20:25.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.774 INFO kablam! | Oct 27 20:20:25.774 INFO kablam! Oct 27 20:20:25.774 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.774 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.774 INFO kablam! | Oct 27 20:20:25.774 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.774 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.774 INFO kablam! ... Oct 27 20:20:25.774 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 27 20:20:25.774 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.775 INFO kablam! | Oct 27 20:20:25.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.775 INFO kablam! | Oct 27 20:20:25.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.775 INFO kablam! | Oct 27 20:20:25.775 INFO kablam! Oct 27 20:20:25.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.779 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.779 INFO kablam! | Oct 27 20:20:25.779 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.779 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.779 INFO kablam! ... Oct 27 20:20:25.779 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 27 20:20:25.779 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.779 INFO kablam! | Oct 27 20:20:25.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.779 INFO kablam! | Oct 27 20:20:25.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.779 INFO kablam! | Oct 27 20:20:25.779 INFO kablam! Oct 27 20:20:25.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.779 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.779 INFO kablam! | Oct 27 20:20:25.779 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.779 INFO kablam! | ^^^^^ Oct 27 20:20:25.779 INFO kablam! ... Oct 27 20:20:25.779 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Oct 27 20:20:25.779 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.779 INFO kablam! | Oct 27 20:20:25.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.779 INFO kablam! | Oct 27 20:20:25.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.779 INFO kablam! | Oct 27 20:20:25.779 INFO kablam! Oct 27 20:20:25.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.779 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.779 INFO kablam! | Oct 27 20:20:25.779 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.779 INFO kablam! | ^^^^^ Oct 27 20:20:25.779 INFO kablam! ... Oct 27 20:20:25.779 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Oct 27 20:20:25.779 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.779 INFO kablam! | Oct 27 20:20:25.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.779 INFO kablam! | Oct 27 20:20:25.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.779 INFO kablam! | Oct 27 20:20:25.779 INFO kablam! Oct 27 20:20:25.783 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.783 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.783 INFO kablam! | Oct 27 20:20:25.783 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.783 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.783 INFO kablam! ... Oct 27 20:20:25.783 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Oct 27 20:20:25.783 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.783 INFO kablam! | Oct 27 20:20:25.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.783 INFO kablam! | Oct 27 20:20:25.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.783 INFO kablam! | Oct 27 20:20:25.783 INFO kablam! Oct 27 20:20:25.783 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.783 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.783 INFO kablam! | Oct 27 20:20:25.783 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.783 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.783 INFO kablam! ... Oct 27 20:20:25.783 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Oct 27 20:20:25.783 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.783 INFO kablam! | Oct 27 20:20:25.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.783 INFO kablam! | Oct 27 20:20:25.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.783 INFO kablam! | Oct 27 20:20:25.783 INFO kablam! Oct 27 20:20:25.783 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.783 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.783 INFO kablam! | Oct 27 20:20:25.783 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.783 INFO kablam! | ^^^^^ Oct 27 20:20:25.783 INFO kablam! ... Oct 27 20:20:25.783 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 27 20:20:25.783 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.783 INFO kablam! | Oct 27 20:20:25.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.783 INFO kablam! | Oct 27 20:20:25.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.783 INFO kablam! | Oct 27 20:20:25.783 INFO kablam! Oct 27 20:20:25.783 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.783 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.783 INFO kablam! | Oct 27 20:20:25.783 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.783 INFO kablam! | ^^^^^ Oct 27 20:20:25.783 INFO kablam! ... Oct 27 20:20:25.783 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 27 20:20:25.783 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.783 INFO kablam! | Oct 27 20:20:25.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.783 INFO kablam! | Oct 27 20:20:25.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.783 INFO kablam! | Oct 27 20:20:25.783 INFO kablam! Oct 27 20:20:25.784 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.785 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.785 INFO kablam! | Oct 27 20:20:25.785 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.785 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.785 INFO kablam! ... Oct 27 20:20:25.785 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 27 20:20:25.785 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.785 INFO kablam! | Oct 27 20:20:25.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.785 INFO kablam! | Oct 27 20:20:25.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.785 INFO kablam! | Oct 27 20:20:25.785 INFO kablam! Oct 27 20:20:25.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.785 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.785 INFO kablam! | Oct 27 20:20:25.785 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.785 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.785 INFO kablam! ... Oct 27 20:20:25.785 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 27 20:20:25.785 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.785 INFO kablam! | Oct 27 20:20:25.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.785 INFO kablam! | Oct 27 20:20:25.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.785 INFO kablam! | Oct 27 20:20:25.785 INFO kablam! Oct 27 20:20:25.785 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.785 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.785 INFO kablam! | Oct 27 20:20:25.785 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.785 INFO kablam! | ^^^^^ Oct 27 20:20:25.785 INFO kablam! ... Oct 27 20:20:25.785 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 27 20:20:25.785 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.786 INFO kablam! | Oct 27 20:20:25.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.787 INFO kablam! | Oct 27 20:20:25.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.787 INFO kablam! | Oct 27 20:20:25.787 INFO kablam! Oct 27 20:20:25.787 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.787 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.787 INFO kablam! | Oct 27 20:20:25.787 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.787 INFO kablam! | ^^^^^ Oct 27 20:20:25.787 INFO kablam! ... Oct 27 20:20:25.787 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 27 20:20:25.787 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.787 INFO kablam! | Oct 27 20:20:25.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.787 INFO kablam! | Oct 27 20:20:25.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.787 INFO kablam! | Oct 27 20:20:25.787 INFO kablam! Oct 27 20:20:25.787 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.787 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.787 INFO kablam! | Oct 27 20:20:25.787 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.787 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.787 INFO kablam! ... Oct 27 20:20:25.787 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 27 20:20:25.787 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.787 INFO kablam! | Oct 27 20:20:25.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.787 INFO kablam! | Oct 27 20:20:25.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.787 INFO kablam! | Oct 27 20:20:25.787 INFO kablam! Oct 27 20:20:25.795 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.795 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.795 INFO kablam! | Oct 27 20:20:25.795 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.795 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.795 INFO kablam! ... Oct 27 20:20:25.795 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 27 20:20:25.795 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.795 INFO kablam! | Oct 27 20:20:25.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.795 INFO kablam! | Oct 27 20:20:25.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.795 INFO kablam! | Oct 27 20:20:25.795 INFO kablam! Oct 27 20:20:25.795 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.795 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.795 INFO kablam! | Oct 27 20:20:25.795 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.795 INFO kablam! | ^^^^^ Oct 27 20:20:25.795 INFO kablam! ... Oct 27 20:20:25.795 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 27 20:20:25.795 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.795 INFO kablam! | Oct 27 20:20:25.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.795 INFO kablam! | Oct 27 20:20:25.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.795 INFO kablam! | Oct 27 20:20:25.795 INFO kablam! Oct 27 20:20:25.795 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.795 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.795 INFO kablam! | Oct 27 20:20:25.795 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.795 INFO kablam! | ^^^^^ Oct 27 20:20:25.795 INFO kablam! ... Oct 27 20:20:25.795 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 27 20:20:25.795 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.795 INFO kablam! | Oct 27 20:20:25.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.795 INFO kablam! | Oct 27 20:20:25.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.795 INFO kablam! | Oct 27 20:20:25.795 INFO kablam! Oct 27 20:20:25.795 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.795 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.795 INFO kablam! | Oct 27 20:20:25.795 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.796 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.796 INFO kablam! ... Oct 27 20:20:25.796 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 27 20:20:25.796 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.796 INFO kablam! | Oct 27 20:20:25.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.796 INFO kablam! | Oct 27 20:20:25.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.796 INFO kablam! | Oct 27 20:20:25.796 INFO kablam! Oct 27 20:20:25.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.796 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.796 INFO kablam! | Oct 27 20:20:25.796 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.796 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.796 INFO kablam! ... Oct 27 20:20:25.796 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 27 20:20:25.796 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.796 INFO kablam! | Oct 27 20:20:25.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.796 INFO kablam! | Oct 27 20:20:25.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.796 INFO kablam! | Oct 27 20:20:25.796 INFO kablam! Oct 27 20:20:25.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.796 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.796 INFO kablam! | Oct 27 20:20:25.796 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.796 INFO kablam! | ^^^^^ Oct 27 20:20:25.796 INFO kablam! ... Oct 27 20:20:25.796 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 27 20:20:25.796 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.796 INFO kablam! | Oct 27 20:20:25.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.796 INFO kablam! | Oct 27 20:20:25.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.796 INFO kablam! | Oct 27 20:20:25.796 INFO kablam! Oct 27 20:20:25.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.796 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.796 INFO kablam! | Oct 27 20:20:25.796 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.796 INFO kablam! | ^^^^^ Oct 27 20:20:25.796 INFO kablam! ... Oct 27 20:20:25.796 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 27 20:20:25.796 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.796 INFO kablam! | Oct 27 20:20:25.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.796 INFO kablam! | Oct 27 20:20:25.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.796 INFO kablam! | Oct 27 20:20:25.796 INFO kablam! Oct 27 20:20:25.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.796 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.796 INFO kablam! | Oct 27 20:20:25.796 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.796 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.797 INFO kablam! ... Oct 27 20:20:25.797 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 27 20:20:25.797 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.797 INFO kablam! | Oct 27 20:20:25.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.797 INFO kablam! | Oct 27 20:20:25.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.797 INFO kablam! | Oct 27 20:20:25.797 INFO kablam! Oct 27 20:20:25.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.797 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.797 INFO kablam! | Oct 27 20:20:25.797 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.797 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.797 INFO kablam! ... Oct 27 20:20:25.797 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 27 20:20:25.797 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.797 INFO kablam! | Oct 27 20:20:25.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.797 INFO kablam! | Oct 27 20:20:25.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.797 INFO kablam! | Oct 27 20:20:25.797 INFO kablam! Oct 27 20:20:25.803 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.803 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.803 INFO kablam! | Oct 27 20:20:25.803 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.803 INFO kablam! | ^^^^^ Oct 27 20:20:25.803 INFO kablam! ... Oct 27 20:20:25.803 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 27 20:20:25.803 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.803 INFO kablam! | Oct 27 20:20:25.803 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.803 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.803 INFO kablam! | Oct 27 20:20:25.803 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.803 INFO kablam! | Oct 27 20:20:25.803 INFO kablam! Oct 27 20:20:25.803 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.803 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.803 INFO kablam! | Oct 27 20:20:25.803 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.803 INFO kablam! | ^^^^^ Oct 27 20:20:25.803 INFO kablam! ... Oct 27 20:20:25.803 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 27 20:20:25.803 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.803 INFO kablam! | Oct 27 20:20:25.803 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.803 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.803 INFO kablam! | Oct 27 20:20:25.803 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.803 INFO kablam! | Oct 27 20:20:25.803 INFO kablam! Oct 27 20:20:25.803 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.803 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.803 INFO kablam! | Oct 27 20:20:25.803 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.803 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.803 INFO kablam! ... Oct 27 20:20:25.803 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 27 20:20:25.803 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.803 INFO kablam! | Oct 27 20:20:25.803 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.803 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.803 INFO kablam! | Oct 27 20:20:25.803 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.803 INFO kablam! | Oct 27 20:20:25.803 INFO kablam! Oct 27 20:20:25.803 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.803 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.803 INFO kablam! | Oct 27 20:20:25.803 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.803 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.803 INFO kablam! ... Oct 27 20:20:25.803 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 27 20:20:25.803 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.803 INFO kablam! | Oct 27 20:20:25.803 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.803 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.803 INFO kablam! | Oct 27 20:20:25.803 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.804 INFO kablam! | Oct 27 20:20:25.804 INFO kablam! Oct 27 20:20:25.804 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.804 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.804 INFO kablam! | Oct 27 20:20:25.804 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.804 INFO kablam! | ^^^^^ Oct 27 20:20:25.804 INFO kablam! ... Oct 27 20:20:25.804 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 27 20:20:25.804 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.804 INFO kablam! | Oct 27 20:20:25.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.804 INFO kablam! | Oct 27 20:20:25.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.804 INFO kablam! | Oct 27 20:20:25.804 INFO kablam! Oct 27 20:20:25.804 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.804 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.804 INFO kablam! | Oct 27 20:20:25.804 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.804 INFO kablam! | ^^^^^ Oct 27 20:20:25.804 INFO kablam! ... Oct 27 20:20:25.804 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 27 20:20:25.804 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.804 INFO kablam! | Oct 27 20:20:25.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.804 INFO kablam! | Oct 27 20:20:25.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.804 INFO kablam! | Oct 27 20:20:25.804 INFO kablam! Oct 27 20:20:25.804 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.804 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.804 INFO kablam! | Oct 27 20:20:25.804 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.804 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.804 INFO kablam! ... Oct 27 20:20:25.804 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 27 20:20:25.804 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.804 INFO kablam! | Oct 27 20:20:25.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.804 INFO kablam! | Oct 27 20:20:25.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.804 INFO kablam! | Oct 27 20:20:25.804 INFO kablam! Oct 27 20:20:25.811 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.811 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.811 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.811 INFO kablam! ... Oct 27 20:20:25.811 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 27 20:20:25.811 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! Oct 27 20:20:25.811 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.811 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.811 INFO kablam! | ^^^^^ Oct 27 20:20:25.811 INFO kablam! ... Oct 27 20:20:25.811 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 27 20:20:25.811 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! Oct 27 20:20:25.811 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.811 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.811 INFO kablam! | ^^^^^ Oct 27 20:20:25.811 INFO kablam! ... Oct 27 20:20:25.811 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 27 20:20:25.811 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! Oct 27 20:20:25.811 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.811 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.811 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.811 INFO kablam! ... Oct 27 20:20:25.811 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 27 20:20:25.811 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! Oct 27 20:20:25.811 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.811 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.811 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.811 INFO kablam! ... Oct 27 20:20:25.811 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 27 20:20:25.811 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.811 INFO kablam! | Oct 27 20:20:25.811 INFO kablam! Oct 27 20:20:25.811 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.812 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.812 INFO kablam! | Oct 27 20:20:25.812 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.812 INFO kablam! | ^^^^^ Oct 27 20:20:25.812 INFO kablam! ... Oct 27 20:20:25.812 INFO kablam! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Oct 27 20:20:25.812 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.812 INFO kablam! | Oct 27 20:20:25.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.812 INFO kablam! | Oct 27 20:20:25.812 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.812 INFO kablam! | Oct 27 20:20:25.812 INFO kablam! Oct 27 20:20:25.812 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.812 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.812 INFO kablam! | Oct 27 20:20:25.812 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.812 INFO kablam! | ^^^^^ Oct 27 20:20:25.812 INFO kablam! ... Oct 27 20:20:25.812 INFO kablam! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Oct 27 20:20:25.812 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.812 INFO kablam! | Oct 27 20:20:25.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.812 INFO kablam! | Oct 27 20:20:25.812 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.812 INFO kablam! | Oct 27 20:20:25.812 INFO kablam! Oct 27 20:20:25.812 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.812 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.812 INFO kablam! | Oct 27 20:20:25.812 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.812 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.812 INFO kablam! ... Oct 27 20:20:25.812 INFO kablam! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Oct 27 20:20:25.812 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.812 INFO kablam! | Oct 27 20:20:25.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.812 INFO kablam! | Oct 27 20:20:25.812 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.812 INFO kablam! | Oct 27 20:20:25.812 INFO kablam! Oct 27 20:20:25.813 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.813 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.813 INFO kablam! | Oct 27 20:20:25.813 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.813 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.813 INFO kablam! ... Oct 27 20:20:25.813 INFO kablam! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Oct 27 20:20:25.813 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.813 INFO kablam! | Oct 27 20:20:25.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.813 INFO kablam! | Oct 27 20:20:25.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.813 INFO kablam! | Oct 27 20:20:25.813 INFO kablam! Oct 27 20:20:25.818 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.819 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.819 INFO kablam! | ^^^^^ Oct 27 20:20:25.819 INFO kablam! ... Oct 27 20:20:25.819 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 27 20:20:25.819 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! Oct 27 20:20:25.819 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.819 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.819 INFO kablam! | ^^^^^ Oct 27 20:20:25.819 INFO kablam! ... Oct 27 20:20:25.819 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 27 20:20:25.819 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! Oct 27 20:20:25.819 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.819 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.819 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.819 INFO kablam! ... Oct 27 20:20:25.819 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 27 20:20:25.819 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! Oct 27 20:20:25.819 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.819 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.819 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.819 INFO kablam! ... Oct 27 20:20:25.819 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 27 20:20:25.819 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! Oct 27 20:20:25.819 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.819 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.819 INFO kablam! | ^^^^^ Oct 27 20:20:25.819 INFO kablam! ... Oct 27 20:20:25.819 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 27 20:20:25.819 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.819 INFO kablam! | Oct 27 20:20:25.819 INFO kablam! Oct 27 20:20:25.822 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.823 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.823 INFO kablam! | Oct 27 20:20:25.823 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.823 INFO kablam! | ^^^^^ Oct 27 20:20:25.823 INFO kablam! ... Oct 27 20:20:25.823 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 27 20:20:25.823 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.823 INFO kablam! | Oct 27 20:20:25.823 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.823 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.823 INFO kablam! | Oct 27 20:20:25.823 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.823 INFO kablam! | Oct 27 20:20:25.823 INFO kablam! Oct 27 20:20:25.823 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.823 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.823 INFO kablam! | Oct 27 20:20:25.823 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.823 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.823 INFO kablam! ... Oct 27 20:20:25.823 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 27 20:20:25.823 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.823 INFO kablam! | Oct 27 20:20:25.823 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.823 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.823 INFO kablam! | Oct 27 20:20:25.823 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.823 INFO kablam! | Oct 27 20:20:25.823 INFO kablam! Oct 27 20:20:25.823 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.823 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.823 INFO kablam! | Oct 27 20:20:25.823 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.823 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.823 INFO kablam! ... Oct 27 20:20:25.823 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 27 20:20:25.823 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.823 INFO kablam! | Oct 27 20:20:25.823 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.823 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.823 INFO kablam! | Oct 27 20:20:25.823 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.823 INFO kablam! | Oct 27 20:20:25.823 INFO kablam! Oct 27 20:20:25.831 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.831 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.831 INFO kablam! | ^^^^^ Oct 27 20:20:25.831 INFO kablam! ... Oct 27 20:20:25.831 INFO kablam! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Oct 27 20:20:25.831 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! Oct 27 20:20:25.831 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.831 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.831 INFO kablam! | ^^^^^ Oct 27 20:20:25.831 INFO kablam! ... Oct 27 20:20:25.831 INFO kablam! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Oct 27 20:20:25.831 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! Oct 27 20:20:25.831 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.831 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.831 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.831 INFO kablam! ... Oct 27 20:20:25.831 INFO kablam! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Oct 27 20:20:25.831 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! Oct 27 20:20:25.831 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.831 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.831 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.831 INFO kablam! ... Oct 27 20:20:25.831 INFO kablam! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Oct 27 20:20:25.831 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! Oct 27 20:20:25.831 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.831 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.831 INFO kablam! | ^^^^^ Oct 27 20:20:25.831 INFO kablam! ... Oct 27 20:20:25.831 INFO kablam! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Oct 27 20:20:25.831 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! Oct 27 20:20:25.831 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.831 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.831 INFO kablam! | Oct 27 20:20:25.831 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.831 INFO kablam! | ^^^^^ Oct 27 20:20:25.831 INFO kablam! ... Oct 27 20:20:25.831 INFO kablam! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Oct 27 20:20:25.832 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.832 INFO kablam! | Oct 27 20:20:25.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.832 INFO kablam! | Oct 27 20:20:25.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.832 INFO kablam! | Oct 27 20:20:25.832 INFO kablam! Oct 27 20:20:25.832 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.832 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.832 INFO kablam! | Oct 27 20:20:25.832 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.832 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.832 INFO kablam! ... Oct 27 20:20:25.832 INFO kablam! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Oct 27 20:20:25.832 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.832 INFO kablam! | Oct 27 20:20:25.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.832 INFO kablam! | Oct 27 20:20:25.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.832 INFO kablam! | Oct 27 20:20:25.832 INFO kablam! Oct 27 20:20:25.832 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.832 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.832 INFO kablam! | Oct 27 20:20:25.832 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.832 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.832 INFO kablam! ... Oct 27 20:20:25.832 INFO kablam! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Oct 27 20:20:25.832 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.832 INFO kablam! | Oct 27 20:20:25.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.832 INFO kablam! | Oct 27 20:20:25.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.832 INFO kablam! | Oct 27 20:20:25.832 INFO kablam! Oct 27 20:20:25.832 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.832 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.832 INFO kablam! | Oct 27 20:20:25.832 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.832 INFO kablam! | ^^^^^ Oct 27 20:20:25.832 INFO kablam! ... Oct 27 20:20:25.832 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 27 20:20:25.832 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.832 INFO kablam! | Oct 27 20:20:25.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.832 INFO kablam! | Oct 27 20:20:25.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.832 INFO kablam! | Oct 27 20:20:25.832 INFO kablam! Oct 27 20:20:25.832 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.832 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.832 INFO kablam! | Oct 27 20:20:25.832 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.833 INFO kablam! | ^^^^^ Oct 27 20:20:25.833 INFO kablam! ... Oct 27 20:20:25.833 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 27 20:20:25.833 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.833 INFO kablam! | Oct 27 20:20:25.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.833 INFO kablam! | Oct 27 20:20:25.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.833 INFO kablam! | Oct 27 20:20:25.833 INFO kablam! Oct 27 20:20:25.833 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.833 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.833 INFO kablam! | Oct 27 20:20:25.833 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.833 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.833 INFO kablam! ... Oct 27 20:20:25.833 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 27 20:20:25.833 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.833 INFO kablam! | Oct 27 20:20:25.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.833 INFO kablam! | Oct 27 20:20:25.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.833 INFO kablam! | Oct 27 20:20:25.833 INFO kablam! Oct 27 20:20:25.834 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.834 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.834 INFO kablam! | Oct 27 20:20:25.834 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.834 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.834 INFO kablam! ... Oct 27 20:20:25.834 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 27 20:20:25.834 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.834 INFO kablam! | Oct 27 20:20:25.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.834 INFO kablam! | Oct 27 20:20:25.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.834 INFO kablam! | Oct 27 20:20:25.834 INFO kablam! Oct 27 20:20:25.839 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.839 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.839 INFO kablam! | Oct 27 20:20:25.839 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.839 INFO kablam! | ^^^^^ Oct 27 20:20:25.839 INFO kablam! ... Oct 27 20:20:25.839 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 27 20:20:25.839 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.839 INFO kablam! | Oct 27 20:20:25.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.839 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.839 INFO kablam! | Oct 27 20:20:25.839 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.839 INFO kablam! | Oct 27 20:20:25.839 INFO kablam! Oct 27 20:20:25.839 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.839 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.839 INFO kablam! | Oct 27 20:20:25.839 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.839 INFO kablam! | ^^^^^ Oct 27 20:20:25.839 INFO kablam! ... Oct 27 20:20:25.839 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 27 20:20:25.839 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.839 INFO kablam! | Oct 27 20:20:25.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.839 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.839 INFO kablam! | Oct 27 20:20:25.839 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.839 INFO kablam! | Oct 27 20:20:25.839 INFO kablam! Oct 27 20:20:25.839 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.839 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.839 INFO kablam! | Oct 27 20:20:25.839 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.839 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.839 INFO kablam! ... Oct 27 20:20:25.839 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 27 20:20:25.839 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.839 INFO kablam! | Oct 27 20:20:25.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.839 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.839 INFO kablam! | Oct 27 20:20:25.839 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.839 INFO kablam! | Oct 27 20:20:25.839 INFO kablam! Oct 27 20:20:25.839 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.839 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.839 INFO kablam! | Oct 27 20:20:25.839 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.839 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.839 INFO kablam! ... Oct 27 20:20:25.839 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 27 20:20:25.839 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.839 INFO kablam! | Oct 27 20:20:25.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.839 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.839 INFO kablam! | Oct 27 20:20:25.839 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.839 INFO kablam! | Oct 27 20:20:25.839 INFO kablam! Oct 27 20:20:25.841 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.841 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.841 INFO kablam! | Oct 27 20:20:25.841 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.841 INFO kablam! | ^^^^^ Oct 27 20:20:25.841 INFO kablam! ... Oct 27 20:20:25.841 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 27 20:20:25.841 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.841 INFO kablam! | Oct 27 20:20:25.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.841 INFO kablam! | Oct 27 20:20:25.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.841 INFO kablam! | Oct 27 20:20:25.842 INFO kablam! Oct 27 20:20:25.843 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.843 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.843 INFO kablam! | Oct 27 20:20:25.843 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.843 INFO kablam! | ^^^^^ Oct 27 20:20:25.843 INFO kablam! ... Oct 27 20:20:25.843 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 27 20:20:25.843 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.843 INFO kablam! | Oct 27 20:20:25.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.843 INFO kablam! | Oct 27 20:20:25.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.843 INFO kablam! | Oct 27 20:20:25.843 INFO kablam! Oct 27 20:20:25.843 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.843 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.843 INFO kablam! | Oct 27 20:20:25.843 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.843 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.843 INFO kablam! ... Oct 27 20:20:25.843 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 27 20:20:25.843 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.843 INFO kablam! | Oct 27 20:20:25.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.843 INFO kablam! | Oct 27 20:20:25.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.843 INFO kablam! | Oct 27 20:20:25.843 INFO kablam! Oct 27 20:20:25.843 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.843 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.843 INFO kablam! | Oct 27 20:20:25.843 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.843 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.843 INFO kablam! ... Oct 27 20:20:25.843 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 27 20:20:25.843 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.843 INFO kablam! | Oct 27 20:20:25.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.843 INFO kablam! | Oct 27 20:20:25.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.843 INFO kablam! | Oct 27 20:20:25.843 INFO kablam! Oct 27 20:20:25.844 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.844 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.844 INFO kablam! | Oct 27 20:20:25.844 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.844 INFO kablam! | ^^^^^ Oct 27 20:20:25.844 INFO kablam! ... Oct 27 20:20:25.844 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 27 20:20:25.844 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.844 INFO kablam! | Oct 27 20:20:25.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.844 INFO kablam! | Oct 27 20:20:25.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.844 INFO kablam! | Oct 27 20:20:25.844 INFO kablam! Oct 27 20:20:25.844 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.844 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.844 INFO kablam! | Oct 27 20:20:25.844 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.844 INFO kablam! | ^^^^^ Oct 27 20:20:25.844 INFO kablam! ... Oct 27 20:20:25.844 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 27 20:20:25.844 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.844 INFO kablam! | Oct 27 20:20:25.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.844 INFO kablam! | Oct 27 20:20:25.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.845 INFO kablam! | Oct 27 20:20:25.845 INFO kablam! Oct 27 20:20:25.845 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.845 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.845 INFO kablam! | Oct 27 20:20:25.845 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.845 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.845 INFO kablam! ... Oct 27 20:20:25.845 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 27 20:20:25.845 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.845 INFO kablam! | Oct 27 20:20:25.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.845 INFO kablam! | Oct 27 20:20:25.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.846 INFO kablam! | Oct 27 20:20:25.846 INFO kablam! Oct 27 20:20:25.846 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.846 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.846 INFO kablam! | Oct 27 20:20:25.846 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.846 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.846 INFO kablam! ... Oct 27 20:20:25.846 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 27 20:20:25.846 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.846 INFO kablam! | Oct 27 20:20:25.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.846 INFO kablam! | Oct 27 20:20:25.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.846 INFO kablam! | Oct 27 20:20:25.846 INFO kablam! Oct 27 20:20:25.847 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.847 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.847 INFO kablam! | Oct 27 20:20:25.847 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.847 INFO kablam! | ^^^^^ Oct 27 20:20:25.847 INFO kablam! ... Oct 27 20:20:25.847 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 27 20:20:25.847 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.847 INFO kablam! | Oct 27 20:20:25.847 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.847 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.847 INFO kablam! | Oct 27 20:20:25.847 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.847 INFO kablam! | Oct 27 20:20:25.847 INFO kablam! Oct 27 20:20:25.848 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.848 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.848 INFO kablam! | Oct 27 20:20:25.848 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.848 INFO kablam! | ^^^^^ Oct 27 20:20:25.848 INFO kablam! ... Oct 27 20:20:25.848 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 27 20:20:25.848 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.848 INFO kablam! | Oct 27 20:20:25.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.848 INFO kablam! | Oct 27 20:20:25.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.848 INFO kablam! | Oct 27 20:20:25.848 INFO kablam! Oct 27 20:20:25.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.849 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.849 INFO kablam! | Oct 27 20:20:25.849 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.849 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.849 INFO kablam! ... Oct 27 20:20:25.849 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 27 20:20:25.849 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.849 INFO kablam! | Oct 27 20:20:25.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.849 INFO kablam! | Oct 27 20:20:25.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.849 INFO kablam! | Oct 27 20:20:25.849 INFO kablam! Oct 27 20:20:25.850 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.850 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.850 INFO kablam! | Oct 27 20:20:25.850 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.850 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.850 INFO kablam! ... Oct 27 20:20:25.850 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 27 20:20:25.850 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.850 INFO kablam! | Oct 27 20:20:25.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.850 INFO kablam! | Oct 27 20:20:25.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.850 INFO kablam! | Oct 27 20:20:25.850 INFO kablam! Oct 27 20:20:25.851 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.851 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.851 INFO kablam! | Oct 27 20:20:25.851 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.851 INFO kablam! | ^^^^^ Oct 27 20:20:25.851 INFO kablam! ... Oct 27 20:20:25.851 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 27 20:20:25.851 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.851 INFO kablam! | Oct 27 20:20:25.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.851 INFO kablam! | Oct 27 20:20:25.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.851 INFO kablam! | Oct 27 20:20:25.851 INFO kablam! Oct 27 20:20:25.852 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.852 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.852 INFO kablam! | Oct 27 20:20:25.852 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.852 INFO kablam! | ^^^^^ Oct 27 20:20:25.852 INFO kablam! ... Oct 27 20:20:25.852 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 27 20:20:25.852 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.852 INFO kablam! | Oct 27 20:20:25.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.852 INFO kablam! | Oct 27 20:20:25.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.852 INFO kablam! | Oct 27 20:20:25.852 INFO kablam! Oct 27 20:20:25.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.853 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.853 INFO kablam! | Oct 27 20:20:25.853 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.853 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.853 INFO kablam! ... Oct 27 20:20:25.853 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 27 20:20:25.853 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.853 INFO kablam! | Oct 27 20:20:25.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.853 INFO kablam! | Oct 27 20:20:25.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.853 INFO kablam! | Oct 27 20:20:25.853 INFO kablam! Oct 27 20:20:25.854 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.854 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.854 INFO kablam! | Oct 27 20:20:25.854 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.854 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.854 INFO kablam! ... Oct 27 20:20:25.854 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 27 20:20:25.854 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.854 INFO kablam! | Oct 27 20:20:25.854 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.854 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.854 INFO kablam! | Oct 27 20:20:25.854 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.854 INFO kablam! | Oct 27 20:20:25.854 INFO kablam! Oct 27 20:20:25.855 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.855 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.855 INFO kablam! | Oct 27 20:20:25.855 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.855 INFO kablam! | ^^^^^ Oct 27 20:20:25.855 INFO kablam! ... Oct 27 20:20:25.855 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 27 20:20:25.855 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.856 INFO kablam! | Oct 27 20:20:25.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.856 INFO kablam! | Oct 27 20:20:25.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.856 INFO kablam! | Oct 27 20:20:25.856 INFO kablam! Oct 27 20:20:25.856 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.856 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.856 INFO kablam! | Oct 27 20:20:25.856 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.856 INFO kablam! | ^^^^^ Oct 27 20:20:25.856 INFO kablam! ... Oct 27 20:20:25.856 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 27 20:20:25.856 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.857 INFO kablam! | Oct 27 20:20:25.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.857 INFO kablam! | Oct 27 20:20:25.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.857 INFO kablam! | Oct 27 20:20:25.857 INFO kablam! Oct 27 20:20:25.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.857 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.857 INFO kablam! | Oct 27 20:20:25.857 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.857 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.857 INFO kablam! ... Oct 27 20:20:25.857 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 27 20:20:25.857 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.857 INFO kablam! | Oct 27 20:20:25.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.858 INFO kablam! | Oct 27 20:20:25.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.858 INFO kablam! | Oct 27 20:20:25.858 INFO kablam! Oct 27 20:20:25.858 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.858 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.858 INFO kablam! | Oct 27 20:20:25.858 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.858 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.858 INFO kablam! ... Oct 27 20:20:25.858 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 27 20:20:25.858 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.858 INFO kablam! | Oct 27 20:20:25.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.858 INFO kablam! | Oct 27 20:20:25.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.858 INFO kablam! | Oct 27 20:20:25.858 INFO kablam! Oct 27 20:20:25.859 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.859 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.860 INFO kablam! | Oct 27 20:20:25.860 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.860 INFO kablam! | ^^^^^ Oct 27 20:20:25.860 INFO kablam! ... Oct 27 20:20:25.860 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Oct 27 20:20:25.860 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.860 INFO kablam! | Oct 27 20:20:25.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.860 INFO kablam! | Oct 27 20:20:25.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.860 INFO kablam! | Oct 27 20:20:25.860 INFO kablam! Oct 27 20:20:25.860 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.860 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.860 INFO kablam! | Oct 27 20:20:25.860 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.860 INFO kablam! | ^^^^^ Oct 27 20:20:25.860 INFO kablam! ... Oct 27 20:20:25.860 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Oct 27 20:20:25.860 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.860 INFO kablam! | Oct 27 20:20:25.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.860 INFO kablam! | Oct 27 20:20:25.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.860 INFO kablam! | Oct 27 20:20:25.860 INFO kablam! Oct 27 20:20:25.861 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.861 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.861 INFO kablam! | Oct 27 20:20:25.861 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.861 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.861 INFO kablam! ... Oct 27 20:20:25.861 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Oct 27 20:20:25.861 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.861 INFO kablam! | Oct 27 20:20:25.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.861 INFO kablam! | Oct 27 20:20:25.862 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.862 INFO kablam! | Oct 27 20:20:25.862 INFO kablam! Oct 27 20:20:25.862 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.862 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.862 INFO kablam! | Oct 27 20:20:25.862 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.862 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.862 INFO kablam! ... Oct 27 20:20:25.862 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Oct 27 20:20:25.862 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.862 INFO kablam! | Oct 27 20:20:25.862 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.862 INFO kablam! | Oct 27 20:20:25.862 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.862 INFO kablam! | Oct 27 20:20:25.862 INFO kablam! Oct 27 20:20:25.863 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.863 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.863 INFO kablam! | Oct 27 20:20:25.863 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.863 INFO kablam! | ^^^^^ Oct 27 20:20:25.863 INFO kablam! ... Oct 27 20:20:25.863 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 27 20:20:25.863 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.863 INFO kablam! | Oct 27 20:20:25.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.863 INFO kablam! | Oct 27 20:20:25.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.863 INFO kablam! | Oct 27 20:20:25.863 INFO kablam! Oct 27 20:20:25.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.864 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.864 INFO kablam! | Oct 27 20:20:25.864 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.864 INFO kablam! | ^^^^^ Oct 27 20:20:25.864 INFO kablam! ... Oct 27 20:20:25.864 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 27 20:20:25.864 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.864 INFO kablam! | Oct 27 20:20:25.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.864 INFO kablam! | Oct 27 20:20:25.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.864 INFO kablam! | Oct 27 20:20:25.864 INFO kablam! Oct 27 20:20:25.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.865 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.865 INFO kablam! | Oct 27 20:20:25.865 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.865 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.865 INFO kablam! ... Oct 27 20:20:25.865 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 27 20:20:25.865 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.865 INFO kablam! | Oct 27 20:20:25.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.866 INFO kablam! | Oct 27 20:20:25.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.866 INFO kablam! | Oct 27 20:20:25.866 INFO kablam! Oct 27 20:20:25.866 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.866 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.866 INFO kablam! | Oct 27 20:20:25.866 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.866 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.866 INFO kablam! ... Oct 27 20:20:25.866 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 27 20:20:25.866 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.866 INFO kablam! | Oct 27 20:20:25.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.866 INFO kablam! | Oct 27 20:20:25.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.866 INFO kablam! | Oct 27 20:20:25.866 INFO kablam! Oct 27 20:20:25.867 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.867 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.867 INFO kablam! | Oct 27 20:20:25.867 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.867 INFO kablam! | ^^^^^ Oct 27 20:20:25.867 INFO kablam! ... Oct 27 20:20:25.867 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 27 20:20:25.867 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.867 INFO kablam! | Oct 27 20:20:25.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.867 INFO kablam! | Oct 27 20:20:25.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.867 INFO kablam! | Oct 27 20:20:25.868 INFO kablam! Oct 27 20:20:25.868 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.868 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.868 INFO kablam! | Oct 27 20:20:25.868 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.868 INFO kablam! | ^^^^^ Oct 27 20:20:25.869 INFO kablam! ... Oct 27 20:20:25.869 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 27 20:20:25.869 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.869 INFO kablam! | Oct 27 20:20:25.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.869 INFO kablam! | Oct 27 20:20:25.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.869 INFO kablam! | Oct 27 20:20:25.869 INFO kablam! Oct 27 20:20:25.869 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.869 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.869 INFO kablam! | Oct 27 20:20:25.869 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.869 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.869 INFO kablam! ... Oct 27 20:20:25.869 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 27 20:20:25.869 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.869 INFO kablam! | Oct 27 20:20:25.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.870 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.870 INFO kablam! | Oct 27 20:20:25.870 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.870 INFO kablam! | Oct 27 20:20:25.870 INFO kablam! Oct 27 20:20:25.870 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.870 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.870 INFO kablam! | Oct 27 20:20:25.870 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.870 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.870 INFO kablam! ... Oct 27 20:20:25.870 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 27 20:20:25.870 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.870 INFO kablam! | Oct 27 20:20:25.870 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.870 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.870 INFO kablam! | Oct 27 20:20:25.870 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.870 INFO kablam! | Oct 27 20:20:25.871 INFO kablam! Oct 27 20:20:25.872 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.872 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.872 INFO kablam! | Oct 27 20:20:25.872 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.872 INFO kablam! | ^^^^^ Oct 27 20:20:25.872 INFO kablam! ... Oct 27 20:20:25.872 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 27 20:20:25.872 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.872 INFO kablam! | Oct 27 20:20:25.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.872 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.872 INFO kablam! | Oct 27 20:20:25.872 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.872 INFO kablam! | Oct 27 20:20:25.872 INFO kablam! Oct 27 20:20:25.873 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.873 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.873 INFO kablam! | Oct 27 20:20:25.873 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.873 INFO kablam! | ^^^^^ Oct 27 20:20:25.873 INFO kablam! ... Oct 27 20:20:25.873 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 27 20:20:25.873 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.873 INFO kablam! | Oct 27 20:20:25.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.873 INFO kablam! | Oct 27 20:20:25.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.873 INFO kablam! | Oct 27 20:20:25.873 INFO kablam! Oct 27 20:20:25.874 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.874 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.874 INFO kablam! | Oct 27 20:20:25.874 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.874 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.874 INFO kablam! ... Oct 27 20:20:25.874 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 27 20:20:25.874 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.874 INFO kablam! | Oct 27 20:20:25.874 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.874 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.874 INFO kablam! | Oct 27 20:20:25.874 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.874 INFO kablam! | Oct 27 20:20:25.874 INFO kablam! Oct 27 20:20:25.874 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.874 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.875 INFO kablam! | Oct 27 20:20:25.875 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.875 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.875 INFO kablam! ... Oct 27 20:20:25.875 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 27 20:20:25.875 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.875 INFO kablam! | Oct 27 20:20:25.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.875 INFO kablam! | Oct 27 20:20:25.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.875 INFO kablam! | Oct 27 20:20:25.875 INFO kablam! Oct 27 20:20:25.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.877 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.877 INFO kablam! | Oct 27 20:20:25.877 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.877 INFO kablam! | ^^^^^ Oct 27 20:20:25.877 INFO kablam! ... Oct 27 20:20:25.877 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 27 20:20:25.877 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.877 INFO kablam! | Oct 27 20:20:25.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.877 INFO kablam! | Oct 27 20:20:25.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.877 INFO kablam! | Oct 27 20:20:25.877 INFO kablam! Oct 27 20:20:25.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.877 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.877 INFO kablam! | Oct 27 20:20:25.877 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.877 INFO kablam! | ^^^^^ Oct 27 20:20:25.877 INFO kablam! ... Oct 27 20:20:25.877 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 27 20:20:25.877 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.877 INFO kablam! | Oct 27 20:20:25.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.878 INFO kablam! | Oct 27 20:20:25.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.878 INFO kablam! | Oct 27 20:20:25.878 INFO kablam! Oct 27 20:20:25.878 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.878 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.878 INFO kablam! | Oct 27 20:20:25.878 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.878 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.878 INFO kablam! ... Oct 27 20:20:25.878 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 27 20:20:25.878 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.878 INFO kablam! | Oct 27 20:20:25.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.878 INFO kablam! | Oct 27 20:20:25.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.878 INFO kablam! | Oct 27 20:20:25.878 INFO kablam! Oct 27 20:20:25.879 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.879 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.879 INFO kablam! | Oct 27 20:20:25.879 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.879 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.879 INFO kablam! ... Oct 27 20:20:25.879 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 27 20:20:25.879 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.879 INFO kablam! | Oct 27 20:20:25.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.879 INFO kablam! | Oct 27 20:20:25.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.879 INFO kablam! | Oct 27 20:20:25.879 INFO kablam! Oct 27 20:20:25.880 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.880 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.880 INFO kablam! | Oct 27 20:20:25.880 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.880 INFO kablam! | ^^^^^ Oct 27 20:20:25.880 INFO kablam! ... Oct 27 20:20:25.880 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 27 20:20:25.880 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.880 INFO kablam! | Oct 27 20:20:25.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.880 INFO kablam! | Oct 27 20:20:25.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.880 INFO kablam! | Oct 27 20:20:25.880 INFO kablam! Oct 27 20:20:25.881 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.881 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.881 INFO kablam! | Oct 27 20:20:25.881 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.881 INFO kablam! | ^^^^^ Oct 27 20:20:25.881 INFO kablam! ... Oct 27 20:20:25.881 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 27 20:20:25.881 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.881 INFO kablam! | Oct 27 20:20:25.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.881 INFO kablam! | Oct 27 20:20:25.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.882 INFO kablam! | Oct 27 20:20:25.882 INFO kablam! Oct 27 20:20:25.882 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.882 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.882 INFO kablam! | Oct 27 20:20:25.882 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.882 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.882 INFO kablam! ... Oct 27 20:20:25.882 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 27 20:20:25.882 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.882 INFO kablam! | Oct 27 20:20:25.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.883 INFO kablam! | Oct 27 20:20:25.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.883 INFO kablam! | Oct 27 20:20:25.883 INFO kablam! Oct 27 20:20:25.883 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.883 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.883 INFO kablam! | Oct 27 20:20:25.883 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.883 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.883 INFO kablam! ... Oct 27 20:20:25.883 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 27 20:20:25.883 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.883 INFO kablam! | Oct 27 20:20:25.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.883 INFO kablam! | Oct 27 20:20:25.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.883 INFO kablam! | Oct 27 20:20:25.883 INFO kablam! Oct 27 20:20:25.885 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.885 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.885 INFO kablam! | Oct 27 20:20:25.885 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.885 INFO kablam! | ^^^^^ Oct 27 20:20:25.885 INFO kablam! ... Oct 27 20:20:25.885 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Oct 27 20:20:25.885 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.885 INFO kablam! | Oct 27 20:20:25.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.885 INFO kablam! | Oct 27 20:20:25.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.885 INFO kablam! | Oct 27 20:20:25.885 INFO kablam! Oct 27 20:20:25.886 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.886 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.886 INFO kablam! | Oct 27 20:20:25.886 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.886 INFO kablam! | ^^^^^ Oct 27 20:20:25.886 INFO kablam! ... Oct 27 20:20:25.886 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Oct 27 20:20:25.886 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.886 INFO kablam! | Oct 27 20:20:25.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.886 INFO kablam! | Oct 27 20:20:25.886 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.886 INFO kablam! | Oct 27 20:20:25.886 INFO kablam! Oct 27 20:20:25.887 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.887 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.887 INFO kablam! | Oct 27 20:20:25.887 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.887 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.887 INFO kablam! ... Oct 27 20:20:25.887 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Oct 27 20:20:25.887 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.887 INFO kablam! | Oct 27 20:20:25.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.887 INFO kablam! | Oct 27 20:20:25.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.887 INFO kablam! | Oct 27 20:20:25.887 INFO kablam! Oct 27 20:20:25.887 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.887 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.887 INFO kablam! | Oct 27 20:20:25.887 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.887 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.887 INFO kablam! ... Oct 27 20:20:25.887 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Oct 27 20:20:25.887 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.887 INFO kablam! | Oct 27 20:20:25.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.888 INFO kablam! | Oct 27 20:20:25.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.888 INFO kablam! | Oct 27 20:20:25.888 INFO kablam! Oct 27 20:20:25.889 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.889 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.889 INFO kablam! | Oct 27 20:20:25.889 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.889 INFO kablam! | ^^^^^ Oct 27 20:20:25.889 INFO kablam! ... Oct 27 20:20:25.889 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 27 20:20:25.889 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.889 INFO kablam! | Oct 27 20:20:25.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.889 INFO kablam! | Oct 27 20:20:25.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.889 INFO kablam! | Oct 27 20:20:25.889 INFO kablam! Oct 27 20:20:25.891 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.891 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.891 INFO kablam! | Oct 27 20:20:25.891 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.891 INFO kablam! | ^^^^^ Oct 27 20:20:25.891 INFO kablam! ... Oct 27 20:20:25.891 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 27 20:20:25.891 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.891 INFO kablam! | Oct 27 20:20:25.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.891 INFO kablam! | Oct 27 20:20:25.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.891 INFO kablam! | Oct 27 20:20:25.891 INFO kablam! Oct 27 20:20:25.898 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.899 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.899 INFO kablam! | Oct 27 20:20:25.899 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.899 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.899 INFO kablam! ... Oct 27 20:20:25.899 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 27 20:20:25.899 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.899 INFO kablam! | Oct 27 20:20:25.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.899 INFO kablam! | Oct 27 20:20:25.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.899 INFO kablam! | Oct 27 20:20:25.899 INFO kablam! Oct 27 20:20:25.899 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.899 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.899 INFO kablam! | Oct 27 20:20:25.899 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.899 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.899 INFO kablam! ... Oct 27 20:20:25.899 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 27 20:20:25.899 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.899 INFO kablam! | Oct 27 20:20:25.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.899 INFO kablam! | Oct 27 20:20:25.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.899 INFO kablam! | Oct 27 20:20:25.899 INFO kablam! Oct 27 20:20:25.903 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.903 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.903 INFO kablam! | Oct 27 20:20:25.903 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.903 INFO kablam! | ^^^^^ Oct 27 20:20:25.903 INFO kablam! ... Oct 27 20:20:25.903 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 27 20:20:25.903 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.903 INFO kablam! | Oct 27 20:20:25.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.903 INFO kablam! | Oct 27 20:20:25.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.903 INFO kablam! | Oct 27 20:20:25.903 INFO kablam! Oct 27 20:20:25.903 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.903 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.903 INFO kablam! | Oct 27 20:20:25.903 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.903 INFO kablam! | ^^^^^ Oct 27 20:20:25.903 INFO kablam! ... Oct 27 20:20:25.903 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 27 20:20:25.903 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.903 INFO kablam! | Oct 27 20:20:25.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.903 INFO kablam! | Oct 27 20:20:25.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.903 INFO kablam! | Oct 27 20:20:25.903 INFO kablam! Oct 27 20:20:25.903 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.903 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.903 INFO kablam! | Oct 27 20:20:25.903 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.903 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.903 INFO kablam! ... Oct 27 20:20:25.903 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 27 20:20:25.903 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.903 INFO kablam! | Oct 27 20:20:25.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.903 INFO kablam! | Oct 27 20:20:25.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.903 INFO kablam! | Oct 27 20:20:25.903 INFO kablam! Oct 27 20:20:25.904 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.904 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.904 INFO kablam! | Oct 27 20:20:25.904 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.904 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.904 INFO kablam! ... Oct 27 20:20:25.904 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 27 20:20:25.904 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.904 INFO kablam! | Oct 27 20:20:25.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.904 INFO kablam! | Oct 27 20:20:25.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.904 INFO kablam! | Oct 27 20:20:25.904 INFO kablam! Oct 27 20:20:25.904 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.904 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.904 INFO kablam! | Oct 27 20:20:25.904 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.904 INFO kablam! | ^^^^^ Oct 27 20:20:25.904 INFO kablam! ... Oct 27 20:20:25.904 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 27 20:20:25.904 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.904 INFO kablam! | Oct 27 20:20:25.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.904 INFO kablam! | Oct 27 20:20:25.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.904 INFO kablam! | Oct 27 20:20:25.904 INFO kablam! Oct 27 20:20:25.904 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.904 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.904 INFO kablam! | Oct 27 20:20:25.904 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.904 INFO kablam! | ^^^^^ Oct 27 20:20:25.904 INFO kablam! ... Oct 27 20:20:25.904 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 27 20:20:25.904 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.904 INFO kablam! | Oct 27 20:20:25.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.904 INFO kablam! | Oct 27 20:20:25.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.904 INFO kablam! | Oct 27 20:20:25.904 INFO kablam! Oct 27 20:20:25.904 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.904 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.904 INFO kablam! | Oct 27 20:20:25.904 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.904 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.904 INFO kablam! ... Oct 27 20:20:25.904 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 27 20:20:25.904 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.904 INFO kablam! | Oct 27 20:20:25.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.904 INFO kablam! | Oct 27 20:20:25.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.904 INFO kablam! | Oct 27 20:20:25.904 INFO kablam! Oct 27 20:20:25.910 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.910 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.910 INFO kablam! | Oct 27 20:20:25.910 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.910 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.910 INFO kablam! ... Oct 27 20:20:25.910 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 27 20:20:25.910 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.910 INFO kablam! | Oct 27 20:20:25.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.910 INFO kablam! | Oct 27 20:20:25.910 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.910 INFO kablam! | Oct 27 20:20:25.910 INFO kablam! Oct 27 20:20:25.910 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.910 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.910 INFO kablam! | Oct 27 20:20:25.910 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.910 INFO kablam! | ^^^^^ Oct 27 20:20:25.910 INFO kablam! ... Oct 27 20:20:25.910 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 27 20:20:25.910 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.910 INFO kablam! | Oct 27 20:20:25.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.910 INFO kablam! | Oct 27 20:20:25.910 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.910 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! Oct 27 20:20:25.911 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.911 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.911 INFO kablam! | ^^^^^ Oct 27 20:20:25.911 INFO kablam! ... Oct 27 20:20:25.911 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 27 20:20:25.911 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! Oct 27 20:20:25.911 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.911 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.911 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.911 INFO kablam! ... Oct 27 20:20:25.911 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 27 20:20:25.911 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! Oct 27 20:20:25.911 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.911 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.911 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.911 INFO kablam! ... Oct 27 20:20:25.911 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 27 20:20:25.911 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! Oct 27 20:20:25.911 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.911 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.911 INFO kablam! | ^^^^^ Oct 27 20:20:25.911 INFO kablam! ... Oct 27 20:20:25.911 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 27 20:20:25.911 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! Oct 27 20:20:25.911 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.911 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.911 INFO kablam! | ^^^^^ Oct 27 20:20:25.911 INFO kablam! ... Oct 27 20:20:25.911 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 27 20:20:25.911 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! Oct 27 20:20:25.911 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.911 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.911 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.911 INFO kablam! ... Oct 27 20:20:25.911 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 27 20:20:25.911 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.911 INFO kablam! | Oct 27 20:20:25.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.912 INFO kablam! | Oct 27 20:20:25.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.912 INFO kablam! | Oct 27 20:20:25.912 INFO kablam! Oct 27 20:20:25.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.912 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.912 INFO kablam! | Oct 27 20:20:25.912 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.914 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.914 INFO kablam! ... Oct 27 20:20:25.914 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 27 20:20:25.914 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.914 INFO kablam! | Oct 27 20:20:25.914 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.914 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.914 INFO kablam! | Oct 27 20:20:25.914 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.914 INFO kablam! | Oct 27 20:20:25.914 INFO kablam! Oct 27 20:20:25.914 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.914 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.914 INFO kablam! | Oct 27 20:20:25.914 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.914 INFO kablam! | ^^^^^ Oct 27 20:20:25.914 INFO kablam! ... Oct 27 20:20:25.914 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 27 20:20:25.914 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.914 INFO kablam! | Oct 27 20:20:25.914 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.914 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.914 INFO kablam! | Oct 27 20:20:25.914 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.914 INFO kablam! | Oct 27 20:20:25.914 INFO kablam! Oct 27 20:20:25.914 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.914 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.914 INFO kablam! | Oct 27 20:20:25.914 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.914 INFO kablam! | ^^^^^ Oct 27 20:20:25.915 INFO kablam! ... Oct 27 20:20:25.915 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 27 20:20:25.915 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.915 INFO kablam! | Oct 27 20:20:25.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.915 INFO kablam! | Oct 27 20:20:25.915 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.915 INFO kablam! | Oct 27 20:20:25.915 INFO kablam! Oct 27 20:20:25.919 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.919 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.919 INFO kablam! | Oct 27 20:20:25.919 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.919 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.919 INFO kablam! ... Oct 27 20:20:25.919 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 27 20:20:25.919 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.919 INFO kablam! | Oct 27 20:20:25.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.919 INFO kablam! | Oct 27 20:20:25.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.919 INFO kablam! | Oct 27 20:20:25.919 INFO kablam! Oct 27 20:20:25.919 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.919 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.919 INFO kablam! | Oct 27 20:20:25.919 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.919 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.919 INFO kablam! ... Oct 27 20:20:25.919 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 27 20:20:25.919 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.919 INFO kablam! | Oct 27 20:20:25.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.919 INFO kablam! | Oct 27 20:20:25.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! Oct 27 20:20:25.920 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.920 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.920 INFO kablam! | ^^^^^ Oct 27 20:20:25.920 INFO kablam! ... Oct 27 20:20:25.920 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 27 20:20:25.920 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! Oct 27 20:20:25.920 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.920 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.920 INFO kablam! | ^^^^^ Oct 27 20:20:25.920 INFO kablam! ... Oct 27 20:20:25.920 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 27 20:20:25.920 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! Oct 27 20:20:25.920 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.920 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.920 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.920 INFO kablam! ... Oct 27 20:20:25.920 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 27 20:20:25.920 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! Oct 27 20:20:25.920 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.920 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.920 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.920 INFO kablam! ... Oct 27 20:20:25.920 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 27 20:20:25.920 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! Oct 27 20:20:25.920 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.920 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.920 INFO kablam! | ^^^^^ Oct 27 20:20:25.920 INFO kablam! ... Oct 27 20:20:25.920 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 27 20:20:25.920 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! Oct 27 20:20:25.920 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.920 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.920 INFO kablam! | Oct 27 20:20:25.920 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.920 INFO kablam! | ^^^^^ Oct 27 20:20:25.920 INFO kablam! ... Oct 27 20:20:25.920 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 27 20:20:25.920 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.921 INFO kablam! | Oct 27 20:20:25.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.921 INFO kablam! | Oct 27 20:20:25.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.921 INFO kablam! | Oct 27 20:20:25.921 INFO kablam! Oct 27 20:20:25.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.921 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.921 INFO kablam! | Oct 27 20:20:25.921 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.921 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.921 INFO kablam! ... Oct 27 20:20:25.921 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 27 20:20:25.921 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.921 INFO kablam! | Oct 27 20:20:25.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.921 INFO kablam! | Oct 27 20:20:25.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.921 INFO kablam! | Oct 27 20:20:25.921 INFO kablam! Oct 27 20:20:25.923 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.923 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.923 INFO kablam! | Oct 27 20:20:25.924 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.924 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.924 INFO kablam! ... Oct 27 20:20:25.924 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 27 20:20:25.924 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.924 INFO kablam! | Oct 27 20:20:25.924 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.924 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.924 INFO kablam! | Oct 27 20:20:25.924 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.924 INFO kablam! | Oct 27 20:20:25.924 INFO kablam! Oct 27 20:20:25.924 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.924 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.924 INFO kablam! | Oct 27 20:20:25.924 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.924 INFO kablam! | ^^^^^ Oct 27 20:20:25.924 INFO kablam! ... Oct 27 20:20:25.924 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 27 20:20:25.924 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.925 INFO kablam! | Oct 27 20:20:25.925 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.925 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.925 INFO kablam! | Oct 27 20:20:25.925 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.925 INFO kablam! | Oct 27 20:20:25.925 INFO kablam! Oct 27 20:20:25.925 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.925 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.925 INFO kablam! | Oct 27 20:20:25.925 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.925 INFO kablam! | ^^^^^ Oct 27 20:20:25.925 INFO kablam! ... Oct 27 20:20:25.925 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 27 20:20:25.926 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.926 INFO kablam! | Oct 27 20:20:25.926 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.926 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.926 INFO kablam! | Oct 27 20:20:25.926 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.926 INFO kablam! | Oct 27 20:20:25.926 INFO kablam! Oct 27 20:20:25.926 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.926 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.926 INFO kablam! | Oct 27 20:20:25.926 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.926 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.926 INFO kablam! ... Oct 27 20:20:25.926 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 27 20:20:25.927 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.927 INFO kablam! | Oct 27 20:20:25.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.927 INFO kablam! | Oct 27 20:20:25.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.927 INFO kablam! | Oct 27 20:20:25.927 INFO kablam! Oct 27 20:20:25.927 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.927 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.927 INFO kablam! | Oct 27 20:20:25.927 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.928 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.928 INFO kablam! ... Oct 27 20:20:25.928 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 27 20:20:25.928 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.928 INFO kablam! | Oct 27 20:20:25.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.928 INFO kablam! | Oct 27 20:20:25.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.928 INFO kablam! | Oct 27 20:20:25.928 INFO kablam! Oct 27 20:20:25.928 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.928 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.928 INFO kablam! | Oct 27 20:20:25.928 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.929 INFO kablam! | ^^^^^ Oct 27 20:20:25.929 INFO kablam! ... Oct 27 20:20:25.929 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 27 20:20:25.929 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.929 INFO kablam! | Oct 27 20:20:25.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.929 INFO kablam! | Oct 27 20:20:25.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.929 INFO kablam! | Oct 27 20:20:25.929 INFO kablam! Oct 27 20:20:25.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.929 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.929 INFO kablam! | Oct 27 20:20:25.930 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.930 INFO kablam! | ^^^^^ Oct 27 20:20:25.930 INFO kablam! ... Oct 27 20:20:25.930 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 27 20:20:25.930 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.930 INFO kablam! | Oct 27 20:20:25.930 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.930 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.930 INFO kablam! | Oct 27 20:20:25.930 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.930 INFO kablam! | Oct 27 20:20:25.930 INFO kablam! Oct 27 20:20:25.930 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.930 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.930 INFO kablam! | Oct 27 20:20:25.931 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.931 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.931 INFO kablam! ... Oct 27 20:20:25.931 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 27 20:20:25.931 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.931 INFO kablam! | Oct 27 20:20:25.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.931 INFO kablam! | Oct 27 20:20:25.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.931 INFO kablam! | Oct 27 20:20:25.931 INFO kablam! Oct 27 20:20:25.935 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.935 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.935 INFO kablam! | Oct 27 20:20:25.935 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.935 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.935 INFO kablam! ... Oct 27 20:20:25.935 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 27 20:20:25.935 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.935 INFO kablam! | Oct 27 20:20:25.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.935 INFO kablam! | Oct 27 20:20:25.935 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.935 INFO kablam! | Oct 27 20:20:25.936 INFO kablam! Oct 27 20:20:25.936 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.936 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.936 INFO kablam! | Oct 27 20:20:25.936 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.936 INFO kablam! | ^^^^^ Oct 27 20:20:25.936 INFO kablam! ... Oct 27 20:20:25.936 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 27 20:20:25.936 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.936 INFO kablam! | Oct 27 20:20:25.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.936 INFO kablam! | Oct 27 20:20:25.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.936 INFO kablam! | Oct 27 20:20:25.936 INFO kablam! Oct 27 20:20:25.936 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.936 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.936 INFO kablam! | Oct 27 20:20:25.936 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.936 INFO kablam! | ^^^^^ Oct 27 20:20:25.936 INFO kablam! ... Oct 27 20:20:25.937 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 27 20:20:25.937 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.937 INFO kablam! | Oct 27 20:20:25.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.937 INFO kablam! | Oct 27 20:20:25.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.937 INFO kablam! | Oct 27 20:20:25.937 INFO kablam! Oct 27 20:20:25.937 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.937 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.937 INFO kablam! | Oct 27 20:20:25.937 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.937 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.937 INFO kablam! ... Oct 27 20:20:25.937 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 27 20:20:25.937 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.937 INFO kablam! | Oct 27 20:20:25.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.937 INFO kablam! | Oct 27 20:20:25.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.937 INFO kablam! | Oct 27 20:20:25.938 INFO kablam! Oct 27 20:20:25.943 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.943 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.943 INFO kablam! | Oct 27 20:20:25.943 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.943 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.943 INFO kablam! ... Oct 27 20:20:25.943 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 27 20:20:25.943 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.943 INFO kablam! | Oct 27 20:20:25.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.943 INFO kablam! | Oct 27 20:20:25.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.943 INFO kablam! | Oct 27 20:20:25.943 INFO kablam! Oct 27 20:20:25.943 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.943 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.944 INFO kablam! | Oct 27 20:20:25.944 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.944 INFO kablam! | ^^^^^ Oct 27 20:20:25.944 INFO kablam! ... Oct 27 20:20:25.944 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 27 20:20:25.944 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.944 INFO kablam! | Oct 27 20:20:25.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.944 INFO kablam! | Oct 27 20:20:25.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.944 INFO kablam! | Oct 27 20:20:25.944 INFO kablam! Oct 27 20:20:25.944 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.944 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.944 INFO kablam! | Oct 27 20:20:25.944 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.944 INFO kablam! | ^^^^^ Oct 27 20:20:25.945 INFO kablam! ... Oct 27 20:20:25.945 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 27 20:20:25.945 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.945 INFO kablam! | Oct 27 20:20:25.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.945 INFO kablam! | Oct 27 20:20:25.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.945 INFO kablam! | Oct 27 20:20:25.945 INFO kablam! Oct 27 20:20:25.945 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.945 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.945 INFO kablam! | Oct 27 20:20:25.945 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.945 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.946 INFO kablam! ... Oct 27 20:20:25.946 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 27 20:20:25.946 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.946 INFO kablam! | Oct 27 20:20:25.946 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.946 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.946 INFO kablam! | Oct 27 20:20:25.946 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.946 INFO kablam! | Oct 27 20:20:25.946 INFO kablam! Oct 27 20:20:25.946 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.946 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.946 INFO kablam! | Oct 27 20:20:25.946 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.946 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.947 INFO kablam! ... Oct 27 20:20:25.947 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 27 20:20:25.947 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.947 INFO kablam! | Oct 27 20:20:25.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.947 INFO kablam! | Oct 27 20:20:25.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.947 INFO kablam! | Oct 27 20:20:25.947 INFO kablam! Oct 27 20:20:25.949 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.949 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.950 INFO kablam! | Oct 27 20:20:25.950 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.950 INFO kablam! | ^^^^^ Oct 27 20:20:25.950 INFO kablam! ... Oct 27 20:20:25.950 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 27 20:20:25.950 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.950 INFO kablam! | Oct 27 20:20:25.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.950 INFO kablam! | Oct 27 20:20:25.950 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.950 INFO kablam! | Oct 27 20:20:25.950 INFO kablam! Oct 27 20:20:25.950 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.950 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.951 INFO kablam! | Oct 27 20:20:25.951 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.951 INFO kablam! | ^^^^^ Oct 27 20:20:25.951 INFO kablam! ... Oct 27 20:20:25.951 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 27 20:20:25.951 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.951 INFO kablam! | Oct 27 20:20:25.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.951 INFO kablam! | Oct 27 20:20:25.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.951 INFO kablam! | Oct 27 20:20:25.951 INFO kablam! Oct 27 20:20:25.951 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.951 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.951 INFO kablam! | Oct 27 20:20:25.952 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.952 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.952 INFO kablam! ... Oct 27 20:20:25.952 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 27 20:20:25.952 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.952 INFO kablam! | Oct 27 20:20:25.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.952 INFO kablam! | Oct 27 20:20:25.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.952 INFO kablam! | Oct 27 20:20:25.952 INFO kablam! Oct 27 20:20:25.952 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.952 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.952 INFO kablam! | Oct 27 20:20:25.952 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.952 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.952 INFO kablam! ... Oct 27 20:20:25.952 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 27 20:20:25.953 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.953 INFO kablam! | Oct 27 20:20:25.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.953 INFO kablam! | Oct 27 20:20:25.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.953 INFO kablam! | Oct 27 20:20:25.953 INFO kablam! Oct 27 20:20:25.953 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.953 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.953 INFO kablam! | Oct 27 20:20:25.953 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.953 INFO kablam! | ^^^^^ Oct 27 20:20:25.953 INFO kablam! ... Oct 27 20:20:25.953 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 27 20:20:25.953 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.953 INFO kablam! | Oct 27 20:20:25.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.953 INFO kablam! | Oct 27 20:20:25.954 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.954 INFO kablam! | Oct 27 20:20:25.954 INFO kablam! Oct 27 20:20:25.954 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.954 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.954 INFO kablam! | Oct 27 20:20:25.954 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.954 INFO kablam! | ^^^^^ Oct 27 20:20:25.954 INFO kablam! ... Oct 27 20:20:25.954 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 27 20:20:25.954 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.954 INFO kablam! | Oct 27 20:20:25.954 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.954 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.954 INFO kablam! | Oct 27 20:20:25.954 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.954 INFO kablam! | Oct 27 20:20:25.954 INFO kablam! Oct 27 20:20:25.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.959 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.959 INFO kablam! | Oct 27 20:20:25.959 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.959 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.959 INFO kablam! ... Oct 27 20:20:25.959 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 27 20:20:25.959 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.959 INFO kablam! | Oct 27 20:20:25.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.959 INFO kablam! | Oct 27 20:20:25.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.959 INFO kablam! | Oct 27 20:20:25.959 INFO kablam! Oct 27 20:20:25.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.959 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.959 INFO kablam! | Oct 27 20:20:25.960 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.960 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.960 INFO kablam! ... Oct 27 20:20:25.960 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 27 20:20:25.960 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.960 INFO kablam! | Oct 27 20:20:25.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.960 INFO kablam! | Oct 27 20:20:25.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.960 INFO kablam! | Oct 27 20:20:25.960 INFO kablam! Oct 27 20:20:25.960 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.960 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.960 INFO kablam! | Oct 27 20:20:25.960 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.960 INFO kablam! | ^^^^^ Oct 27 20:20:25.960 INFO kablam! ... Oct 27 20:20:25.960 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 27 20:20:25.960 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.960 INFO kablam! | Oct 27 20:20:25.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.961 INFO kablam! | Oct 27 20:20:25.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.961 INFO kablam! | Oct 27 20:20:25.961 INFO kablam! Oct 27 20:20:25.961 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.961 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.961 INFO kablam! | Oct 27 20:20:25.961 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.961 INFO kablam! | ^^^^^ Oct 27 20:20:25.961 INFO kablam! ... Oct 27 20:20:25.961 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 27 20:20:25.961 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.961 INFO kablam! | Oct 27 20:20:25.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.961 INFO kablam! | Oct 27 20:20:25.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.961 INFO kablam! | Oct 27 20:20:25.961 INFO kablam! Oct 27 20:20:25.961 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.961 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.961 INFO kablam! | Oct 27 20:20:25.962 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.962 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.962 INFO kablam! ... Oct 27 20:20:25.962 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 27 20:20:25.962 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.962 INFO kablam! | Oct 27 20:20:25.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.962 INFO kablam! | Oct 27 20:20:25.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.962 INFO kablam! | Oct 27 20:20:25.962 INFO kablam! Oct 27 20:20:25.962 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.962 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.962 INFO kablam! | Oct 27 20:20:25.962 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.962 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.962 INFO kablam! ... Oct 27 20:20:25.962 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 27 20:20:25.962 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.963 INFO kablam! | Oct 27 20:20:25.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.963 INFO kablam! | Oct 27 20:20:25.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.963 INFO kablam! | Oct 27 20:20:25.963 INFO kablam! Oct 27 20:20:25.963 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.963 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.963 INFO kablam! | Oct 27 20:20:25.963 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.963 INFO kablam! | ^^^^^ Oct 27 20:20:25.963 INFO kablam! ... Oct 27 20:20:25.963 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 27 20:20:25.963 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.963 INFO kablam! | Oct 27 20:20:25.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.963 INFO kablam! | Oct 27 20:20:25.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.963 INFO kablam! | Oct 27 20:20:25.964 INFO kablam! Oct 27 20:20:25.964 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.964 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.964 INFO kablam! | Oct 27 20:20:25.964 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.964 INFO kablam! | ^^^^^ Oct 27 20:20:25.964 INFO kablam! ... Oct 27 20:20:25.964 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 27 20:20:25.964 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.964 INFO kablam! | Oct 27 20:20:25.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.964 INFO kablam! | Oct 27 20:20:25.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.964 INFO kablam! | Oct 27 20:20:25.964 INFO kablam! Oct 27 20:20:25.964 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.964 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.964 INFO kablam! | Oct 27 20:20:25.964 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.964 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.964 INFO kablam! ... Oct 27 20:20:25.965 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 27 20:20:25.965 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.965 INFO kablam! | Oct 27 20:20:25.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.965 INFO kablam! | Oct 27 20:20:25.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.965 INFO kablam! | Oct 27 20:20:25.965 INFO kablam! Oct 27 20:20:25.965 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.965 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.965 INFO kablam! | Oct 27 20:20:25.965 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.965 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.965 INFO kablam! ... Oct 27 20:20:25.965 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 27 20:20:25.965 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.965 INFO kablam! | Oct 27 20:20:25.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.965 INFO kablam! | Oct 27 20:20:25.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.965 INFO kablam! | Oct 27 20:20:25.966 INFO kablam! Oct 27 20:20:25.966 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.966 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.966 INFO kablam! | Oct 27 20:20:25.966 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.966 INFO kablam! | ^^^^^ Oct 27 20:20:25.966 INFO kablam! ... Oct 27 20:20:25.966 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 27 20:20:25.966 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.966 INFO kablam! | Oct 27 20:20:25.966 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.966 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.966 INFO kablam! | Oct 27 20:20:25.966 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.966 INFO kablam! | Oct 27 20:20:25.966 INFO kablam! Oct 27 20:20:25.966 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.966 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.966 INFO kablam! | Oct 27 20:20:25.966 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.966 INFO kablam! | ^^^^^ Oct 27 20:20:25.966 INFO kablam! ... Oct 27 20:20:25.967 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 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.968 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 27 20:20:25.968 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.968 INFO kablam! | Oct 27 20:20:25.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.968 INFO kablam! | Oct 27 20:20:25.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.968 INFO kablam! | Oct 27 20:20:25.968 INFO kablam! Oct 27 20:20:25.968 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.968 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.968 INFO kablam! | Oct 27 20:20:25.968 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.968 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.968 INFO kablam! ... Oct 27 20:20:25.968 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 27 20:20:25.968 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.968 INFO kablam! | Oct 27 20:20:25.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.968 INFO kablam! | Oct 27 20:20:25.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.968 INFO kablam! | Oct 27 20:20:25.968 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! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 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:177:44 Oct 27 20:20:25.978 INFO kablam! | Oct 27 20:20:25.978 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 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.979 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.979 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.979 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.979 INFO kablam! ... Oct 27 20:20:25.979 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 27 20:20:25.979 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! Oct 27 20:20:25.979 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.979 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.979 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.979 INFO kablam! ... Oct 27 20:20:25.979 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 27 20:20:25.979 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! Oct 27 20:20:25.979 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.979 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.979 INFO kablam! | ^^^^^ Oct 27 20:20:25.979 INFO kablam! ... Oct 27 20:20:25.979 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 27 20:20:25.979 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! Oct 27 20:20:25.979 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.979 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.979 INFO kablam! | ^^^^^ Oct 27 20:20:25.979 INFO kablam! ... Oct 27 20:20:25.979 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 27 20:20:25.979 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! Oct 27 20:20:25.979 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.979 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.979 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.979 INFO kablam! ... Oct 27 20:20:25.979 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 27 20:20:25.979 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! Oct 27 20:20:25.979 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.979 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.979 INFO kablam! | Oct 27 20:20:25.979 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.979 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.980 INFO kablam! ... Oct 27 20:20:25.980 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 27 20:20:25.980 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.980 INFO kablam! | Oct 27 20:20:25.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.980 INFO kablam! | Oct 27 20:20:25.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.980 INFO kablam! | Oct 27 20:20:25.980 INFO kablam! Oct 27 20:20:25.980 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.980 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.980 INFO kablam! | Oct 27 20:20:25.980 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.980 INFO kablam! | ^^^^^ Oct 27 20:20:25.980 INFO kablam! ... Oct 27 20:20:25.980 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 27 20:20:25.980 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.980 INFO kablam! | Oct 27 20:20:25.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.980 INFO kablam! | Oct 27 20:20:25.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.980 INFO kablam! | Oct 27 20:20:25.980 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:177:44 Oct 27 20:20:25.986 INFO kablam! | Oct 27 20:20:25.986 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 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.986 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.986 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.986 INFO kablam! | Oct 27 20:20:25.986 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.986 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.986 INFO kablam! ... Oct 27 20:20:25.986 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 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.986 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.986 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.986 INFO kablam! | Oct 27 20:20:25.986 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.986 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.986 INFO kablam! ... Oct 27 20:20:25.986 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 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.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! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); 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.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:177:44 Oct 27 20:20:25.992 INFO kablam! | Oct 27 20:20:25.992 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.992 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.992 INFO kablam! | Oct 27 20:20:25.992 INFO kablam! 180 | Jemalloc.dealloc(ptr, 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! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); 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 `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! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); 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.993 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.993 INFO kablam! | ^^^^^ Oct 27 20:20:25.993 INFO kablam! ... Oct 27 20:20:25.993 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 27 20:20:25.993 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! Oct 27 20:20:25.993 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.993 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.993 INFO kablam! | ^^^^^ Oct 27 20:20:25.993 INFO kablam! ... Oct 27 20:20:25.993 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 27 20:20:25.993 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! Oct 27 20:20:25.993 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.993 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.993 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.993 INFO kablam! ... Oct 27 20:20:25.993 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 27 20:20:25.993 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! Oct 27 20:20:25.993 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.993 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.993 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.993 INFO kablam! ... Oct 27 20:20:25.993 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 27 20:20:25.993 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! Oct 27 20:20:25.993 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.993 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.993 INFO kablam! | ^^^^^ Oct 27 20:20:25.993 INFO kablam! ... Oct 27 20:20:25.993 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Oct 27 20:20:25.993 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.993 INFO kablam! | Oct 27 20:20:25.993 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! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); 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:26.000 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.000 INFO kablam! ... Oct 27 20:20:26.000 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Oct 27 20:20:26.000 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.000 INFO kablam! | Oct 27 20:20:26.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.000 INFO kablam! | Oct 27 20:20:26.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.000 INFO kablam! | Oct 27 20:20:26.000 INFO kablam! Oct 27 20:20:26.000 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.000 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.000 INFO kablam! | Oct 27 20:20:26.000 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.000 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.000 INFO kablam! ... Oct 27 20:20:26.000 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Oct 27 20:20:26.000 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.000 INFO kablam! | Oct 27 20:20:26.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.000 INFO kablam! | Oct 27 20:20:26.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.000 INFO kablam! | Oct 27 20:20:26.000 INFO kablam! Oct 27 20:20:26.008 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.012 INFO kablam! | ^^^^^ Oct 27 20:20:26.012 INFO kablam! ... Oct 27 20:20:26.012 INFO kablam! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Oct 27 20:20:26.012 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! Oct 27 20:20:26.012 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.012 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.012 INFO kablam! | ^^^^^ Oct 27 20:20:26.012 INFO kablam! ... Oct 27 20:20:26.012 INFO kablam! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Oct 27 20:20:26.012 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! Oct 27 20:20:26.012 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.012 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.012 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.012 INFO kablam! ... Oct 27 20:20:26.012 INFO kablam! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Oct 27 20:20:26.012 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! Oct 27 20:20:26.012 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.012 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.012 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.012 INFO kablam! ... Oct 27 20:20:26.012 INFO kablam! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Oct 27 20:20:26.012 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! Oct 27 20:20:26.012 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.012 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.012 INFO kablam! | ^^^^^ Oct 27 20:20:26.012 INFO kablam! ... Oct 27 20:20:26.012 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 27 20:20:26.012 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! Oct 27 20:20:26.012 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.012 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.012 INFO kablam! | ^^^^^ Oct 27 20:20:26.012 INFO kablam! ... Oct 27 20:20:26.012 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 27 20:20:26.012 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.012 INFO kablam! | Oct 27 20:20:26.013 INFO kablam! Oct 27 20:20:26.013 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.013 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.013 INFO kablam! | Oct 27 20:20:26.013 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.013 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.013 INFO kablam! ... Oct 27 20:20:26.013 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 27 20:20:26.013 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.013 INFO kablam! | Oct 27 20:20:26.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.013 INFO kablam! | Oct 27 20:20:26.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.013 INFO kablam! | Oct 27 20:20:26.013 INFO kablam! Oct 27 20:20:26.013 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.013 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.013 INFO kablam! | Oct 27 20:20:26.013 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.013 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.013 INFO kablam! ... Oct 27 20:20:26.013 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 27 20:20:26.013 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.013 INFO kablam! | Oct 27 20:20:26.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.013 INFO kablam! | Oct 27 20:20:26.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.013 INFO kablam! | Oct 27 20:20:26.013 INFO kablam! Oct 27 20:20:26.026 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.026 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.026 INFO kablam! | Oct 27 20:20:26.026 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.026 INFO kablam! | ^^^^^ Oct 27 20:20:26.026 INFO kablam! ... Oct 27 20:20:26.026 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); 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.026 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.026 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.026 INFO kablam! | Oct 27 20:20:26.026 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.026 INFO kablam! | ^^^^^ Oct 27 20:20:26.026 INFO kablam! ... Oct 27 20:20:26.026 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); 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.026 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.026 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.026 INFO kablam! | Oct 27 20:20:26.026 INFO kablam! 180 | Jemalloc.dealloc(ptr, 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! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); 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.026 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.026 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.026 INFO kablam! | Oct 27 20:20:26.026 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.027 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.027 INFO kablam! ... Oct 27 20:20:26.027 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 27 20:20:26.027 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! Oct 27 20:20:26.027 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.027 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.027 INFO kablam! | ^^^^^ Oct 27 20:20:26.027 INFO kablam! ... Oct 27 20:20:26.027 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 27 20:20:26.027 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! Oct 27 20:20:26.027 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.027 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.027 INFO kablam! | ^^^^^ Oct 27 20:20:26.027 INFO kablam! ... Oct 27 20:20:26.027 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 27 20:20:26.027 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! Oct 27 20:20:26.027 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.027 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.027 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.027 INFO kablam! ... Oct 27 20:20:26.027 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 27 20:20:26.027 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! Oct 27 20:20:26.027 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.027 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.027 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.027 INFO kablam! ... Oct 27 20:20:26.027 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 27 20:20:26.027 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! Oct 27 20:20:26.027 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.027 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.027 INFO kablam! | Oct 27 20:20:26.027 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.027 INFO kablam! | ^^^^^ Oct 27 20:20:26.027 INFO kablam! ... Oct 27 20:20:26.027 INFO kablam! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Oct 27 20:20:26.027 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! Oct 27 20:20:26.028 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.028 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.028 INFO kablam! | ^^^^^ Oct 27 20:20:26.028 INFO kablam! ... Oct 27 20:20:26.028 INFO kablam! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Oct 27 20:20:26.028 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! Oct 27 20:20:26.028 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.028 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.028 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.028 INFO kablam! ... Oct 27 20:20:26.028 INFO kablam! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Oct 27 20:20:26.028 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! Oct 27 20:20:26.028 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.028 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.028 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.028 INFO kablam! ... Oct 27 20:20:26.028 INFO kablam! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Oct 27 20:20:26.028 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! Oct 27 20:20:26.028 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.028 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.028 INFO kablam! | ^^^^^ Oct 27 20:20:26.028 INFO kablam! ... Oct 27 20:20:26.028 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 27 20:20:26.028 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! Oct 27 20:20:26.028 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.028 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.028 INFO kablam! | ^^^^^ Oct 27 20:20:26.028 INFO kablam! ... Oct 27 20:20:26.028 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 27 20:20:26.028 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.028 INFO kablam! | Oct 27 20:20:26.028 INFO kablam! Oct 27 20:20:26.041 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.041 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.041 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.041 INFO kablam! ... Oct 27 20:20:26.041 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 27 20:20:26.041 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! Oct 27 20:20:26.041 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.041 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.041 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.041 INFO kablam! ... Oct 27 20:20:26.041 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 27 20:20:26.041 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! Oct 27 20:20:26.041 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.041 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.041 INFO kablam! | ^^^^^ Oct 27 20:20:26.041 INFO kablam! ... Oct 27 20:20:26.041 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Oct 27 20:20:26.041 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! Oct 27 20:20:26.041 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.041 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.041 INFO kablam! | ^^^^^ Oct 27 20:20:26.041 INFO kablam! ... Oct 27 20:20:26.041 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Oct 27 20:20:26.041 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! Oct 27 20:20:26.041 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.041 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.041 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.041 INFO kablam! ... Oct 27 20:20:26.041 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Oct 27 20:20:26.041 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! Oct 27 20:20:26.041 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.041 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.041 INFO kablam! | Oct 27 20:20:26.041 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.042 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.042 INFO kablam! ... Oct 27 20:20:26.042 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Oct 27 20:20:26.042 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! Oct 27 20:20:26.042 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.042 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.042 INFO kablam! | ^^^^^ Oct 27 20:20:26.042 INFO kablam! ... Oct 27 20:20:26.042 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 27 20:20:26.042 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! Oct 27 20:20:26.042 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.042 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.042 INFO kablam! | ^^^^^ Oct 27 20:20:26.042 INFO kablam! ... Oct 27 20:20:26.042 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 27 20:20:26.042 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! Oct 27 20:20:26.042 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.042 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.042 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.042 INFO kablam! ... Oct 27 20:20:26.042 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 27 20:20:26.042 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! Oct 27 20:20:26.042 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.042 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.042 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.042 INFO kablam! ... Oct 27 20:20:26.042 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 27 20:20:26.042 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.042 INFO kablam! | Oct 27 20:20:26.042 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:171:36 Oct 27 20:20:26.049 INFO kablam! | Oct 27 20:20:26.049 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); 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 `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! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); 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! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); 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.050 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.050 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.050 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.050 INFO kablam! ... Oct 27 20:20:26.050 INFO kablam! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Oct 27 20:20:26.050 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! Oct 27 20:20:26.050 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.050 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.050 INFO kablam! | ^^^^^ Oct 27 20:20:26.050 INFO kablam! ... Oct 27 20:20:26.050 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 27 20:20:26.050 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! Oct 27 20:20:26.050 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.050 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.050 INFO kablam! | ^^^^^ Oct 27 20:20:26.050 INFO kablam! ... Oct 27 20:20:26.050 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 27 20:20:26.050 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! Oct 27 20:20:26.050 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.050 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.050 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.050 INFO kablam! ... Oct 27 20:20:26.050 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 27 20:20:26.050 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! Oct 27 20:20:26.050 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.050 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.050 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.050 INFO kablam! ... Oct 27 20:20:26.050 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 27 20:20:26.050 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.050 INFO kablam! | Oct 27 20:20:26.050 INFO kablam! Oct 27 20:20:26.051 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.051 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.051 INFO kablam! | Oct 27 20:20:26.051 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.051 INFO kablam! | ^^^^^ Oct 27 20:20:26.051 INFO kablam! ... Oct 27 20:20:26.051 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 27 20:20:26.051 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.051 INFO kablam! | Oct 27 20:20:26.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.051 INFO kablam! | Oct 27 20:20:26.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.051 INFO kablam! | Oct 27 20:20:26.051 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! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.060 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.060 INFO kablam! | Oct 27 20:20:26.060 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.060 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.060 INFO kablam! ... Oct 27 20:20:26.060 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.060 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.060 INFO kablam! | Oct 27 20:20:26.060 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.060 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.060 INFO kablam! ... Oct 27 20:20:26.060 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); 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:171:36 Oct 27 20:20:26.060 INFO kablam! | Oct 27 20:20:26.060 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); 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.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.061 INFO kablam! | Oct 27 20:20:26.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.061 INFO kablam! | Oct 27 20:20:26.061 INFO kablam! Oct 27 20:20:26.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.061 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.061 INFO kablam! | Oct 27 20:20:26.061 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.061 INFO kablam! | ^^^^^ Oct 27 20:20:26.061 INFO kablam! ... Oct 27 20:20:26.061 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 27 20:20:26.061 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.061 INFO kablam! | Oct 27 20:20:26.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.061 INFO kablam! | Oct 27 20:20:26.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.061 INFO kablam! | Oct 27 20:20:26.061 INFO kablam! Oct 27 20:20:26.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.061 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.061 INFO kablam! | Oct 27 20:20:26.061 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.061 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.061 INFO kablam! ... Oct 27 20:20:26.061 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 27 20:20:26.061 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.061 INFO kablam! | Oct 27 20:20:26.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.061 INFO kablam! | Oct 27 20:20:26.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.061 INFO kablam! | Oct 27 20:20:26.061 INFO kablam! Oct 27 20:20:26.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.061 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.061 INFO kablam! | Oct 27 20:20:26.061 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.061 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.061 INFO kablam! ... Oct 27 20:20:26.061 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 27 20:20:26.061 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.061 INFO kablam! | Oct 27 20:20:26.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.061 INFO kablam! | Oct 27 20:20:26.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.061 INFO kablam! | Oct 27 20:20:26.061 INFO kablam! Oct 27 20:20:26.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.064 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.064 INFO kablam! | ^^^^^ Oct 27 20:20:26.064 INFO kablam! ... Oct 27 20:20:26.064 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 27 20:20:26.064 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! Oct 27 20:20:26.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.064 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.064 INFO kablam! | ^^^^^ Oct 27 20:20:26.064 INFO kablam! ... Oct 27 20:20:26.064 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 27 20:20:26.064 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! Oct 27 20:20:26.064 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.064 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.064 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.064 INFO kablam! ... Oct 27 20:20:26.064 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 27 20:20:26.064 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! Oct 27 20:20:26.064 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.064 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.064 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.064 INFO kablam! ... Oct 27 20:20:26.064 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 27 20:20:26.064 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! Oct 27 20:20:26.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.064 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.064 INFO kablam! | Oct 27 20:20:26.064 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.065 INFO kablam! | ^^^^^ Oct 27 20:20:26.065 INFO kablam! ... Oct 27 20:20:26.065 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 27 20:20:26.065 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.065 INFO kablam! | Oct 27 20:20:26.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.065 INFO kablam! | Oct 27 20:20:26.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.065 INFO kablam! | Oct 27 20:20:26.065 INFO kablam! Oct 27 20:20:26.065 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.065 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.065 INFO kablam! | Oct 27 20:20:26.065 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.065 INFO kablam! | ^^^^^ Oct 27 20:20:26.065 INFO kablam! ... Oct 27 20:20:26.065 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 27 20:20:26.065 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.065 INFO kablam! | Oct 27 20:20:26.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.065 INFO kablam! | Oct 27 20:20:26.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.065 INFO kablam! | Oct 27 20:20:26.065 INFO kablam! Oct 27 20:20:26.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.065 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.065 INFO kablam! | Oct 27 20:20:26.065 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.065 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.065 INFO kablam! ... Oct 27 20:20:26.065 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 27 20:20:26.065 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.065 INFO kablam! | Oct 27 20:20:26.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.065 INFO kablam! | Oct 27 20:20:26.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.065 INFO kablam! | Oct 27 20:20:26.065 INFO kablam! Oct 27 20:20:26.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.065 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.065 INFO kablam! | Oct 27 20:20:26.065 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.065 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.065 INFO kablam! ... Oct 27 20:20:26.065 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 27 20:20:26.065 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.065 INFO kablam! | Oct 27 20:20:26.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.065 INFO kablam! | Oct 27 20:20:26.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.065 INFO kablam! | Oct 27 20:20:26.065 INFO kablam! Oct 27 20:20:26.078 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.079 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.079 INFO kablam! | ^^^^^ Oct 27 20:20:26.079 INFO kablam! ... Oct 27 20:20:26.079 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 27 20:20:26.079 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! Oct 27 20:20:26.079 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.079 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.079 INFO kablam! | ^^^^^ Oct 27 20:20:26.079 INFO kablam! ... Oct 27 20:20:26.079 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 27 20:20:26.079 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! Oct 27 20:20:26.079 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.079 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.079 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.079 INFO kablam! ... Oct 27 20:20:26.079 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 27 20:20:26.079 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! Oct 27 20:20:26.079 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.079 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.079 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.079 INFO kablam! ... Oct 27 20:20:26.079 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 27 20:20:26.079 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! Oct 27 20:20:26.079 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.079 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.079 INFO kablam! | ^^^^^ Oct 27 20:20:26.079 INFO kablam! ... Oct 27 20:20:26.079 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Oct 27 20:20:26.079 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! Oct 27 20:20:26.079 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.079 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.079 INFO kablam! | Oct 27 20:20:26.079 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.079 INFO kablam! | ^^^^^ Oct 27 20:20:26.079 INFO kablam! ... Oct 27 20:20:26.080 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Oct 27 20:20:26.080 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! Oct 27 20:20:26.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.080 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.080 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.080 INFO kablam! ... Oct 27 20:20:26.080 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Oct 27 20:20:26.080 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! Oct 27 20:20:26.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.080 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.080 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.080 INFO kablam! ... Oct 27 20:20:26.080 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Oct 27 20:20:26.080 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! Oct 27 20:20:26.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.080 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.080 INFO kablam! | ^^^^^ Oct 27 20:20:26.080 INFO kablam! ... Oct 27 20:20:26.080 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 27 20:20:26.080 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! Oct 27 20:20:26.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.080 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.080 INFO kablam! | ^^^^^ Oct 27 20:20:26.080 INFO kablam! ... Oct 27 20:20:26.080 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 27 20:20:26.080 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! Oct 27 20:20:26.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.080 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.080 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.080 INFO kablam! ... Oct 27 20:20:26.080 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 27 20:20:26.080 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.080 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! Oct 27 20:20:26.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.081 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.081 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.081 INFO kablam! ... Oct 27 20:20:26.081 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 27 20:20:26.081 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! Oct 27 20:20:26.081 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.081 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.081 INFO kablam! | ^^^^^ Oct 27 20:20:26.081 INFO kablam! ... Oct 27 20:20:26.081 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 27 20:20:26.081 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! Oct 27 20:20:26.081 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.081 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.081 INFO kablam! | ^^^^^ Oct 27 20:20:26.081 INFO kablam! ... Oct 27 20:20:26.081 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 27 20:20:26.081 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! Oct 27 20:20:26.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.081 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.081 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.081 INFO kablam! ... Oct 27 20:20:26.081 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 27 20:20:26.081 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! Oct 27 20:20:26.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.081 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.081 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.081 INFO kablam! ... Oct 27 20:20:26.081 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 27 20:20:26.081 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.081 INFO kablam! | Oct 27 20:20:26.081 INFO kablam! Oct 27 20:20:26.092 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.092 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.092 INFO kablam! | Oct 27 20:20:26.092 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.092 INFO kablam! | ^^^^^ Oct 27 20:20:26.092 INFO kablam! ... Oct 27 20:20:26.092 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 27 20:20:26.092 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.092 INFO kablam! | Oct 27 20:20:26.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.092 INFO kablam! | Oct 27 20:20:26.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.092 INFO kablam! | Oct 27 20:20:26.092 INFO kablam! Oct 27 20:20:26.092 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.092 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.092 INFO kablam! | Oct 27 20:20:26.092 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.092 INFO kablam! | ^^^^^ Oct 27 20:20:26.092 INFO kablam! ... Oct 27 20:20:26.092 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 27 20:20:26.092 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.092 INFO kablam! | Oct 27 20:20:26.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.092 INFO kablam! | Oct 27 20:20:26.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.092 INFO kablam! | Oct 27 20:20:26.092 INFO kablam! Oct 27 20:20:26.092 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.092 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.092 INFO kablam! | Oct 27 20:20:26.092 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.092 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.093 INFO kablam! ... Oct 27 20:20:26.093 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 27 20:20:26.093 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! Oct 27 20:20:26.093 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.093 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.093 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.093 INFO kablam! ... Oct 27 20:20:26.093 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 27 20:20:26.093 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! Oct 27 20:20:26.093 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.093 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.093 INFO kablam! | ^^^^^ Oct 27 20:20:26.093 INFO kablam! ... Oct 27 20:20:26.093 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 27 20:20:26.093 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! Oct 27 20:20:26.093 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.093 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.093 INFO kablam! | ^^^^^ Oct 27 20:20:26.093 INFO kablam! ... Oct 27 20:20:26.093 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 27 20:20:26.093 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! Oct 27 20:20:26.093 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.093 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.093 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.093 INFO kablam! ... Oct 27 20:20:26.093 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 27 20:20:26.093 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! Oct 27 20:20:26.093 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.093 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.093 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.093 INFO kablam! ... Oct 27 20:20:26.093 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 27 20:20:26.093 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.093 INFO kablam! | Oct 27 20:20:26.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! Oct 27 20:20:26.094 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.094 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.094 INFO kablam! | ^^^^^ Oct 27 20:20:26.094 INFO kablam! ... Oct 27 20:20:26.094 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 27 20:20:26.094 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! Oct 27 20:20:26.094 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.094 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.094 INFO kablam! | ^^^^^ Oct 27 20:20:26.094 INFO kablam! ... Oct 27 20:20:26.094 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 27 20:20:26.094 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! Oct 27 20:20:26.094 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.094 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.094 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.094 INFO kablam! ... Oct 27 20:20:26.094 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 27 20:20:26.094 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! Oct 27 20:20:26.094 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.094 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.094 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.094 INFO kablam! ... Oct 27 20:20:26.094 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 27 20:20:26.094 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! Oct 27 20:20:26.094 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.094 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.094 INFO kablam! | ^^^^^ Oct 27 20:20:26.094 INFO kablam! ... Oct 27 20:20:26.094 INFO kablam! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Oct 27 20:20:26.094 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.094 INFO kablam! | Oct 27 20:20:26.094 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! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); 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! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); 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.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! Oct 27 20:20:26.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.105 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.105 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.105 INFO kablam! ... Oct 27 20:20:26.105 INFO kablam! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Oct 27 20:20:26.105 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! Oct 27 20:20:26.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.105 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.105 INFO kablam! | ^^^^^ Oct 27 20:20:26.105 INFO kablam! ... Oct 27 20:20:26.105 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 27 20:20:26.105 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! Oct 27 20:20:26.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.105 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.105 INFO kablam! | ^^^^^ Oct 27 20:20:26.105 INFO kablam! ... Oct 27 20:20:26.105 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 27 20:20:26.105 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! Oct 27 20:20:26.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.105 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.105 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.105 INFO kablam! ... Oct 27 20:20:26.105 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 27 20:20:26.105 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.105 INFO kablam! | Oct 27 20:20:26.105 INFO kablam! Oct 27 20:20:26.107 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.107 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.107 INFO kablam! | Oct 27 20:20:26.107 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.107 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.107 INFO kablam! ... Oct 27 20:20:26.107 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 27 20:20:26.107 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.107 INFO kablam! | Oct 27 20:20:26.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.107 INFO kablam! | Oct 27 20:20:26.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.107 INFO kablam! | Oct 27 20:20:26.107 INFO kablam! Oct 27 20:20:26.107 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.107 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.107 INFO kablam! | Oct 27 20:20:26.107 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.107 INFO kablam! | ^^^^^ Oct 27 20:20:26.107 INFO kablam! ... Oct 27 20:20:26.107 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 27 20:20:26.107 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.107 INFO kablam! | Oct 27 20:20:26.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.107 INFO kablam! | Oct 27 20:20:26.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.107 INFO kablam! | Oct 27 20:20:26.107 INFO kablam! Oct 27 20:20:26.107 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.107 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.107 INFO kablam! | Oct 27 20:20:26.107 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.107 INFO kablam! | ^^^^^ Oct 27 20:20:26.107 INFO kablam! ... Oct 27 20:20:26.107 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 27 20:20:26.107 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.107 INFO kablam! | Oct 27 20:20:26.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.108 INFO kablam! | Oct 27 20:20:26.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.108 INFO kablam! | Oct 27 20:20:26.108 INFO kablam! Oct 27 20:20:26.108 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.108 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.108 INFO kablam! | Oct 27 20:20:26.108 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.108 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.108 INFO kablam! ... Oct 27 20:20:26.108 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 27 20:20:26.108 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.108 INFO kablam! | Oct 27 20:20:26.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.108 INFO kablam! | Oct 27 20:20:26.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.108 INFO kablam! | Oct 27 20:20:26.108 INFO kablam! Oct 27 20:20:26.120 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.120 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.120 INFO kablam! | Oct 27 20:20:26.120 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.120 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.120 INFO kablam! ... Oct 27 20:20:26.120 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); 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! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); 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:177:44 Oct 27 20:20:26.120 INFO kablam! | Oct 27 20:20:26.120 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.120 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.120 INFO kablam! | Oct 27 20:20:26.120 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.120 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.120 INFO kablam! ... Oct 27 20:20:26.120 INFO kablam! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); 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.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! Oct 27 20:20:26.121 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.121 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.121 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.121 INFO kablam! ... Oct 27 20:20:26.121 INFO kablam! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Oct 27 20:20:26.121 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! Oct 27 20:20:26.121 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.121 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.121 INFO kablam! | ^^^^^ Oct 27 20:20:26.121 INFO kablam! ... Oct 27 20:20:26.121 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 27 20:20:26.121 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! Oct 27 20:20:26.121 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.121 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.121 INFO kablam! | ^^^^^ Oct 27 20:20:26.121 INFO kablam! ... Oct 27 20:20:26.121 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 27 20:20:26.121 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! Oct 27 20:20:26.121 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.121 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.121 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.121 INFO kablam! ... Oct 27 20:20:26.121 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 27 20:20:26.121 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.121 INFO kablam! | Oct 27 20:20:26.121 INFO kablam! Oct 27 20:20:26.126 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.126 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.126 INFO kablam! | Oct 27 20:20:26.126 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.126 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.126 INFO kablam! ... Oct 27 20:20:26.126 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 27 20:20:26.126 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.126 INFO kablam! | Oct 27 20:20:26.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.126 INFO kablam! | Oct 27 20:20:26.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.126 INFO kablam! | Oct 27 20:20:26.126 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:171:36 Oct 27 20:20:26.126 INFO kablam! | Oct 27 20:20:26.126 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.127 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.127 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! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); 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! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); 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.128 INFO kablam! | Oct 27 20:20:26.128 INFO kablam! Oct 27 20:20:26.130 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.131 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.131 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.131 INFO kablam! ... Oct 27 20:20:26.131 INFO kablam! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Oct 27 20:20:26.131 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! Oct 27 20:20:26.131 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.131 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.131 INFO kablam! | ^^^^^ Oct 27 20:20:26.131 INFO kablam! ... Oct 27 20:20:26.131 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 27 20:20:26.131 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! Oct 27 20:20:26.131 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.131 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.131 INFO kablam! | ^^^^^ Oct 27 20:20:26.131 INFO kablam! ... Oct 27 20:20:26.131 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 27 20:20:26.131 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! Oct 27 20:20:26.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.131 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.131 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.131 INFO kablam! ... Oct 27 20:20:26.131 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 27 20:20:26.131 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! Oct 27 20:20:26.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.131 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.131 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.131 INFO kablam! ... Oct 27 20:20:26.131 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 27 20:20:26.131 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! Oct 27 20:20:26.131 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.131 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.131 INFO kablam! | Oct 27 20:20:26.131 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.131 INFO kablam! | ^^^^^ Oct 27 20:20:26.131 INFO kablam! ... Oct 27 20:20:26.132 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 27 20:20:26.132 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.132 INFO kablam! | Oct 27 20:20:26.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.132 INFO kablam! | Oct 27 20:20:26.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.132 INFO kablam! | Oct 27 20:20:26.132 INFO kablam! Oct 27 20:20:26.132 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.132 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.132 INFO kablam! | Oct 27 20:20:26.132 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.132 INFO kablam! | ^^^^^ Oct 27 20:20:26.132 INFO kablam! ... Oct 27 20:20:26.132 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 27 20:20:26.132 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.132 INFO kablam! | Oct 27 20:20:26.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.132 INFO kablam! | Oct 27 20:20:26.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.132 INFO kablam! | Oct 27 20:20:26.132 INFO kablam! Oct 27 20:20:26.139 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.139 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.139 INFO kablam! | Oct 27 20:20:26.139 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.139 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.139 INFO kablam! ... Oct 27 20:20:26.139 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 27 20:20:26.139 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.139 INFO kablam! | Oct 27 20:20:26.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.139 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.139 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.139 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.139 INFO kablam! | Oct 27 20:20:26.139 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.139 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.139 INFO kablam! ... Oct 27 20:20:26.139 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 27 20:20:26.139 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.139 INFO kablam! | Oct 27 20:20:26.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.139 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.139 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.139 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.139 INFO kablam! | Oct 27 20:20:26.139 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.139 INFO kablam! | ^^^^^ Oct 27 20:20:26.139 INFO kablam! ... Oct 27 20:20:26.139 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 27 20:20:26.139 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.139 INFO kablam! | Oct 27 20:20:26.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.139 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.139 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.139 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.139 INFO kablam! | Oct 27 20:20:26.139 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.139 INFO kablam! | ^^^^^ Oct 27 20:20:26.139 INFO kablam! ... Oct 27 20:20:26.139 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 27 20:20:26.139 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.139 INFO kablam! | Oct 27 20:20:26.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.139 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.147 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:180:30 Oct 27 20:20:26.152 INFO kablam! | Oct 27 20:20:26.152 INFO kablam! 180 | Jemalloc.dealloc(ptr, 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! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); 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 `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! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); 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.153 INFO kablam! ... Oct 27 20:20:26.153 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 27 20:20:26.153 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! Oct 27 20:20:26.153 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.153 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.153 INFO kablam! | ^^^^^ Oct 27 20:20:26.153 INFO kablam! ... Oct 27 20:20:26.153 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 27 20:20:26.153 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! Oct 27 20:20:26.153 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.153 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.153 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.153 INFO kablam! ... Oct 27 20:20:26.153 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 27 20:20:26.153 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! Oct 27 20:20:26.153 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.153 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.153 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.153 INFO kablam! ... Oct 27 20:20:26.153 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 27 20:20:26.153 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! Oct 27 20:20:26.153 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.153 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.153 INFO kablam! | ^^^^^ Oct 27 20:20:26.153 INFO kablam! ... Oct 27 20:20:26.153 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 27 20:20:26.153 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! Oct 27 20:20:26.153 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.153 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.153 INFO kablam! | ^^^^^ Oct 27 20:20:26.153 INFO kablam! ... Oct 27 20:20:26.153 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 27 20:20:26.153 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.153 INFO kablam! | Oct 27 20:20:26.153 INFO kablam! Oct 27 20:20:26.154 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.154 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.154 INFO kablam! | Oct 27 20:20:26.154 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.154 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.154 INFO kablam! ... Oct 27 20:20:26.154 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 27 20:20:26.154 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.154 INFO kablam! | Oct 27 20:20:26.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.154 INFO kablam! | Oct 27 20:20:26.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.154 INFO kablam! | Oct 27 20:20:26.154 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! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.159 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.159 INFO kablam! | Oct 27 20:20:26.159 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.159 INFO kablam! | ^^^^^ Oct 27 20:20:26.159 INFO kablam! ... Oct 27 20:20:26.159 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.159 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.159 INFO kablam! | Oct 27 20:20:26.159 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.159 INFO kablam! | ^^^^^ Oct 27 20:20:26.159 INFO kablam! ... Oct 27 20:20:26.159 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); 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: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.160 INFO kablam! ... Oct 27 20:20:26.160 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 27 20:20:26.160 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! Oct 27 20:20:26.160 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.160 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.160 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.160 INFO kablam! ... Oct 27 20:20:26.160 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 27 20:20:26.160 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! Oct 27 20:20:26.160 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.160 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.160 INFO kablam! | ^^^^^ Oct 27 20:20:26.160 INFO kablam! ... Oct 27 20:20:26.160 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 27 20:20:26.160 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! Oct 27 20:20:26.160 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.160 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.160 INFO kablam! | ^^^^^ Oct 27 20:20:26.160 INFO kablam! ... Oct 27 20:20:26.160 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 27 20:20:26.160 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! Oct 27 20:20:26.160 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.160 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.160 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.160 INFO kablam! ... Oct 27 20:20:26.160 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 27 20:20:26.160 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! Oct 27 20:20:26.160 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.160 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.160 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.160 INFO kablam! ... Oct 27 20:20:26.160 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 27 20:20:26.160 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.160 INFO kablam! | Oct 27 20:20:26.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.161 INFO kablam! | Oct 27 20:20:26.161 INFO kablam! Oct 27 20:20:26.161 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.161 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.161 INFO kablam! | Oct 27 20:20:26.161 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.161 INFO kablam! | ^^^^^ Oct 27 20:20:26.161 INFO kablam! ... Oct 27 20:20:26.161 INFO kablam! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Oct 27 20:20:26.161 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.161 INFO kablam! | Oct 27 20:20:26.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.161 INFO kablam! | Oct 27 20:20:26.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.161 INFO kablam! | Oct 27 20:20:26.161 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:177:44 Oct 27 20:20:26.172 INFO kablam! | Oct 27 20:20:26.172 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); 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: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! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); 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! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); 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.173 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.173 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.173 INFO kablam! | ^^^^^ Oct 27 20:20:26.173 INFO kablam! ... Oct 27 20:20:26.173 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 27 20:20:26.173 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! Oct 27 20:20:26.173 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.173 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.173 INFO kablam! | ^^^^^ Oct 27 20:20:26.173 INFO kablam! ... Oct 27 20:20:26.173 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 27 20:20:26.173 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! Oct 27 20:20:26.173 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.173 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.173 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.173 INFO kablam! ... Oct 27 20:20:26.173 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 27 20:20:26.173 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! Oct 27 20:20:26.173 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.173 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.173 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.173 INFO kablam! ... Oct 27 20:20:26.173 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 27 20:20:26.173 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! Oct 27 20:20:26.173 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.173 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.173 INFO kablam! | ^^^^^ Oct 27 20:20:26.173 INFO kablam! ... Oct 27 20:20:26.173 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 27 20:20:26.173 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! Oct 27 20:20:26.173 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.173 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.173 INFO kablam! | ^^^^^ Oct 27 20:20:26.173 INFO kablam! ... Oct 27 20:20:26.173 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 27 20:20:26.173 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! Oct 27 20:20:26.173 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.173 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.173 INFO kablam! | Oct 27 20:20:26.173 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.174 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.174 INFO kablam! ... Oct 27 20:20:26.174 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 27 20:20:26.174 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! Oct 27 20:20:26.174 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.174 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.174 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.174 INFO kablam! ... Oct 27 20:20:26.174 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 27 20:20:26.174 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! Oct 27 20:20:26.174 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.174 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.174 INFO kablam! | ^^^^^ Oct 27 20:20:26.174 INFO kablam! ... Oct 27 20:20:26.174 INFO kablam! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Oct 27 20:20:26.174 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! Oct 27 20:20:26.174 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.174 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.174 INFO kablam! | ^^^^^ Oct 27 20:20:26.174 INFO kablam! ... Oct 27 20:20:26.174 INFO kablam! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Oct 27 20:20:26.174 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! Oct 27 20:20:26.174 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.174 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.174 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.174 INFO kablam! ... Oct 27 20:20:26.174 INFO kablam! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Oct 27 20:20:26.174 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.174 INFO kablam! | Oct 27 20:20:26.174 INFO kablam! Oct 27 20:20:26.183 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.183 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.183 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.183 INFO kablam! ... Oct 27 20:20:26.183 INFO kablam! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Oct 27 20:20:26.183 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! Oct 27 20:20:26.183 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.183 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.183 INFO kablam! | ^^^^^ Oct 27 20:20:26.183 INFO kablam! ... Oct 27 20:20:26.183 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 27 20:20:26.183 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! Oct 27 20:20:26.183 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.183 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.183 INFO kablam! | ^^^^^ Oct 27 20:20:26.183 INFO kablam! ... Oct 27 20:20:26.183 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 27 20:20:26.183 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! Oct 27 20:20:26.183 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.183 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.183 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.183 INFO kablam! ... Oct 27 20:20:26.183 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 27 20:20:26.183 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! Oct 27 20:20:26.183 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.183 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.183 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.183 INFO kablam! ... Oct 27 20:20:26.183 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 27 20:20:26.183 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.183 INFO kablam! | Oct 27 20:20:26.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! Oct 27 20:20:26.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.184 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.184 INFO kablam! | ^^^^^ Oct 27 20:20:26.184 INFO kablam! ... Oct 27 20:20:26.184 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 27 20:20:26.184 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! Oct 27 20:20:26.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.184 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.184 INFO kablam! | ^^^^^ Oct 27 20:20:26.184 INFO kablam! ... Oct 27 20:20:26.184 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 27 20:20:26.184 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! Oct 27 20:20:26.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.184 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.184 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.184 INFO kablam! ... Oct 27 20:20:26.184 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 27 20:20:26.184 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! Oct 27 20:20:26.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.184 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.184 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.184 INFO kablam! ... Oct 27 20:20:26.184 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 27 20:20:26.184 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! Oct 27 20:20:26.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.184 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.184 INFO kablam! | Oct 27 20:20:26.184 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.184 INFO kablam! | ^^^^^ Oct 27 20:20:26.184 INFO kablam! ... Oct 27 20:20:26.184 INFO kablam! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Oct 27 20:20:26.184 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.184 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.188 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.188 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.188 INFO kablam! | Oct 27 20:20:26.188 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.188 INFO kablam! | ^^^^^ Oct 27 20:20:26.188 INFO kablam! ... Oct 27 20:20:26.188 INFO kablam! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); 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.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! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); 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.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:185:26 Oct 27 20:20:26.188 INFO kablam! | Oct 27 20:20:26.188 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); 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.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! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 27 20:20:26.198 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.199 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! Oct 27 20:20:26.199 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.199 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.199 INFO kablam! | ^^^^^ Oct 27 20:20:26.199 INFO kablam! ... Oct 27 20:20:26.199 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 27 20:20:26.199 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.199 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! Oct 27 20:20:26.199 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.199 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.199 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.199 INFO kablam! ... Oct 27 20:20:26.199 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 27 20:20:26.199 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.199 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! Oct 27 20:20:26.199 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.199 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.199 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.199 INFO kablam! ... Oct 27 20:20:26.199 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 27 20:20:26.199 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.199 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! Oct 27 20:20:26.199 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.199 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.199 INFO kablam! | ^^^^^ Oct 27 20:20:26.199 INFO kablam! ... Oct 27 20:20:26.199 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 27 20:20:26.199 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.199 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! Oct 27 20:20:26.199 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.199 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.199 INFO kablam! | ^^^^^ Oct 27 20:20:26.199 INFO kablam! ... Oct 27 20:20:26.199 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 27 20:20:26.199 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.199 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.199 INFO kablam! | Oct 27 20:20:26.199 INFO kablam! Oct 27 20:20:26.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.200 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.200 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.200 INFO kablam! ... Oct 27 20:20:26.200 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 27 20:20:26.200 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! Oct 27 20:20:26.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.200 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.200 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.200 INFO kablam! ... Oct 27 20:20:26.200 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 27 20:20:26.200 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! Oct 27 20:20:26.200 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.200 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.200 INFO kablam! | ^^^^^ Oct 27 20:20:26.200 INFO kablam! ... Oct 27 20:20:26.200 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 27 20:20:26.200 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! Oct 27 20:20:26.200 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.200 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.200 INFO kablam! | ^^^^^ Oct 27 20:20:26.200 INFO kablam! ... Oct 27 20:20:26.200 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 27 20:20:26.200 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! Oct 27 20:20:26.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.200 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.200 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.200 INFO kablam! ... Oct 27 20:20:26.200 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 27 20:20:26.200 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! Oct 27 20:20:26.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.200 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.200 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.200 INFO kablam! ... Oct 27 20:20:26.200 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 27 20:20:26.200 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.200 INFO kablam! | Oct 27 20:20:26.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.201 INFO kablam! | Oct 27 20:20:26.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.201 INFO kablam! | Oct 27 20:20:26.201 INFO kablam! Oct 27 20:20:26.201 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.201 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.201 INFO kablam! | Oct 27 20:20:26.201 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.201 INFO kablam! | ^^^^^ Oct 27 20:20:26.201 INFO kablam! ... Oct 27 20:20:26.201 INFO kablam! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Oct 27 20:20:26.201 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.201 INFO kablam! | Oct 27 20:20:26.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.201 INFO kablam! | Oct 27 20:20:26.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.201 INFO kablam! | Oct 27 20:20:26.201 INFO kablam! Oct 27 20:20:26.201 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.201 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.201 INFO kablam! | Oct 27 20:20:26.201 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.201 INFO kablam! | ^^^^^ Oct 27 20:20:26.201 INFO kablam! ... Oct 27 20:20:26.201 INFO kablam! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Oct 27 20:20:26.201 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.201 INFO kablam! | Oct 27 20:20:26.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.201 INFO kablam! | Oct 27 20:20:26.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.201 INFO kablam! | Oct 27 20:20:26.201 INFO kablam! Oct 27 20:20:26.201 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.201 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.201 INFO kablam! | Oct 27 20:20:26.201 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.201 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.201 INFO kablam! ... Oct 27 20:20:26.201 INFO kablam! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Oct 27 20:20:26.201 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.201 INFO kablam! | Oct 27 20:20:26.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.201 INFO kablam! | Oct 27 20:20:26.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.201 INFO kablam! | Oct 27 20:20:26.201 INFO kablam! Oct 27 20:20:26.216 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.216 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.216 INFO kablam! | Oct 27 20:20:26.216 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.216 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.216 INFO kablam! ... Oct 27 20:20:26.216 INFO kablam! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); 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.216 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.216 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.216 INFO kablam! | Oct 27 20:20:26.216 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.216 INFO kablam! | ^^^^^ Oct 27 20:20:26.216 INFO kablam! ... Oct 27 20:20:26.216 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); 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.216 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.216 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.216 INFO kablam! | Oct 27 20:20:26.216 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.216 INFO kablam! | ^^^^^ Oct 27 20:20:26.216 INFO kablam! ... Oct 27 20:20:26.216 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); 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.216 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.216 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.216 INFO kablam! | Oct 27 20:20:26.216 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.216 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.216 INFO kablam! ... Oct 27 20:20:26.216 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); 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.216 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.216 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.216 INFO kablam! | Oct 27 20:20:26.216 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.216 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.216 INFO kablam! ... Oct 27 20:20:26.216 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); 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.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! Oct 27 20:20:26.217 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.217 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.217 INFO kablam! | ^^^^^ Oct 27 20:20:26.217 INFO kablam! ... Oct 27 20:20:26.217 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 27 20:20:26.217 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! Oct 27 20:20:26.217 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.217 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.217 INFO kablam! | ^^^^^ Oct 27 20:20:26.217 INFO kablam! ... Oct 27 20:20:26.217 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 27 20:20:26.217 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! Oct 27 20:20:26.217 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.217 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.217 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.217 INFO kablam! ... Oct 27 20:20:26.217 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 27 20:20:26.217 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! Oct 27 20:20:26.217 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.217 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.217 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.217 INFO kablam! ... Oct 27 20:20:26.217 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 27 20:20:26.217 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! Oct 27 20:20:26.217 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.217 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.217 INFO kablam! | ^^^^^ Oct 27 20:20:26.217 INFO kablam! ... Oct 27 20:20:26.217 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 27 20:20:26.217 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.217 INFO kablam! | Oct 27 20:20:26.217 INFO kablam! Oct 27 20:20:26.217 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.218 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.218 INFO kablam! | Oct 27 20:20:26.218 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.218 INFO kablam! | ^^^^^ Oct 27 20:20:26.218 INFO kablam! ... Oct 27 20:20:26.218 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 27 20:20:26.218 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.218 INFO kablam! | Oct 27 20:20:26.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.218 INFO kablam! | Oct 27 20:20:26.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.218 INFO kablam! | Oct 27 20:20:26.218 INFO kablam! Oct 27 20:20:26.218 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.218 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.218 INFO kablam! | Oct 27 20:20:26.218 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.218 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.218 INFO kablam! ... Oct 27 20:20:26.218 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 27 20:20:26.218 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.218 INFO kablam! | Oct 27 20:20:26.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.218 INFO kablam! | Oct 27 20:20:26.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.218 INFO kablam! | Oct 27 20:20:26.218 INFO kablam! Oct 27 20:20:26.218 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.218 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.218 INFO kablam! | Oct 27 20:20:26.218 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.218 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.218 INFO kablam! ... Oct 27 20:20:26.218 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 27 20:20:26.218 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.218 INFO kablam! | Oct 27 20:20:26.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.218 INFO kablam! | Oct 27 20:20:26.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.218 INFO kablam! | Oct 27 20:20:26.218 INFO kablam! Oct 27 20:20:26.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.233 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.233 INFO kablam! | Oct 27 20:20:26.233 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.233 INFO kablam! | ^^^^^ Oct 27 20:20:26.233 INFO kablam! ... Oct 27 20:20:26.233 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 27 20:20:26.233 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.233 INFO kablam! | Oct 27 20:20:26.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.233 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.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.233 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.233 INFO kablam! | Oct 27 20:20:26.233 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.233 INFO kablam! | ^^^^^ Oct 27 20:20:26.233 INFO kablam! ... Oct 27 20:20:26.233 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 27 20:20:26.233 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.233 INFO kablam! | Oct 27 20:20:26.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.233 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.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.233 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.233 INFO kablam! | Oct 27 20:20:26.233 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.233 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.233 INFO kablam! ... Oct 27 20:20:26.233 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 27 20:20:26.233 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.233 INFO kablam! | Oct 27 20:20:26.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.233 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.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.233 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.233 INFO kablam! | Oct 27 20:20:26.233 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.233 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.233 INFO kablam! ... Oct 27 20:20:26.233 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 27 20:20:26.233 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.233 INFO kablam! | Oct 27 20:20:26.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.233 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.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.233 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.233 INFO kablam! | Oct 27 20:20:26.233 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.233 INFO kablam! | ^^^^^ Oct 27 20:20:26.233 INFO kablam! ... Oct 27 20:20:26.233 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 27 20:20:26.233 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.233 INFO kablam! | Oct 27 20:20:26.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.233 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.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.234 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.234 INFO kablam! | ^^^^^ Oct 27 20:20:26.234 INFO kablam! ... Oct 27 20:20:26.234 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 27 20:20:26.234 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! Oct 27 20:20:26.234 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.234 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.234 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.234 INFO kablam! ... Oct 27 20:20:26.234 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 27 20:20:26.234 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! Oct 27 20:20:26.234 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.234 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.234 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.234 INFO kablam! ... Oct 27 20:20:26.234 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 27 20:20:26.234 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! Oct 27 20:20:26.234 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.234 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.234 INFO kablam! | ^^^^^ Oct 27 20:20:26.234 INFO kablam! ... Oct 27 20:20:26.234 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 27 20:20:26.234 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! Oct 27 20:20:26.234 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.234 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.234 INFO kablam! | ^^^^^ Oct 27 20:20:26.234 INFO kablam! ... Oct 27 20:20:26.234 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 27 20:20:26.234 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! Oct 27 20:20:26.234 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.234 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.234 INFO kablam! | Oct 27 20:20:26.234 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.234 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.235 INFO kablam! ... Oct 27 20:20:26.235 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 27 20:20:26.235 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! Oct 27 20:20:26.235 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.235 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.235 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.235 INFO kablam! ... Oct 27 20:20:26.235 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 27 20:20:26.235 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! Oct 27 20:20:26.235 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.235 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.235 INFO kablam! | ^^^^^ Oct 27 20:20:26.235 INFO kablam! ... Oct 27 20:20:26.235 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 27 20:20:26.235 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! Oct 27 20:20:26.235 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.235 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.235 INFO kablam! | ^^^^^ Oct 27 20:20:26.235 INFO kablam! ... Oct 27 20:20:26.235 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 27 20:20:26.235 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! Oct 27 20:20:26.235 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.235 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.235 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.235 INFO kablam! ... Oct 27 20:20:26.235 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 27 20:20:26.235 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! Oct 27 20:20:26.235 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.235 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.235 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.235 INFO kablam! ... Oct 27 20:20:26.235 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 27 20:20:26.235 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.235 INFO kablam! | Oct 27 20:20:26.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.236 INFO kablam! | Oct 27 20:20:26.236 INFO kablam! Oct 27 20:20:26.236 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.236 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.236 INFO kablam! | Oct 27 20:20:26.236 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.236 INFO kablam! | ^^^^^ Oct 27 20:20:26.236 INFO kablam! ... Oct 27 20:20:26.236 INFO kablam! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Oct 27 20:20:26.236 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.236 INFO kablam! | Oct 27 20:20:26.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.236 INFO kablam! | Oct 27 20:20:26.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.236 INFO kablam! | Oct 27 20:20:26.236 INFO kablam! Oct 27 20:20:26.236 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.236 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.236 INFO kablam! | Oct 27 20:20:26.236 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.236 INFO kablam! | ^^^^^ Oct 27 20:20:26.236 INFO kablam! ... Oct 27 20:20:26.236 INFO kablam! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Oct 27 20:20:26.236 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.236 INFO kablam! | Oct 27 20:20:26.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.236 INFO kablam! | Oct 27 20:20:26.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.236 INFO kablam! | Oct 27 20:20:26.236 INFO kablam! Oct 27 20:20:26.253 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:180:30 Oct 27 20:20:26.253 INFO kablam! | Oct 27 20:20:26.253 INFO kablam! 180 | Jemalloc.dealloc(ptr, 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! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); 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.253 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! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); 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.253 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.253 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.253 INFO kablam! | Oct 27 20:20:26.253 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.253 INFO kablam! | ^^^^^ Oct 27 20:20:26.253 INFO kablam! ... Oct 27 20:20:26.253 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); 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.253 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.253 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.253 INFO kablam! | Oct 27 20:20:26.253 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.253 INFO kablam! | ^^^^^ Oct 27 20:20:26.253 INFO kablam! ... Oct 27 20:20:26.253 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); 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.253 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:180:30 Oct 27 20:20:26.253 INFO kablam! | Oct 27 20:20:26.253 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.253 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.253 INFO kablam! ... Oct 27 20:20:26.254 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 27 20:20:26.254 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.254 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! Oct 27 20:20:26.254 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.254 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.254 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.254 INFO kablam! ... Oct 27 20:20:26.254 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 27 20:20:26.254 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.254 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! Oct 27 20:20:26.254 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.254 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.254 INFO kablam! | ^^^^^ Oct 27 20:20:26.254 INFO kablam! ... Oct 27 20:20:26.254 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 27 20:20:26.254 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.254 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! Oct 27 20:20:26.254 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.254 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.254 INFO kablam! | ^^^^^ Oct 27 20:20:26.254 INFO kablam! ... Oct 27 20:20:26.254 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 27 20:20:26.254 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.254 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! Oct 27 20:20:26.254 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.254 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.254 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.254 INFO kablam! ... Oct 27 20:20:26.254 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 27 20:20:26.254 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.254 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! Oct 27 20:20:26.254 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.254 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.254 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.254 INFO kablam! ... Oct 27 20:20:26.254 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 27 20:20:26.254 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.254 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.254 INFO kablam! | Oct 27 20:20:26.254 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! Oct 27 20:20:26.255 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.255 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.255 INFO kablam! | ^^^^^ Oct 27 20:20:26.255 INFO kablam! ... Oct 27 20:20:26.255 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 27 20:20:26.255 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! Oct 27 20:20:26.255 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.255 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.255 INFO kablam! | ^^^^^ Oct 27 20:20:26.255 INFO kablam! ... Oct 27 20:20:26.255 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 27 20:20:26.255 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! Oct 27 20:20:26.255 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.255 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.255 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.255 INFO kablam! ... Oct 27 20:20:26.255 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 27 20:20:26.255 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! Oct 27 20:20:26.255 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.255 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.255 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.255 INFO kablam! ... Oct 27 20:20:26.255 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 27 20:20:26.255 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! Oct 27 20:20:26.255 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.255 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.255 INFO kablam! | ^^^^^ Oct 27 20:20:26.255 INFO kablam! ... Oct 27 20:20:26.255 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 27 20:20:26.255 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! Oct 27 20:20:26.255 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.255 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.255 INFO kablam! | Oct 27 20:20:26.255 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.255 INFO kablam! | ^^^^^ Oct 27 20:20:26.255 INFO kablam! ... Oct 27 20:20:26.256 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 27 20:20:26.256 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.256 INFO kablam! | Oct 27 20:20:26.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.256 INFO kablam! | Oct 27 20:20:26.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.256 INFO kablam! | Oct 27 20:20:26.256 INFO kablam! Oct 27 20:20:26.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.256 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.256 INFO kablam! | Oct 27 20:20:26.256 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.256 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.256 INFO kablam! ... Oct 27 20:20:26.256 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 27 20:20:26.256 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.256 INFO kablam! | Oct 27 20:20:26.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.256 INFO kablam! | Oct 27 20:20:26.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.256 INFO kablam! | Oct 27 20:20:26.256 INFO kablam! Oct 27 20:20:26.263 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.263 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.263 INFO kablam! | Oct 27 20:20:26.263 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.263 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.263 INFO kablam! ... Oct 27 20:20:26.263 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); 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.263 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! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); 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.263 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:177:44 Oct 27 20:20:26.263 INFO kablam! | Oct 27 20:20:26.263 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); 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.263 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.263 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.263 INFO kablam! | Oct 27 20:20:26.263 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.263 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.263 INFO kablam! ... Oct 27 20:20:26.263 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); 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.263 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.263 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.263 INFO kablam! | Oct 27 20:20:26.263 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.263 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.264 INFO kablam! ... Oct 27 20:20:26.264 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 27 20:20:26.264 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! Oct 27 20:20:26.264 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.264 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.264 INFO kablam! | ^^^^^ Oct 27 20:20:26.264 INFO kablam! ... Oct 27 20:20:26.264 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 27 20:20:26.264 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! Oct 27 20:20:26.264 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.264 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.264 INFO kablam! | ^^^^^ Oct 27 20:20:26.264 INFO kablam! ... Oct 27 20:20:26.264 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 27 20:20:26.264 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! Oct 27 20:20:26.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.264 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.264 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.264 INFO kablam! ... Oct 27 20:20:26.264 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 27 20:20:26.264 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! Oct 27 20:20:26.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.264 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.264 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.264 INFO kablam! ... Oct 27 20:20:26.264 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 27 20:20:26.264 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! Oct 27 20:20:26.264 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.264 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.264 INFO kablam! | ^^^^^ Oct 27 20:20:26.264 INFO kablam! ... Oct 27 20:20:26.264 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 27 20:20:26.264 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.264 INFO kablam! | Oct 27 20:20:26.265 INFO kablam! Oct 27 20:20:26.265 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.265 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.265 INFO kablam! | Oct 27 20:20:26.265 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.265 INFO kablam! | ^^^^^ Oct 27 20:20:26.265 INFO kablam! ... Oct 27 20:20:26.265 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 27 20:20:26.265 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.265 INFO kablam! | Oct 27 20:20:26.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.265 INFO kablam! | Oct 27 20:20:26.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.265 INFO kablam! | Oct 27 20:20:26.265 INFO kablam! Oct 27 20:20:26.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.265 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.265 INFO kablam! | Oct 27 20:20:26.265 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.265 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.265 INFO kablam! ... Oct 27 20:20:26.265 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 27 20:20:26.265 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.265 INFO kablam! | Oct 27 20:20:26.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.265 INFO kablam! | Oct 27 20:20:26.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.265 INFO kablam! | Oct 27 20:20:26.265 INFO kablam! Oct 27 20:20:26.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.265 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.265 INFO kablam! | Oct 27 20:20:26.265 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.265 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.265 INFO kablam! ... Oct 27 20:20:26.265 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 27 20:20:26.265 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.265 INFO kablam! | Oct 27 20:20:26.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.265 INFO kablam! | Oct 27 20:20:26.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.265 INFO kablam! | Oct 27 20:20:26.265 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.272 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); 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:177:44 Oct 27 20:20:26.272 INFO kablam! | Oct 27 20:20:26.272 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.272 INFO kablam! | ^^^^^ Oct 27 20:20:26.272 INFO kablam! ... Oct 27 20:20:26.272 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.272 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.272 INFO kablam! | Oct 27 20:20:26.272 INFO kablam! 180 | Jemalloc.dealloc(ptr, 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! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); 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 `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.273 INFO kablam! ... Oct 27 20:20:26.273 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 27 20:20:26.273 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! Oct 27 20:20:26.273 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.273 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.273 INFO kablam! | ^^^^^ Oct 27 20:20:26.273 INFO kablam! ... Oct 27 20:20:26.273 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 27 20:20:26.273 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! Oct 27 20:20:26.273 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.273 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.273 INFO kablam! | ^^^^^ Oct 27 20:20:26.273 INFO kablam! ... Oct 27 20:20:26.273 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 27 20:20:26.273 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! Oct 27 20:20:26.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.273 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.273 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.273 INFO kablam! ... Oct 27 20:20:26.273 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 27 20:20:26.273 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! Oct 27 20:20:26.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.273 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.273 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.273 INFO kablam! ... Oct 27 20:20:26.273 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 27 20:20:26.273 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.273 INFO kablam! | Oct 27 20:20:26.273 INFO kablam! Oct 27 20:20:26.279 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.279 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.279 INFO kablam! | Oct 27 20:20:26.279 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.279 INFO kablam! | ^^^^^ Oct 27 20:20:26.279 INFO kablam! ... Oct 27 20:20:26.279 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 27 20:20:26.279 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.279 INFO kablam! | Oct 27 20:20:26.279 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.279 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.279 INFO kablam! | Oct 27 20:20:26.279 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.279 INFO kablam! | Oct 27 20:20:26.279 INFO kablam! Oct 27 20:20:26.289 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.289 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.289 INFO kablam! | Oct 27 20:20:26.289 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.289 INFO kablam! | ^^^^^ Oct 27 20:20:26.289 INFO kablam! ... Oct 27 20:20:26.289 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 27 20:20:26.289 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.289 INFO kablam! | Oct 27 20:20:26.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.289 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.289 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.289 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.289 INFO kablam! | Oct 27 20:20:26.289 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.289 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.289 INFO kablam! ... Oct 27 20:20:26.289 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 27 20:20:26.289 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.289 INFO kablam! | Oct 27 20:20:26.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.289 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.289 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.289 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.289 INFO kablam! | Oct 27 20:20:26.289 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.289 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.289 INFO kablam! ... Oct 27 20:20:26.289 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 27 20:20:26.289 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.289 INFO kablam! | Oct 27 20:20:26.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.289 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.289 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.289 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.289 INFO kablam! | Oct 27 20:20:26.289 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.289 INFO kablam! | ^^^^^ Oct 27 20:20:26.289 INFO kablam! ... Oct 27 20:20:26.289 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 27 20:20:26.289 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.289 INFO kablam! | Oct 27 20:20:26.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.289 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.289 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.289 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.289 INFO kablam! | Oct 27 20:20:26.289 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.289 INFO kablam! | ^^^^^ Oct 27 20:20:26.289 INFO kablam! ... Oct 27 20:20:26.289 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 27 20:20:26.289 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.289 INFO kablam! | Oct 27 20:20:26.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.289 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.289 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.289 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.289 INFO kablam! | Oct 27 20:20:26.290 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.290 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.290 INFO kablam! ... Oct 27 20:20:26.290 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 27 20:20:26.290 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.290 INFO kablam! | Oct 27 20:20:26.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.290 INFO kablam! | Oct 27 20:20:26.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.290 INFO kablam! | Oct 27 20:20:26.290 INFO kablam! Oct 27 20:20:26.290 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.290 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.290 INFO kablam! | Oct 27 20:20:26.290 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.290 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.290 INFO kablam! ... Oct 27 20:20:26.290 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 27 20:20:26.290 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.290 INFO kablam! | Oct 27 20:20:26.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.290 INFO kablam! | Oct 27 20:20:26.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.290 INFO kablam! | Oct 27 20:20:26.290 INFO kablam! Oct 27 20:20:26.290 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.290 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.290 INFO kablam! | Oct 27 20:20:26.290 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.290 INFO kablam! | ^^^^^ Oct 27 20:20:26.290 INFO kablam! ... Oct 27 20:20:26.290 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 27 20:20:26.290 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.290 INFO kablam! | Oct 27 20:20:26.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.290 INFO kablam! | Oct 27 20:20:26.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.290 INFO kablam! | Oct 27 20:20:26.290 INFO kablam! Oct 27 20:20:26.290 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.290 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.290 INFO kablam! | Oct 27 20:20:26.290 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.290 INFO kablam! | ^^^^^ Oct 27 20:20:26.290 INFO kablam! ... Oct 27 20:20:26.290 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 27 20:20:26.290 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.290 INFO kablam! | Oct 27 20:20:26.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.290 INFO kablam! | Oct 27 20:20:26.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.290 INFO kablam! | Oct 27 20:20:26.290 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! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); 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.301 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.301 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.301 INFO kablam! | Oct 27 20:20:26.301 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.301 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.301 INFO kablam! ... Oct 27 20:20:26.301 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 27 20:20:26.301 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.301 INFO kablam! | Oct 27 20:20:26.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.301 INFO kablam! | Oct 27 20:20:26.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.301 INFO kablam! | Oct 27 20:20:26.301 INFO kablam! Oct 27 20:20:26.301 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.301 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.301 INFO kablam! | Oct 27 20:20:26.301 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.301 INFO kablam! | ^^^^^ Oct 27 20:20:26.301 INFO kablam! ... Oct 27 20:20:26.301 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 27 20:20:26.301 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.301 INFO kablam! | Oct 27 20:20:26.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.301 INFO kablam! | Oct 27 20:20:26.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.301 INFO kablam! | Oct 27 20:20:26.301 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! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); 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! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); 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:185:26 Oct 27 20:20:26.312 INFO kablam! | Oct 27 20:20:26.312 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.312 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.312 INFO kablam! | Oct 27 20:20:26.312 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 27 20:20:26.312 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.313 INFO kablam! | Oct 27 20:20:26.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.313 INFO kablam! | Oct 27 20:20:26.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.313 INFO kablam! | Oct 27 20:20:26.313 INFO kablam! Oct 27 20:20:26.313 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.313 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.313 INFO kablam! | Oct 27 20:20:26.313 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.313 INFO kablam! | ^^^^^ Oct 27 20:20:26.313 INFO kablam! ... Oct 27 20:20:26.313 INFO kablam! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 27 20:20:26.313 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.313 INFO kablam! | Oct 27 20:20:26.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.313 INFO kablam! | Oct 27 20:20:26.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.313 INFO kablam! | Oct 27 20:20:26.313 INFO kablam! Oct 27 20:20:26.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.313 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.313 INFO kablam! | Oct 27 20:20:26.313 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.313 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.313 INFO kablam! ... Oct 27 20:20:26.313 INFO kablam! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 27 20:20:26.313 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.313 INFO kablam! | Oct 27 20:20:26.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.313 INFO kablam! | Oct 27 20:20:26.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.313 INFO kablam! | Oct 27 20:20:26.313 INFO kablam! Oct 27 20:20:26.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.313 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.313 INFO kablam! | Oct 27 20:20:26.313 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.313 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.313 INFO kablam! ... Oct 27 20:20:26.313 INFO kablam! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 27 20:20:26.313 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.313 INFO kablam! | Oct 27 20:20:26.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.313 INFO kablam! | Oct 27 20:20:26.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.313 INFO kablam! | Oct 27 20:20:26.313 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.326 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.326 INFO kablam! | ^^^^^ Oct 27 20:20:26.326 INFO kablam! ... Oct 27 20:20:26.326 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 27 20:20:26.326 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! Oct 27 20:20:26.326 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.326 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.326 INFO kablam! | ^^^^^ Oct 27 20:20:26.326 INFO kablam! ... Oct 27 20:20:26.326 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 27 20:20:26.326 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! Oct 27 20:20:26.326 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.326 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.326 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.326 INFO kablam! ... Oct 27 20:20:26.326 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 27 20:20:26.326 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! Oct 27 20:20:26.326 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.326 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.326 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.326 INFO kablam! ... Oct 27 20:20:26.326 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 27 20:20:26.326 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! Oct 27 20:20:26.326 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.326 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.326 INFO kablam! | ^^^^^ Oct 27 20:20:26.326 INFO kablam! ... Oct 27 20:20:26.326 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 27 20:20:26.326 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! Oct 27 20:20:26.326 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.326 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.326 INFO kablam! | Oct 27 20:20:26.326 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.328 INFO kablam! | ^^^^^ Oct 27 20:20:26.328 INFO kablam! ... Oct 27 20:20:26.328 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 27 20:20:26.328 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! Oct 27 20:20:26.328 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.328 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.328 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.328 INFO kablam! ... Oct 27 20:20:26.328 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 27 20:20:26.328 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! Oct 27 20:20:26.328 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.328 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.328 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.328 INFO kablam! ... Oct 27 20:20:26.328 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 27 20:20:26.328 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! Oct 27 20:20:26.328 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.328 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.328 INFO kablam! | ^^^^^ Oct 27 20:20:26.328 INFO kablam! ... Oct 27 20:20:26.328 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 27 20:20:26.328 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! Oct 27 20:20:26.328 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.328 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.328 INFO kablam! | ^^^^^ Oct 27 20:20:26.328 INFO kablam! ... Oct 27 20:20:26.328 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 27 20:20:26.328 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.328 INFO kablam! | Oct 27 20:20:26.328 INFO kablam! Oct 27 20:20:26.329 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.329 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.329 INFO kablam! | Oct 27 20:20:26.329 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.329 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.329 INFO kablam! ... Oct 27 20:20:26.329 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 27 20:20:26.329 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! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); 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.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.332 INFO kablam! | Oct 27 20:20:26.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.332 INFO kablam! | Oct 27 20:20:26.332 INFO kablam! Oct 27 20:20:26.332 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.332 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.332 INFO kablam! | Oct 27 20:20:26.332 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.332 INFO kablam! | ^^^^^ Oct 27 20:20:26.332 INFO kablam! ... Oct 27 20:20:26.332 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 27 20:20:26.332 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.332 INFO kablam! | Oct 27 20:20:26.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.332 INFO kablam! | Oct 27 20:20:26.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.332 INFO kablam! | Oct 27 20:20:26.332 INFO kablam! Oct 27 20:20:26.332 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.332 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.332 INFO kablam! | Oct 27 20:20:26.332 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.332 INFO kablam! | ^^^^^ Oct 27 20:20:26.332 INFO kablam! ... Oct 27 20:20:26.332 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 27 20:20:26.332 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.332 INFO kablam! | Oct 27 20:20:26.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.332 INFO kablam! | Oct 27 20:20:26.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.332 INFO kablam! | Oct 27 20:20:26.332 INFO kablam! Oct 27 20:20:26.332 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.332 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.332 INFO kablam! | Oct 27 20:20:26.332 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.332 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.332 INFO kablam! ... Oct 27 20:20:26.332 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 27 20:20:26.332 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.332 INFO kablam! | Oct 27 20:20:26.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.332 INFO kablam! | Oct 27 20:20:26.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.332 INFO kablam! | Oct 27 20:20:26.332 INFO kablam! Oct 27 20:20:26.337 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.337 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.337 INFO kablam! | Oct 27 20:20:26.337 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.337 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.337 INFO kablam! ... Oct 27 20:20:26.337 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 27 20:20:26.337 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.337 INFO kablam! | Oct 27 20:20:26.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.337 INFO kablam! | Oct 27 20:20:26.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.337 INFO kablam! | Oct 27 20:20:26.337 INFO kablam! Oct 27 20:20:26.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.353 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.353 INFO kablam! | Oct 27 20:20:26.353 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.353 INFO kablam! | ^^^^^ Oct 27 20:20:26.353 INFO kablam! ... Oct 27 20:20:26.353 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); 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.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.353 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.353 INFO kablam! | Oct 27 20:20:26.353 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.353 INFO kablam! | ^^^^^ Oct 27 20:20:26.353 INFO kablam! ... Oct 27 20:20:26.353 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); 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.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.353 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.353 INFO kablam! | Oct 27 20:20:26.353 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.353 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.353 INFO kablam! ... Oct 27 20:20:26.353 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); 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.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.353 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.353 INFO kablam! | Oct 27 20:20:26.353 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.353 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.353 INFO kablam! ... Oct 27 20:20:26.353 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); 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.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.353 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.353 INFO kablam! | Oct 27 20:20:26.353 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.353 INFO kablam! | ^^^^^ Oct 27 20:20:26.353 INFO kablam! ... Oct 27 20:20:26.353 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); 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.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! Oct 27 20:20:26.354 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.354 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.354 INFO kablam! | ^^^^^ Oct 27 20:20:26.354 INFO kablam! ... Oct 27 20:20:26.354 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 27 20:20:26.354 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! Oct 27 20:20:26.354 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.354 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.354 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.354 INFO kablam! ... Oct 27 20:20:26.354 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 27 20:20:26.354 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! Oct 27 20:20:26.354 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.354 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.354 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.354 INFO kablam! ... Oct 27 20:20:26.354 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 27 20:20:26.354 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! Oct 27 20:20:26.354 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.354 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.354 INFO kablam! | ^^^^^ Oct 27 20:20:26.354 INFO kablam! ... Oct 27 20:20:26.354 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 27 20:20:26.354 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! Oct 27 20:20:26.354 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.354 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.354 INFO kablam! | ^^^^^ Oct 27 20:20:26.354 INFO kablam! ... Oct 27 20:20:26.354 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 27 20:20:26.354 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! Oct 27 20:20:26.354 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.354 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.354 INFO kablam! | Oct 27 20:20:26.354 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.354 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.355 INFO kablam! ... Oct 27 20:20:26.355 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 27 20:20:26.355 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.355 INFO kablam! | Oct 27 20:20:26.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.355 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.355 INFO kablam! | Oct 27 20:20:26.355 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.355 INFO kablam! | Oct 27 20:20:26.355 INFO kablam! Oct 27 20:20:26.355 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.355 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.355 INFO kablam! | Oct 27 20:20:26.355 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.355 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.355 INFO kablam! ... Oct 27 20:20:26.355 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 27 20:20:26.355 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.355 INFO kablam! | Oct 27 20:20:26.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.355 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.355 INFO kablam! | Oct 27 20:20:26.355 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.355 INFO kablam! | Oct 27 20:20:26.355 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! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); 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:177:44 Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.365 INFO kablam! | ^^^^^ Oct 27 20:20:26.365 INFO kablam! ... Oct 27 20:20:26.365 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 27 20:20:26.365 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! Oct 27 20:20:26.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.365 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.365 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.365 INFO kablam! ... Oct 27 20:20:26.365 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 27 20:20:26.365 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! Oct 27 20:20:26.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.365 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.365 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.365 INFO kablam! ... Oct 27 20:20:26.365 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 27 20:20:26.365 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! Oct 27 20:20:26.365 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.365 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.365 INFO kablam! | ^^^^^ Oct 27 20:20:26.365 INFO kablam! ... Oct 27 20:20:26.365 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 27 20:20:26.365 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! Oct 27 20:20:26.365 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.365 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.365 INFO kablam! | ^^^^^ Oct 27 20:20:26.365 INFO kablam! ... Oct 27 20:20:26.365 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 27 20:20:26.365 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! Oct 27 20:20:26.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.365 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.365 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.365 INFO kablam! ... Oct 27 20:20:26.365 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 27 20:20:26.365 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.365 INFO kablam! | Oct 27 20:20:26.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.366 INFO kablam! | Oct 27 20:20:26.366 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! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); 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! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); 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:177:44 Oct 27 20:20:26.376 INFO kablam! | Oct 27 20:20:26.376 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.377 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.377 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.377 INFO kablam! ... Oct 27 20:20:26.377 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 27 20:20:26.377 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! Oct 27 20:20:26.377 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.377 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.377 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.377 INFO kablam! ... Oct 27 20:20:26.377 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 27 20:20:26.377 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! Oct 27 20:20:26.377 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.377 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.377 INFO kablam! | ^^^^^ Oct 27 20:20:26.377 INFO kablam! ... Oct 27 20:20:26.377 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 27 20:20:26.377 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! Oct 27 20:20:26.377 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.377 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.377 INFO kablam! | ^^^^^ Oct 27 20:20:26.377 INFO kablam! ... Oct 27 20:20:26.377 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 27 20:20:26.377 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! Oct 27 20:20:26.377 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.377 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.377 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.377 INFO kablam! ... Oct 27 20:20:26.377 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 27 20:20:26.377 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! Oct 27 20:20:26.377 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.377 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.377 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.377 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.377 INFO kablam! ... Oct 27 20:20:26.377 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 27 20:20:26.377 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.377 INFO kablam! | Oct 27 20:20:26.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.378 INFO kablam! | Oct 27 20:20:26.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.378 INFO kablam! | Oct 27 20:20:26.378 INFO kablam! Oct 27 20:20:26.378 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.378 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.378 INFO kablam! | Oct 27 20:20:26.378 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.378 INFO kablam! | ^^^^^ Oct 27 20:20:26.378 INFO kablam! ... Oct 27 20:20:26.378 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 27 20:20:26.378 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.378 INFO kablam! | Oct 27 20:20:26.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.378 INFO kablam! | Oct 27 20:20:26.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.378 INFO kablam! | Oct 27 20:20:26.378 INFO kablam! Oct 27 20:20:26.378 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.378 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.378 INFO kablam! | Oct 27 20:20:26.378 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.378 INFO kablam! | ^^^^^ Oct 27 20:20:26.378 INFO kablam! ... Oct 27 20:20:26.378 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 27 20:20:26.378 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.378 INFO kablam! | Oct 27 20:20:26.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.378 INFO kablam! | Oct 27 20:20:26.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.378 INFO kablam! | Oct 27 20:20:26.378 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.384 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 27 20:20:26.384 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! Oct 27 20:20:26.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.384 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.384 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.384 INFO kablam! ... Oct 27 20:20:26.384 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 27 20:20:26.384 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! Oct 27 20:20:26.384 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.384 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.384 INFO kablam! | ^^^^^ Oct 27 20:20:26.384 INFO kablam! ... Oct 27 20:20:26.384 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 27 20:20:26.384 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! Oct 27 20:20:26.384 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.384 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.384 INFO kablam! | ^^^^^ Oct 27 20:20:26.384 INFO kablam! ... Oct 27 20:20:26.384 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 27 20:20:26.384 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! Oct 27 20:20:26.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.384 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.384 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.384 INFO kablam! ... Oct 27 20:20:26.384 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 27 20:20:26.384 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! Oct 27 20:20:26.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.384 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.384 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.384 INFO kablam! ... Oct 27 20:20:26.384 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 27 20:20:26.384 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.384 INFO kablam! | Oct 27 20:20:26.384 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! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); 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! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); 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.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.389 INFO kablam! | Oct 27 20:20:26.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.389 INFO kablam! | Oct 27 20:20:26.389 INFO kablam! Oct 27 20:20:26.389 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.389 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.389 INFO kablam! | Oct 27 20:20:26.389 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.389 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.389 INFO kablam! ... Oct 27 20:20:26.389 INFO kablam! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Oct 27 20:20:26.389 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.389 INFO kablam! | Oct 27 20:20:26.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.389 INFO kablam! | Oct 27 20:20:26.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.389 INFO kablam! | Oct 27 20:20:26.389 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:185:26 Oct 27 20:20:26.396 INFO kablam! | Oct 27 20:20:26.396 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); 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.399 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.399 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.399 INFO kablam! | Oct 27 20:20:26.399 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.400 INFO kablam! | ^^^^^ Oct 27 20:20:26.400 INFO kablam! ... Oct 27 20:20:26.400 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 27 20:20:26.400 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.400 INFO kablam! | Oct 27 20:20:26.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.400 INFO kablam! | Oct 27 20:20:26.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.400 INFO kablam! | Oct 27 20:20:26.400 INFO kablam! Oct 27 20:20:26.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.401 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.401 INFO kablam! | Oct 27 20:20:26.401 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.401 INFO kablam! | ^^^^^ Oct 27 20:20:26.401 INFO kablam! ... Oct 27 20:20:26.401 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 27 20:20:26.401 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.401 INFO kablam! | Oct 27 20:20:26.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.401 INFO kablam! | Oct 27 20:20:26.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.401 INFO kablam! | Oct 27 20:20:26.401 INFO kablam! Oct 27 20:20:26.402 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.402 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.402 INFO kablam! | Oct 27 20:20:26.402 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.402 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.402 INFO kablam! ... Oct 27 20:20:26.402 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 27 20:20:26.402 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.402 INFO kablam! | Oct 27 20:20:26.402 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.402 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.402 INFO kablam! | Oct 27 20:20:26.402 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.402 INFO kablam! | Oct 27 20:20:26.402 INFO kablam! Oct 27 20:20:26.402 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.402 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.402 INFO kablam! | Oct 27 20:20:26.402 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.402 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.402 INFO kablam! ... Oct 27 20:20:26.402 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 27 20:20:26.402 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.402 INFO kablam! | Oct 27 20:20:26.402 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.402 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.402 INFO kablam! | Oct 27 20:20:26.402 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.402 INFO kablam! | Oct 27 20:20:26.402 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:171:36 Oct 27 20:20:26.404 INFO kablam! | Oct 27 20:20:26.404 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); 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.405 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.405 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.405 INFO kablam! | Oct 27 20:20:26.405 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.405 INFO kablam! | ^^^^^ Oct 27 20:20:26.405 INFO kablam! ... Oct 27 20:20:26.405 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 27 20:20:26.405 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.405 INFO kablam! | Oct 27 20:20:26.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.405 INFO kablam! | Oct 27 20:20:26.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.405 INFO kablam! | Oct 27 20:20:26.405 INFO kablam! Oct 27 20:20:26.406 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.406 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.406 INFO kablam! | Oct 27 20:20:26.406 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.406 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.406 INFO kablam! ... Oct 27 20:20:26.406 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 27 20:20:26.406 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.406 INFO kablam! | Oct 27 20:20:26.406 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.406 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.406 INFO kablam! | Oct 27 20:20:26.406 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.406 INFO kablam! | Oct 27 20:20:26.406 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:185:26 Oct 27 20:20:26.407 INFO kablam! | Oct 27 20:20:26.407 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.408 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.408 INFO kablam! ... Oct 27 20:20:26.408 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 27 20:20:26.408 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.408 INFO kablam! | Oct 27 20:20:26.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.408 INFO kablam! | Oct 27 20:20:26.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.408 INFO kablam! | Oct 27 20:20:26.408 INFO kablam! Oct 27 20:20:26.408 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.408 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.408 INFO kablam! | Oct 27 20:20:26.408 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.408 INFO kablam! | ^^^^^ Oct 27 20:20:26.408 INFO kablam! ... Oct 27 20:20:26.408 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 27 20:20:26.408 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.408 INFO kablam! | Oct 27 20:20:26.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.408 INFO kablam! | Oct 27 20:20:26.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.408 INFO kablam! | Oct 27 20:20:26.408 INFO kablam! Oct 27 20:20:26.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.409 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.409 INFO kablam! | Oct 27 20:20:26.409 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.409 INFO kablam! | ^^^^^ Oct 27 20:20:26.409 INFO kablam! ... Oct 27 20:20:26.409 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 27 20:20:26.409 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.409 INFO kablam! | Oct 27 20:20:26.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.409 INFO kablam! | Oct 27 20:20:26.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.409 INFO kablam! | Oct 27 20:20:26.409 INFO kablam! Oct 27 20:20:26.415 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.415 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.415 INFO kablam! | Oct 27 20:20:26.415 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.415 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.415 INFO kablam! ... Oct 27 20:20:26.415 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 27 20:20:26.415 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.415 INFO kablam! | Oct 27 20:20:26.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.415 INFO kablam! | Oct 27 20:20:26.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.415 INFO kablam! | Oct 27 20:20:26.415 INFO kablam! Oct 27 20:20:26.415 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.415 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.415 INFO kablam! | Oct 27 20:20:26.415 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.415 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.415 INFO kablam! ... Oct 27 20:20:26.415 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 27 20:20:26.415 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.415 INFO kablam! | Oct 27 20:20:26.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.415 INFO kablam! | Oct 27 20:20:26.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.415 INFO kablam! | Oct 27 20:20:26.415 INFO kablam! Oct 27 20:20:26.415 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.415 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.415 INFO kablam! | Oct 27 20:20:26.415 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.415 INFO kablam! | ^^^^^ Oct 27 20:20:26.415 INFO kablam! ... Oct 27 20:20:26.415 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 27 20:20:26.415 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.415 INFO kablam! | Oct 27 20:20:26.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.415 INFO kablam! | Oct 27 20:20:26.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.415 INFO kablam! | Oct 27 20:20:26.415 INFO kablam! Oct 27 20:20:26.415 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.415 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.415 INFO kablam! | Oct 27 20:20:26.415 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.415 INFO kablam! | ^^^^^ Oct 27 20:20:26.415 INFO kablam! ... Oct 27 20:20:26.415 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 27 20:20:26.415 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.415 INFO kablam! | Oct 27 20:20:26.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.416 INFO kablam! | Oct 27 20:20:26.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.416 INFO kablam! | Oct 27 20:20:26.416 INFO kablam! Oct 27 20:20:26.419 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.419 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.419 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.419 INFO kablam! ... Oct 27 20:20:26.419 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 27 20:20:26.419 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.419 INFO kablam! | Oct 27 20:20:26.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.419 INFO kablam! | Oct 27 20:20:26.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.419 INFO kablam! | Oct 27 20:20:26.419 INFO kablam! Oct 27 20:20:26.426 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.426 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.426 INFO kablam! | Oct 27 20:20:26.426 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.426 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.426 INFO kablam! ... Oct 27 20:20:26.426 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 27 20:20:26.426 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.426 INFO kablam! | Oct 27 20:20:26.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.426 INFO kablam! | Oct 27 20:20:26.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.426 INFO kablam! | Oct 27 20:20:26.426 INFO kablam! Oct 27 20:20:26.426 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.426 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.426 INFO kablam! | Oct 27 20:20:26.426 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.426 INFO kablam! | ^^^^^ Oct 27 20:20:26.426 INFO kablam! ... Oct 27 20:20:26.426 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 27 20:20:26.426 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.426 INFO kablam! | Oct 27 20:20:26.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.426 INFO kablam! | Oct 27 20:20:26.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.426 INFO kablam! | Oct 27 20:20:26.426 INFO kablam! Oct 27 20:20:26.426 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.426 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.426 INFO kablam! | Oct 27 20:20:26.426 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.426 INFO kablam! | ^^^^^ Oct 27 20:20:26.426 INFO kablam! ... Oct 27 20:20:26.426 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 27 20:20:26.426 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.426 INFO kablam! | Oct 27 20:20:26.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.426 INFO kablam! | Oct 27 20:20:26.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.426 INFO kablam! | Oct 27 20:20:26.426 INFO kablam! Oct 27 20:20:26.426 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.426 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.426 INFO kablam! | Oct 27 20:20:26.426 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.426 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.426 INFO kablam! ... Oct 27 20:20:26.427 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 27 20:20:26.427 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.427 INFO kablam! | Oct 27 20:20:26.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.427 INFO kablam! | Oct 27 20:20:26.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.427 INFO kablam! | Oct 27 20:20:26.427 INFO kablam! Oct 27 20:20:26.427 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.427 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.427 INFO kablam! | Oct 27 20:20:26.427 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.427 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.427 INFO kablam! ... Oct 27 20:20:26.427 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 27 20:20:26.427 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.427 INFO kablam! | Oct 27 20:20:26.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.427 INFO kablam! | Oct 27 20:20:26.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.427 INFO kablam! | Oct 27 20:20:26.427 INFO kablam! Oct 27 20:20:26.427 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.427 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.427 INFO kablam! | Oct 27 20:20:26.427 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.427 INFO kablam! | ^^^^^ Oct 27 20:20:26.427 INFO kablam! ... Oct 27 20:20:26.427 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 27 20:20:26.427 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.427 INFO kablam! | Oct 27 20:20:26.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.427 INFO kablam! | Oct 27 20:20:26.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.427 INFO kablam! | Oct 27 20:20:26.427 INFO kablam! Oct 27 20:20:26.427 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.427 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.427 INFO kablam! | Oct 27 20:20:26.427 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.427 INFO kablam! | ^^^^^ Oct 27 20:20:26.427 INFO kablam! ... Oct 27 20:20:26.427 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 27 20:20:26.427 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.427 INFO kablam! | Oct 27 20:20:26.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.427 INFO kablam! | Oct 27 20:20:26.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.427 INFO kablam! | Oct 27 20:20:26.427 INFO kablam! Oct 27 20:20:26.427 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.427 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.427 INFO kablam! | Oct 27 20:20:26.427 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.427 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.429 INFO kablam! ... Oct 27 20:20:26.429 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 27 20:20:26.429 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.429 INFO kablam! | Oct 27 20:20:26.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.429 INFO kablam! | Oct 27 20:20:26.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.429 INFO kablam! | Oct 27 20:20:26.429 INFO kablam! Oct 27 20:20:26.431 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.431 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.431 INFO kablam! | Oct 27 20:20:26.431 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.431 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.431 INFO kablam! ... Oct 27 20:20:26.431 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 27 20:20:26.431 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.431 INFO kablam! | Oct 27 20:20:26.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.431 INFO kablam! | Oct 27 20:20:26.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.431 INFO kablam! | Oct 27 20:20:26.431 INFO kablam! Oct 27 20:20:26.431 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.431 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.431 INFO kablam! | Oct 27 20:20:26.431 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.431 INFO kablam! | ^^^^^ Oct 27 20:20:26.431 INFO kablam! ... Oct 27 20:20:26.431 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 27 20:20:26.431 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.431 INFO kablam! | Oct 27 20:20:26.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.431 INFO kablam! | Oct 27 20:20:26.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.431 INFO kablam! | Oct 27 20:20:26.431 INFO kablam! Oct 27 20:20:26.431 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.431 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.431 INFO kablam! | Oct 27 20:20:26.431 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.431 INFO kablam! | ^^^^^ Oct 27 20:20:26.431 INFO kablam! ... Oct 27 20:20:26.431 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 27 20:20:26.431 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.431 INFO kablam! | Oct 27 20:20:26.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.431 INFO kablam! | Oct 27 20:20:26.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.431 INFO kablam! | Oct 27 20:20:26.431 INFO kablam! Oct 27 20:20:26.431 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.431 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.431 INFO kablam! | Oct 27 20:20:26.431 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.431 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.431 INFO kablam! ... Oct 27 20:20:26.431 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 27 20:20:26.431 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.431 INFO kablam! | Oct 27 20:20:26.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.431 INFO kablam! | Oct 27 20:20:26.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.431 INFO kablam! | Oct 27 20:20:26.431 INFO kablam! Oct 27 20:20:26.433 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.433 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.433 INFO kablam! | Oct 27 20:20:26.433 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.433 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.433 INFO kablam! ... Oct 27 20:20:26.433 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 27 20:20:26.433 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.433 INFO kablam! | Oct 27 20:20:26.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.433 INFO kablam! | Oct 27 20:20:26.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.433 INFO kablam! | Oct 27 20:20:26.433 INFO kablam! Oct 27 20:20:26.443 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.443 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.443 INFO kablam! | Oct 27 20:20:26.443 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.443 INFO kablam! | ^^^^^ Oct 27 20:20:26.443 INFO kablam! ... Oct 27 20:20:26.443 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 27 20:20:26.443 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.443 INFO kablam! | Oct 27 20:20:26.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.443 INFO kablam! | Oct 27 20:20:26.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.443 INFO kablam! | Oct 27 20:20:26.443 INFO kablam! Oct 27 20:20:26.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.444 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.444 INFO kablam! | Oct 27 20:20:26.444 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.444 INFO kablam! | ^^^^^ Oct 27 20:20:26.444 INFO kablam! ... Oct 27 20:20:26.444 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 27 20:20:26.444 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.444 INFO kablam! | Oct 27 20:20:26.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.444 INFO kablam! | Oct 27 20:20:26.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.444 INFO kablam! | Oct 27 20:20:26.444 INFO kablam! Oct 27 20:20:26.445 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.445 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.445 INFO kablam! | Oct 27 20:20:26.445 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.445 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.445 INFO kablam! ... Oct 27 20:20:26.445 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 27 20:20:26.445 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.445 INFO kablam! | Oct 27 20:20:26.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.445 INFO kablam! | Oct 27 20:20:26.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.445 INFO kablam! | Oct 27 20:20:26.445 INFO kablam! Oct 27 20:20:26.451 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.451 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.451 INFO kablam! | Oct 27 20:20:26.451 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.451 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.451 INFO kablam! ... Oct 27 20:20:26.451 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 27 20:20:26.451 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.451 INFO kablam! | Oct 27 20:20:26.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.451 INFO kablam! | Oct 27 20:20:26.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.451 INFO kablam! | Oct 27 20:20:26.451 INFO kablam! Oct 27 20:20:26.451 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.451 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.451 INFO kablam! | Oct 27 20:20:26.451 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.451 INFO kablam! | ^^^^^ Oct 27 20:20:26.451 INFO kablam! ... Oct 27 20:20:26.451 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 27 20:20:26.451 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.451 INFO kablam! | Oct 27 20:20:26.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.451 INFO kablam! | Oct 27 20:20:26.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.451 INFO kablam! | Oct 27 20:20:26.452 INFO kablam! Oct 27 20:20:26.452 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.452 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.452 INFO kablam! | Oct 27 20:20:26.452 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.452 INFO kablam! | ^^^^^ Oct 27 20:20:26.452 INFO kablam! ... Oct 27 20:20:26.452 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); 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.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.452 INFO kablam! | Oct 27 20:20:26.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.452 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! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); 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.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.452 INFO kablam! | Oct 27 20:20:26.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.452 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:185:26 Oct 27 20:20:26.452 INFO kablam! | Oct 27 20:20:26.452 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); 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.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.452 INFO kablam! | Oct 27 20:20:26.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.452 INFO kablam! | Oct 27 20:20:26.452 INFO kablam! Oct 27 20:20:26.452 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.452 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.452 INFO kablam! | Oct 27 20:20:26.452 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.452 INFO kablam! | ^^^^^ Oct 27 20:20:26.452 INFO kablam! ... Oct 27 20:20:26.452 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); 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.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.452 INFO kablam! | Oct 27 20:20:26.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.452 INFO kablam! | Oct 27 20:20:26.452 INFO kablam! Oct 27 20:20:26.455 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.455 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.455 INFO kablam! | Oct 27 20:20:26.455 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.455 INFO kablam! | ^^^^^ Oct 27 20:20:26.455 INFO kablam! ... Oct 27 20:20:26.455 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 27 20:20:26.455 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.455 INFO kablam! | Oct 27 20:20:26.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.455 INFO kablam! | Oct 27 20:20:26.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.455 INFO kablam! | Oct 27 20:20:26.455 INFO kablam! Oct 27 20:20:26.455 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.455 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.455 INFO kablam! | Oct 27 20:20:26.455 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.455 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.455 INFO kablam! ... Oct 27 20:20:26.455 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 27 20:20:26.455 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.455 INFO kablam! | Oct 27 20:20:26.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.455 INFO kablam! | Oct 27 20:20:26.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.455 INFO kablam! | Oct 27 20:20:26.456 INFO kablam! Oct 27 20:20:26.456 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.456 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.456 INFO kablam! | Oct 27 20:20:26.456 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.456 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.456 INFO kablam! ... Oct 27 20:20:26.456 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 27 20:20:26.456 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.456 INFO kablam! | Oct 27 20:20:26.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.456 INFO kablam! | Oct 27 20:20:26.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.456 INFO kablam! | Oct 27 20:20:26.456 INFO kablam! Oct 27 20:20:26.456 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.456 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.456 INFO kablam! | Oct 27 20:20:26.456 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.456 INFO kablam! | ^^^^^ Oct 27 20:20:26.456 INFO kablam! ... Oct 27 20:20:26.456 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 27 20:20:26.456 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.456 INFO kablam! | Oct 27 20:20:26.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.456 INFO kablam! | Oct 27 20:20:26.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.456 INFO kablam! | Oct 27 20:20:26.456 INFO kablam! Oct 27 20:20:26.457 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.457 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.457 INFO kablam! | Oct 27 20:20:26.457 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.457 INFO kablam! | ^^^^^ Oct 27 20:20:26.457 INFO kablam! ... Oct 27 20:20:26.457 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 27 20:20:26.457 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.457 INFO kablam! | Oct 27 20:20:26.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.457 INFO kablam! | Oct 27 20:20:26.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.457 INFO kablam! | Oct 27 20:20:26.457 INFO kablam! Oct 27 20:20:26.457 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.457 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.457 INFO kablam! | Oct 27 20:20:26.457 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.457 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.457 INFO kablam! ... Oct 27 20:20:26.457 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 27 20:20:26.457 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.457 INFO kablam! | Oct 27 20:20:26.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.457 INFO kablam! | Oct 27 20:20:26.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.457 INFO kablam! | Oct 27 20:20:26.457 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:185:26 Oct 27 20:20:26.460 INFO kablam! | Oct 27 20:20:26.460 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 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.460 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.460 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.460 INFO kablam! | Oct 27 20:20:26.460 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.460 INFO kablam! | ^^^^^ Oct 27 20:20:26.460 INFO kablam! ... Oct 27 20:20:26.460 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 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.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! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 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.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.468 INFO kablam! | Oct 27 20:20:26.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.468 INFO kablam! | Oct 27 20:20:26.468 INFO kablam! Oct 27 20:20:26.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.468 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.468 INFO kablam! | Oct 27 20:20:26.468 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.468 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.468 INFO kablam! ... Oct 27 20:20:26.468 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 27 20:20:26.468 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.468 INFO kablam! | Oct 27 20:20:26.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.468 INFO kablam! | Oct 27 20:20:26.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.468 INFO kablam! | Oct 27 20:20:26.468 INFO kablam! Oct 27 20:20:26.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.477 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.477 INFO kablam! | Oct 27 20:20:26.477 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.477 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.477 INFO kablam! ... Oct 27 20:20:26.477 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 27 20:20:26.477 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.477 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.477 INFO kablam! | Oct 27 20:20:26.477 INFO kablam! Oct 27 20:20:26.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.477 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.477 INFO kablam! | Oct 27 20:20:26.477 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.477 INFO kablam! | ^^^^^ Oct 27 20:20:26.477 INFO kablam! ... Oct 27 20:20:26.477 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 27 20:20:26.477 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.477 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.477 INFO kablam! | Oct 27 20:20:26.477 INFO kablam! Oct 27 20:20:26.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.477 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.477 INFO kablam! | Oct 27 20:20:26.477 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.477 INFO kablam! | ^^^^^ Oct 27 20:20:26.477 INFO kablam! ... Oct 27 20:20:26.477 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 27 20:20:26.477 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.477 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.477 INFO kablam! | Oct 27 20:20:26.477 INFO kablam! Oct 27 20:20:26.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.477 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.477 INFO kablam! | Oct 27 20:20:26.477 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.477 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.477 INFO kablam! ... Oct 27 20:20:26.477 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 27 20:20:26.477 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.477 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.477 INFO kablam! | Oct 27 20:20:26.477 INFO kablam! Oct 27 20:20:26.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.477 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.477 INFO kablam! | Oct 27 20:20:26.477 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.477 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.477 INFO kablam! ... Oct 27 20:20:26.477 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 27 20:20:26.477 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.477 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.477 INFO kablam! | Oct 27 20:20:26.477 INFO kablam! Oct 27 20:20:26.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.477 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.477 INFO kablam! | Oct 27 20:20:26.477 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.478 INFO kablam! | ^^^^^ Oct 27 20:20:26.478 INFO kablam! ... Oct 27 20:20:26.478 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 27 20:20:26.478 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.478 INFO kablam! | Oct 27 20:20:26.478 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.478 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.478 INFO kablam! | Oct 27 20:20:26.478 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.478 INFO kablam! | Oct 27 20:20:26.478 INFO kablam! Oct 27 20:20:26.478 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.478 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.478 INFO kablam! | Oct 27 20:20:26.478 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.478 INFO kablam! | ^^^^^ Oct 27 20:20:26.478 INFO kablam! ... Oct 27 20:20:26.478 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 27 20:20:26.478 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.478 INFO kablam! | Oct 27 20:20:26.478 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.478 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.478 INFO kablam! | Oct 27 20:20:26.478 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.478 INFO kablam! | Oct 27 20:20:26.478 INFO kablam! Oct 27 20:20:26.479 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.479 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.479 INFO kablam! | Oct 27 20:20:26.479 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.479 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.479 INFO kablam! ... Oct 27 20:20:26.479 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 27 20:20:26.479 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.479 INFO kablam! | Oct 27 20:20:26.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.479 INFO kablam! | Oct 27 20:20:26.479 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.479 INFO kablam! | Oct 27 20:20:26.479 INFO kablam! Oct 27 20:20:26.479 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.479 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.479 INFO kablam! | Oct 27 20:20:26.479 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.479 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.479 INFO kablam! ... Oct 27 20:20:26.479 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 27 20:20:26.479 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.479 INFO kablam! | Oct 27 20:20:26.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.479 INFO kablam! | Oct 27 20:20:26.479 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.479 INFO kablam! | Oct 27 20:20:26.479 INFO kablam! Oct 27 20:20:26.479 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.479 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.479 INFO kablam! | Oct 27 20:20:26.479 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! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 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! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 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! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 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.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.486 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.486 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! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 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.488 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.488 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.488 INFO kablam! | Oct 27 20:20:26.488 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.488 INFO kablam! | ^^^^^ Oct 27 20:20:26.488 INFO kablam! ... Oct 27 20:20:26.488 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 27 20:20:26.488 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.488 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.488 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.488 INFO kablam! | Oct 27 20:20:26.488 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.488 INFO kablam! | ^^^^^ Oct 27 20:20:26.488 INFO kablam! ... Oct 27 20:20:26.488 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 27 20:20:26.488 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.488 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.488 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.488 INFO kablam! | Oct 27 20:20:26.488 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.488 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.488 INFO kablam! ... Oct 27 20:20:26.488 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 27 20:20:26.488 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.488 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.488 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.488 INFO kablam! | Oct 27 20:20:26.488 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.488 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.488 INFO kablam! ... Oct 27 20:20:26.488 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 27 20:20:26.488 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.488 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.488 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.488 INFO kablam! | Oct 27 20:20:26.488 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.488 INFO kablam! | ^^^^^ Oct 27 20:20:26.488 INFO kablam! ... Oct 27 20:20:26.488 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 27 20:20:26.488 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.488 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.488 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.488 INFO kablam! | Oct 27 20:20:26.488 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.489 INFO kablam! | ^^^^^ Oct 27 20:20:26.489 INFO kablam! ... Oct 27 20:20:26.489 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 27 20:20:26.489 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.489 INFO kablam! | Oct 27 20:20:26.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.489 INFO kablam! | Oct 27 20:20:26.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.489 INFO kablam! | Oct 27 20:20:26.489 INFO kablam! Oct 27 20:20:26.494 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.494 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.494 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! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); 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! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); 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.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! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); 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! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); 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.497 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.497 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.497 INFO kablam! ... Oct 27 20:20:26.497 INFO kablam! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Oct 27 20:20:26.497 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.497 INFO kablam! | Oct 27 20:20:26.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.497 INFO kablam! | Oct 27 20:20:26.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.497 INFO kablam! | Oct 27 20:20:26.497 INFO kablam! Oct 27 20:20:26.497 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.497 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.497 INFO kablam! | Oct 27 20:20:26.497 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.497 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.497 INFO kablam! ... Oct 27 20:20:26.497 INFO kablam! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Oct 27 20:20:26.497 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.497 INFO kablam! | Oct 27 20:20:26.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.497 INFO kablam! | Oct 27 20:20:26.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.497 INFO kablam! | Oct 27 20:20:26.497 INFO kablam! Oct 27 20:20:26.497 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.497 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.497 INFO kablam! | Oct 27 20:20:26.497 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.497 INFO kablam! | ^^^^^ Oct 27 20:20:26.497 INFO kablam! ... Oct 27 20:20:26.497 INFO kablam! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Oct 27 20:20:26.497 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.497 INFO kablam! | Oct 27 20:20:26.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.497 INFO kablam! | Oct 27 20:20:26.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.497 INFO kablam! | Oct 27 20:20:26.497 INFO kablam! Oct 27 20:20:26.497 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.497 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.497 INFO kablam! | Oct 27 20:20:26.497 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.497 INFO kablam! | ^^^^^ Oct 27 20:20:26.497 INFO kablam! ... Oct 27 20:20:26.497 INFO kablam! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Oct 27 20:20:26.497 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.497 INFO kablam! | Oct 27 20:20:26.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.497 INFO kablam! | Oct 27 20:20:26.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.497 INFO kablam! | Oct 27 20:20:26.497 INFO kablam! Oct 27 20:20:26.502 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.502 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.502 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! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); 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: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! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); 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.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! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); 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.505 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.505 INFO kablam! | ^^^^^ Oct 27 20:20:26.505 INFO kablam! ... Oct 27 20:20:26.505 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 27 20:20:26.505 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.505 INFO kablam! | Oct 27 20:20:26.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.505 INFO kablam! | Oct 27 20:20:26.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.505 INFO kablam! | Oct 27 20:20:26.505 INFO kablam! Oct 27 20:20:26.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.505 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.505 INFO kablam! | Oct 27 20:20:26.505 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.505 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.505 INFO kablam! ... Oct 27 20:20:26.505 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 27 20:20:26.505 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.505 INFO kablam! | Oct 27 20:20:26.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.505 INFO kablam! | Oct 27 20:20:26.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.505 INFO kablam! | Oct 27 20:20:26.505 INFO kablam! Oct 27 20:20:26.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.505 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.505 INFO kablam! | Oct 27 20:20:26.505 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.505 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.505 INFO kablam! ... Oct 27 20:20:26.505 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 27 20:20:26.505 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.505 INFO kablam! | Oct 27 20:20:26.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.505 INFO kablam! | Oct 27 20:20:26.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.505 INFO kablam! | Oct 27 20:20:26.505 INFO kablam! Oct 27 20:20:26.510 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.510 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.510 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.511 INFO kablam! | ^^^^^ Oct 27 20:20:26.511 INFO kablam! ... Oct 27 20:20:26.511 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 27 20:20:26.511 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! Oct 27 20:20:26.511 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.511 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.511 INFO kablam! | ^^^^^ Oct 27 20:20:26.511 INFO kablam! ... Oct 27 20:20:26.511 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 27 20:20:26.511 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! Oct 27 20:20:26.511 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.511 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.511 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.511 INFO kablam! ... Oct 27 20:20:26.511 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 27 20:20:26.511 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! Oct 27 20:20:26.511 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.511 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.511 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.511 INFO kablam! ... Oct 27 20:20:26.511 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 27 20:20:26.511 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! Oct 27 20:20:26.511 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.511 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.511 INFO kablam! | ^^^^^ Oct 27 20:20:26.511 INFO kablam! ... Oct 27 20:20:26.511 INFO kablam! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Oct 27 20:20:26.511 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! Oct 27 20:20:26.511 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.511 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.511 INFO kablam! | ^^^^^ Oct 27 20:20:26.511 INFO kablam! ... Oct 27 20:20:26.511 INFO kablam! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Oct 27 20:20:26.511 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.511 INFO kablam! | Oct 27 20:20:26.511 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! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); 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: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! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); 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.518 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.518 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.518 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.519 INFO kablam! | ^^^^^ Oct 27 20:20:26.519 INFO kablam! ... Oct 27 20:20:26.519 INFO kablam! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Oct 27 20:20:26.519 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! Oct 27 20:20:26.519 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.519 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.519 INFO kablam! | ^^^^^ Oct 27 20:20:26.519 INFO kablam! ... Oct 27 20:20:26.519 INFO kablam! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Oct 27 20:20:26.519 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! Oct 27 20:20:26.519 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.519 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.519 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.519 INFO kablam! ... Oct 27 20:20:26.519 INFO kablam! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Oct 27 20:20:26.519 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! Oct 27 20:20:26.519 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.519 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.519 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.519 INFO kablam! ... Oct 27 20:20:26.519 INFO kablam! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Oct 27 20:20:26.519 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! Oct 27 20:20:26.519 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.519 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.519 INFO kablam! | ^^^^^ Oct 27 20:20:26.519 INFO kablam! ... Oct 27 20:20:26.519 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 27 20:20:26.519 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! Oct 27 20:20:26.519 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.519 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.519 INFO kablam! | ^^^^^ Oct 27 20:20:26.519 INFO kablam! ... Oct 27 20:20:26.519 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 27 20:20:26.519 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.519 INFO kablam! | Oct 27 20:20:26.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.519 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: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! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); 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! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); 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.526 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.526 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.526 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.527 INFO kablam! | ^^^^^ Oct 27 20:20:26.527 INFO kablam! ... Oct 27 20:20:26.527 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Oct 27 20:20:26.527 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! Oct 27 20:20:26.527 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.527 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.527 INFO kablam! | ^^^^^ Oct 27 20:20:26.527 INFO kablam! ... Oct 27 20:20:26.527 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Oct 27 20:20:26.527 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! Oct 27 20:20:26.527 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.527 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.527 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.527 INFO kablam! ... Oct 27 20:20:26.527 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Oct 27 20:20:26.527 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! Oct 27 20:20:26.527 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.527 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.527 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.527 INFO kablam! ... Oct 27 20:20:26.527 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Oct 27 20:20:26.527 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! Oct 27 20:20:26.527 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.527 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.527 INFO kablam! | ^^^^^ Oct 27 20:20:26.527 INFO kablam! ... Oct 27 20:20:26.527 INFO kablam! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Oct 27 20:20:26.527 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! Oct 27 20:20:26.527 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.527 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.527 INFO kablam! | ^^^^^ Oct 27 20:20:26.527 INFO kablam! ... Oct 27 20:20:26.527 INFO kablam! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Oct 27 20:20:26.527 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.527 INFO kablam! | Oct 27 20:20:26.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.527 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.528 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.528 INFO kablam! | Oct 27 20:20:26.528 INFO kablam! 180 | Jemalloc.dealloc(ptr, 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! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); 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 `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! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); 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! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); 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.534 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:177:44 Oct 27 20:20:26.535 INFO kablam! | Oct 27 20:20:26.535 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); 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: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! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); 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! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); 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.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.537 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.537 INFO kablam! | ^^^^^ Oct 27 20:20:26.537 INFO kablam! ... Oct 27 20:20:26.537 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 27 20:20:26.537 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! Oct 27 20:20:26.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.537 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.537 INFO kablam! | ^^^^^ Oct 27 20:20:26.537 INFO kablam! ... Oct 27 20:20:26.537 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 27 20:20:26.537 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! Oct 27 20:20:26.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.537 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.537 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.537 INFO kablam! ... Oct 27 20:20:26.537 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 27 20:20:26.537 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! Oct 27 20:20:26.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.537 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.537 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.537 INFO kablam! ... Oct 27 20:20:26.537 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 27 20:20:26.537 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! Oct 27 20:20:26.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.537 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.537 INFO kablam! | ^^^^^ Oct 27 20:20:26.537 INFO kablam! ... Oct 27 20:20:26.537 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 27 20:20:26.537 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! Oct 27 20:20:26.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.537 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.537 INFO kablam! | ^^^^^ Oct 27 20:20:26.537 INFO kablam! ... Oct 27 20:20:26.537 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 27 20:20:26.537 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.537 INFO kablam! | Oct 27 20:20:26.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.538 INFO kablam! | Oct 27 20:20:26.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.538 INFO kablam! | Oct 27 20:20:26.538 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! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); 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:185:26 Oct 27 20:20:26.544 INFO kablam! | Oct 27 20:20:26.544 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); 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: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! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 27 20:20:26.544 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.545 INFO kablam! | Oct 27 20:20:26.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.545 INFO kablam! | Oct 27 20:20:26.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.545 INFO kablam! | Oct 27 20:20:26.545 INFO kablam! Oct 27 20:20:26.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.545 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.545 INFO kablam! | Oct 27 20:20:26.545 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.545 INFO kablam! | ^^^^^ Oct 27 20:20:26.545 INFO kablam! ... Oct 27 20:20:26.545 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 27 20:20:26.545 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.545 INFO kablam! | Oct 27 20:20:26.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.545 INFO kablam! | Oct 27 20:20:26.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.545 INFO kablam! | Oct 27 20:20:26.545 INFO kablam! Oct 27 20:20:26.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.545 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.545 INFO kablam! | Oct 27 20:20:26.545 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.545 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.545 INFO kablam! ... Oct 27 20:20:26.545 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 27 20:20:26.545 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.545 INFO kablam! | Oct 27 20:20:26.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.545 INFO kablam! | Oct 27 20:20:26.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.545 INFO kablam! | Oct 27 20:20:26.545 INFO kablam! Oct 27 20:20:26.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.548 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.548 INFO kablam! | Oct 27 20:20:26.548 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.548 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.548 INFO kablam! ... Oct 27 20:20:26.548 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 27 20:20:26.548 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.548 INFO kablam! | Oct 27 20:20:26.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.548 INFO kablam! | Oct 27 20:20:26.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.548 INFO kablam! | Oct 27 20:20:26.548 INFO kablam! Oct 27 20:20:26.548 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.548 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.548 INFO kablam! | Oct 27 20:20:26.548 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.548 INFO kablam! | ^^^^^ Oct 27 20:20:26.548 INFO kablam! ... Oct 27 20:20:26.548 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 27 20:20:26.548 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.548 INFO kablam! | Oct 27 20:20:26.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.548 INFO kablam! | Oct 27 20:20:26.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.548 INFO kablam! | Oct 27 20:20:26.548 INFO kablam! Oct 27 20:20:26.548 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.548 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.548 INFO kablam! | Oct 27 20:20:26.548 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.548 INFO kablam! | ^^^^^ Oct 27 20:20:26.548 INFO kablam! ... Oct 27 20:20:26.548 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 27 20:20:26.548 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.548 INFO kablam! | Oct 27 20:20:26.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.548 INFO kablam! | Oct 27 20:20:26.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.548 INFO kablam! | Oct 27 20:20:26.548 INFO kablam! Oct 27 20:20:26.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.548 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.548 INFO kablam! | Oct 27 20:20:26.548 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.548 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.548 INFO kablam! ... Oct 27 20:20:26.548 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 27 20:20:26.548 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.548 INFO kablam! | Oct 27 20:20:26.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.548 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 `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! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); 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.549 INFO kablam! ... Oct 27 20:20:26.549 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); 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:177:44 Oct 27 20:20:26.549 INFO kablam! | Oct 27 20:20:26.549 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.549 INFO kablam! | ^^^^^ Oct 27 20:20:26.549 INFO kablam! ... Oct 27 20:20:26.549 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.549 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.549 INFO kablam! | Oct 27 20:20:26.549 INFO kablam! 180 | Jemalloc.dealloc(ptr, 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! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); 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.558 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.559 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.559 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.559 INFO kablam! ... Oct 27 20:20:26.559 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 27 20:20:26.559 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! Oct 27 20:20:26.559 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.559 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.559 INFO kablam! | ^^^^^ Oct 27 20:20:26.559 INFO kablam! ... Oct 27 20:20:26.559 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 27 20:20:26.559 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! Oct 27 20:20:26.559 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.559 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.559 INFO kablam! | ^^^^^ Oct 27 20:20:26.559 INFO kablam! ... Oct 27 20:20:26.559 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 27 20:20:26.559 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! Oct 27 20:20:26.559 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.559 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.559 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.559 INFO kablam! ... Oct 27 20:20:26.559 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 27 20:20:26.559 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! Oct 27 20:20:26.559 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.559 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.559 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.559 INFO kablam! ... Oct 27 20:20:26.559 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 27 20:20:26.559 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! Oct 27 20:20:26.559 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.559 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.559 INFO kablam! | ^^^^^ Oct 27 20:20:26.559 INFO kablam! ... Oct 27 20:20:26.559 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 27 20:20:26.559 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.559 INFO kablam! | Oct 27 20:20:26.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.559 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! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.560 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.560 INFO kablam! | Oct 27 20:20:26.560 INFO kablam! 180 | Jemalloc.dealloc(ptr, 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! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); 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 `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.561 INFO kablam! ... Oct 27 20:20:26.561 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); 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.562 INFO kablam! | Oct 27 20:20:26.562 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.562 INFO kablam! | Oct 27 20:20:26.562 INFO kablam! Oct 27 20:20:26.562 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.562 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.562 INFO kablam! | Oct 27 20:20:26.562 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.562 INFO kablam! | ^^^^^ Oct 27 20:20:26.562 INFO kablam! ... Oct 27 20:20:26.562 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 27 20:20:26.562 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.562 INFO kablam! | Oct 27 20:20:26.562 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.562 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.562 INFO kablam! | Oct 27 20:20:26.562 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.562 INFO kablam! | Oct 27 20:20:26.562 INFO kablam! Oct 27 20:20:26.568 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.568 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.568 INFO kablam! | Oct 27 20:20:26.568 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.568 INFO kablam! | ^^^^^ Oct 27 20:20:26.568 INFO kablam! ... Oct 27 20:20:26.568 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 27 20:20:26.568 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.568 INFO kablam! | Oct 27 20:20:26.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.568 INFO kablam! | Oct 27 20:20:26.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.568 INFO kablam! | Oct 27 20:20:26.568 INFO kablam! Oct 27 20:20:26.568 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.568 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.568 INFO kablam! | Oct 27 20:20:26.568 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.568 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.568 INFO kablam! ... Oct 27 20:20:26.568 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 27 20:20:26.568 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.568 INFO kablam! | Oct 27 20:20:26.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.568 INFO kablam! | Oct 27 20:20:26.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.568 INFO kablam! | Oct 27 20:20:26.568 INFO kablam! Oct 27 20:20:26.568 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.568 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.568 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.569 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.569 INFO kablam! ... Oct 27 20:20:26.569 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 27 20:20:26.569 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! Oct 27 20:20:26.569 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.569 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.569 INFO kablam! | ^^^^^ Oct 27 20:20:26.569 INFO kablam! ... Oct 27 20:20:26.569 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 27 20:20:26.569 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! Oct 27 20:20:26.569 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.569 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.569 INFO kablam! | ^^^^^ Oct 27 20:20:26.569 INFO kablam! ... Oct 27 20:20:26.569 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 27 20:20:26.569 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! Oct 27 20:20:26.569 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.569 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.569 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.569 INFO kablam! ... Oct 27 20:20:26.569 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 27 20:20:26.569 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! Oct 27 20:20:26.569 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.569 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.569 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.569 INFO kablam! ... Oct 27 20:20:26.569 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 27 20:20:26.569 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! Oct 27 20:20:26.569 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.569 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.569 INFO kablam! | ^^^^^ Oct 27 20:20:26.569 INFO kablam! ... Oct 27 20:20:26.569 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 27 20:20:26.569 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.569 INFO kablam! | Oct 27 20:20:26.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.569 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! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); 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.578 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.579 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.579 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.579 INFO kablam! ... Oct 27 20:20:26.579 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 27 20:20:26.579 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! Oct 27 20:20:26.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.579 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.579 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.579 INFO kablam! ... Oct 27 20:20:26.579 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 27 20:20:26.579 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! Oct 27 20:20:26.579 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.579 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.579 INFO kablam! | ^^^^^ Oct 27 20:20:26.579 INFO kablam! ... Oct 27 20:20:26.579 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 27 20:20:26.579 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! Oct 27 20:20:26.579 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.579 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.579 INFO kablam! | ^^^^^ Oct 27 20:20:26.579 INFO kablam! ... Oct 27 20:20:26.579 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 27 20:20:26.579 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! Oct 27 20:20:26.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.579 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.579 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.579 INFO kablam! ... Oct 27 20:20:26.579 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 27 20:20:26.579 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! Oct 27 20:20:26.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.579 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.579 INFO kablam! | Oct 27 20:20:26.579 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.579 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.579 INFO kablam! ... Oct 27 20:20:26.579 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 27 20:20:26.579 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: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! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); 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! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); 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.586 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.587 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.587 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.587 INFO kablam! ... Oct 27 20:20:26.587 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 27 20:20:26.587 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! Oct 27 20:20:26.587 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.587 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.587 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.587 INFO kablam! ... Oct 27 20:20:26.587 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 27 20:20:26.587 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! Oct 27 20:20:26.587 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.587 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.587 INFO kablam! | ^^^^^ Oct 27 20:20:26.587 INFO kablam! ... Oct 27 20:20:26.587 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 27 20:20:26.587 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! Oct 27 20:20:26.587 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.587 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.587 INFO kablam! | ^^^^^ Oct 27 20:20:26.587 INFO kablam! ... Oct 27 20:20:26.587 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 27 20:20:26.587 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! Oct 27 20:20:26.587 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.587 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.587 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.587 INFO kablam! ... Oct 27 20:20:26.587 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 27 20:20:26.587 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! Oct 27 20:20:26.587 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.587 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.587 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.587 INFO kablam! ... Oct 27 20:20:26.587 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 27 20:20:26.587 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.587 INFO kablam! | Oct 27 20:20:26.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.587 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: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! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); 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! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); 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.594 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.595 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.595 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.595 INFO kablam! ... Oct 27 20:20:26.595 INFO kablam! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Oct 27 20:20:26.595 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! Oct 27 20:20:26.595 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.595 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.595 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.595 INFO kablam! ... Oct 27 20:20:26.595 INFO kablam! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Oct 27 20:20:26.595 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 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! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 27 20:20:26.595 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 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:177:44 Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 27 20:20:26.595 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! Oct 27 20:20:26.595 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.595 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.595 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.595 INFO kablam! ... Oct 27 20:20:26.595 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 27 20:20:26.595 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! Oct 27 20:20:26.602 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.603 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.603 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.603 INFO kablam! ... Oct 27 20:20:26.603 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 27 20:20:26.603 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! Oct 27 20:20:26.603 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.603 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.603 INFO kablam! | ^^^^^ Oct 27 20:20:26.603 INFO kablam! ... Oct 27 20:20:26.603 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 27 20:20:26.603 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! Oct 27 20:20:26.603 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.603 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.603 INFO kablam! | ^^^^^ Oct 27 20:20:26.603 INFO kablam! ... Oct 27 20:20:26.603 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 27 20:20:26.603 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! Oct 27 20:20:26.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.603 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.603 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.603 INFO kablam! ... Oct 27 20:20:26.603 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 27 20:20:26.603 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! Oct 27 20:20:26.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.603 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.603 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.603 INFO kablam! ... Oct 27 20:20:26.603 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 27 20:20:26.603 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! Oct 27 20:20:26.603 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.603 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.603 INFO kablam! | Oct 27 20:20:26.603 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.603 INFO kablam! | ^^^^^ Oct 27 20:20:26.603 INFO kablam! ... Oct 27 20:20:26.603 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 27 20:20:26.603 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! Oct 27 20:20:26.604 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.604 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.604 INFO kablam! | ^^^^^ Oct 27 20:20:26.604 INFO kablam! ... Oct 27 20:20:26.604 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 27 20:20:26.604 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! Oct 27 20:20:26.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.604 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.604 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.604 INFO kablam! ... Oct 27 20:20:26.604 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 27 20:20:26.604 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! Oct 27 20:20:26.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.604 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.604 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.604 INFO kablam! ... Oct 27 20:20:26.604 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 27 20:20:26.604 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! Oct 27 20:20:26.604 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.604 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.604 INFO kablam! | ^^^^^ Oct 27 20:20:26.604 INFO kablam! ... Oct 27 20:20:26.604 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 27 20:20:26.604 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! Oct 27 20:20:26.604 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.604 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.604 INFO kablam! | ^^^^^ Oct 27 20:20:26.604 INFO kablam! ... Oct 27 20:20:26.604 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 27 20:20:26.604 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.604 INFO kablam! | Oct 27 20:20:26.604 INFO kablam! Oct 27 20:20:26.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.604 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.605 INFO kablam! | Oct 27 20:20:26.605 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.605 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.605 INFO kablam! ... Oct 27 20:20:26.605 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 27 20:20:26.605 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.605 INFO kablam! | Oct 27 20:20:26.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.605 INFO kablam! | Oct 27 20:20:26.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.605 INFO kablam! | Oct 27 20:20:26.605 INFO kablam! Oct 27 20:20:26.605 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.605 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.605 INFO kablam! | Oct 27 20:20:26.605 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.605 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.605 INFO kablam! ... Oct 27 20:20:26.605 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 27 20:20:26.605 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.605 INFO kablam! | Oct 27 20:20:26.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.605 INFO kablam! | Oct 27 20:20:26.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.605 INFO kablam! | Oct 27 20:20:26.605 INFO kablam! Oct 27 20:20:26.605 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.605 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.605 INFO kablam! | Oct 27 20:20:26.605 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.605 INFO kablam! | ^^^^^ Oct 27 20:20:26.605 INFO kablam! ... Oct 27 20:20:26.605 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 27 20:20:26.605 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.605 INFO kablam! | Oct 27 20:20:26.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.605 INFO kablam! | Oct 27 20:20:26.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.605 INFO kablam! | Oct 27 20:20:26.605 INFO kablam! Oct 27 20:20:26.605 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.605 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.605 INFO kablam! | Oct 27 20:20:26.605 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.605 INFO kablam! | ^^^^^ Oct 27 20:20:26.605 INFO kablam! ... Oct 27 20:20:26.605 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 27 20:20:26.605 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.605 INFO kablam! | Oct 27 20:20:26.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.605 INFO kablam! | Oct 27 20:20:26.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.605 INFO kablam! | Oct 27 20:20:26.605 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! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); 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:185:26 Oct 27 20:20:26.612 INFO kablam! | Oct 27 20:20:26.612 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.612 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.612 INFO kablam! | Oct 27 20:20:26.612 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); 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 `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! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); 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.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! Oct 27 20:20:26.613 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.613 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.613 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.613 INFO kablam! ... Oct 27 20:20:26.613 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 27 20:20:26.613 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! Oct 27 20:20:26.613 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.613 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.613 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.613 INFO kablam! ... Oct 27 20:20:26.613 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 27 20:20:26.613 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! Oct 27 20:20:26.613 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.613 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.613 INFO kablam! | ^^^^^ Oct 27 20:20:26.613 INFO kablam! ... Oct 27 20:20:26.613 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 27 20:20:26.613 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! Oct 27 20:20:26.613 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.613 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.613 INFO kablam! | ^^^^^ Oct 27 20:20:26.613 INFO kablam! ... Oct 27 20:20:26.613 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 27 20:20:26.613 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.613 INFO kablam! | Oct 27 20:20:26.613 INFO kablam! Oct 27 20:20:26.622 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.623 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.623 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.623 INFO kablam! ... Oct 27 20:20:26.623 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 27 20:20:26.623 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! Oct 27 20:20:26.623 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.623 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.623 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.623 INFO kablam! ... Oct 27 20:20:26.623 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 27 20:20:26.623 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! Oct 27 20:20:26.623 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.623 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.623 INFO kablam! | ^^^^^ Oct 27 20:20:26.623 INFO kablam! ... Oct 27 20:20:26.623 INFO kablam! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Oct 27 20:20:26.623 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! Oct 27 20:20:26.623 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.623 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.623 INFO kablam! | ^^^^^ Oct 27 20:20:26.623 INFO kablam! ... Oct 27 20:20:26.623 INFO kablam! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Oct 27 20:20:26.623 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! Oct 27 20:20:26.623 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.623 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.623 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.623 INFO kablam! ... Oct 27 20:20:26.623 INFO kablam! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Oct 27 20:20:26.623 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! Oct 27 20:20:26.623 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.623 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.623 INFO kablam! | Oct 27 20:20:26.623 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.623 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.624 INFO kablam! ... Oct 27 20:20:26.624 INFO kablam! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Oct 27 20:20:26.624 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! Oct 27 20:20:26.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.624 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.624 INFO kablam! | ^^^^^ Oct 27 20:20:26.624 INFO kablam! ... Oct 27 20:20:26.624 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 27 20:20:26.624 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! Oct 27 20:20:26.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.624 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.624 INFO kablam! | ^^^^^ Oct 27 20:20:26.624 INFO kablam! ... Oct 27 20:20:26.624 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 27 20:20:26.624 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! Oct 27 20:20:26.624 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.624 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.624 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.624 INFO kablam! ... Oct 27 20:20:26.624 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 27 20:20:26.624 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! Oct 27 20:20:26.624 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.624 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.624 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.624 INFO kablam! ... Oct 27 20:20:26.624 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 27 20:20:26.624 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! Oct 27 20:20:26.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.624 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.624 INFO kablam! | ^^^^^ Oct 27 20:20:26.624 INFO kablam! ... Oct 27 20:20:26.624 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Oct 27 20:20:26.624 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.624 INFO kablam! | Oct 27 20:20:26.624 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! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); 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.634 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.635 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.635 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.635 INFO kablam! ... Oct 27 20:20:26.635 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Oct 27 20:20:26.635 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! Oct 27 20:20:26.635 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.635 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.635 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.635 INFO kablam! ... Oct 27 20:20:26.635 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Oct 27 20:20:26.635 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! Oct 27 20:20:26.635 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.635 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.635 INFO kablam! | ^^^^^ Oct 27 20:20:26.635 INFO kablam! ... Oct 27 20:20:26.635 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 27 20:20:26.635 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! Oct 27 20:20:26.635 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.635 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.635 INFO kablam! | ^^^^^ Oct 27 20:20:26.635 INFO kablam! ... Oct 27 20:20:26.635 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 27 20:20:26.635 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! Oct 27 20:20:26.635 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.635 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.635 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.635 INFO kablam! ... Oct 27 20:20:26.635 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 27 20:20:26.635 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! Oct 27 20:20:26.635 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.635 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.635 INFO kablam! | Oct 27 20:20:26.635 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.635 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.635 INFO kablam! ... Oct 27 20:20:26.636 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 27 20:20:26.636 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.636 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.636 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.636 INFO kablam! | Oct 27 20:20:26.636 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.636 INFO kablam! | ^^^^^ Oct 27 20:20:26.636 INFO kablam! ... Oct 27 20:20:26.636 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 27 20:20:26.636 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.636 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.636 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.636 INFO kablam! | Oct 27 20:20:26.636 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.636 INFO kablam! | ^^^^^ Oct 27 20:20:26.636 INFO kablam! ... Oct 27 20:20:26.636 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 27 20:20:26.636 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.636 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.636 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.636 INFO kablam! ... Oct 27 20:20:26.636 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 27 20:20:26.636 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.636 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:185:26 Oct 27 20:20:26.636 INFO kablam! | Oct 27 20:20:26.636 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.636 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.636 INFO kablam! ... Oct 27 20:20:26.636 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 27 20:20:26.636 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.636 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.642 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! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 27 20:20:26.643 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 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:177:44 Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 27 20:20:26.643 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! Oct 27 20:20:26.643 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.643 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.643 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.643 INFO kablam! ... Oct 27 20:20:26.643 INFO kablam! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 27 20:20:26.643 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! Oct 27 20:20:26.643 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.643 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.643 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.643 INFO kablam! ... Oct 27 20:20:26.643 INFO kablam! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 27 20:20:26.643 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 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! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 27 20:20:26.643 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 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:177:44 Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.644 INFO kablam! | ^^^^^ Oct 27 20:20:26.644 INFO kablam! ... Oct 27 20:20:26.644 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 27 20:20:26.644 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! Oct 27 20:20:26.644 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.644 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.644 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.644 INFO kablam! ... Oct 27 20:20:26.644 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 27 20:20:26.644 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! Oct 27 20:20:26.644 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.644 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.644 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.644 INFO kablam! ... Oct 27 20:20:26.644 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 27 20:20:26.644 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! Oct 27 20:20:26.644 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.644 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.644 INFO kablam! | ^^^^^ Oct 27 20:20:26.644 INFO kablam! ... Oct 27 20:20:26.644 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 27 20:20:26.644 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! Oct 27 20:20:26.644 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.644 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.644 INFO kablam! | ^^^^^ Oct 27 20:20:26.644 INFO kablam! ... Oct 27 20:20:26.644 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 27 20:20:26.644 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.644 INFO kablam! | Oct 27 20:20:26.644 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! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); 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.650 INFO kablam! | Oct 27 20:20:26.650 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.650 INFO kablam! | Oct 27 20:20:26.650 INFO kablam! Oct 27 20:20:26.650 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.650 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.650 INFO kablam! | Oct 27 20:20:26.650 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.650 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.650 INFO kablam! ... Oct 27 20:20:26.650 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 27 20:20:26.650 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.650 INFO kablam! | Oct 27 20:20:26.650 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.650 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.650 INFO kablam! | Oct 27 20:20:26.650 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.650 INFO kablam! | Oct 27 20:20:26.650 INFO kablam! Oct 27 20:20:26.650 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.650 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.650 INFO kablam! | Oct 27 20:20:26.650 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.650 INFO kablam! | ^^^^^ Oct 27 20:20:26.650 INFO kablam! ... Oct 27 20:20:26.650 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 27 20:20:26.650 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.650 INFO kablam! | Oct 27 20:20:26.650 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.650 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.650 INFO kablam! | Oct 27 20:20:26.650 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.650 INFO kablam! | Oct 27 20:20:26.650 INFO kablam! Oct 27 20:20:26.650 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.650 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.650 INFO kablam! | Oct 27 20:20:26.650 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.650 INFO kablam! | ^^^^^ Oct 27 20:20:26.650 INFO kablam! ... Oct 27 20:20:26.650 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 27 20:20:26.650 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.650 INFO kablam! | Oct 27 20:20:26.650 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.650 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.650 INFO kablam! | Oct 27 20:20:26.650 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.650 INFO kablam! | Oct 27 20:20:26.650 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.655 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.655 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.655 INFO kablam! ... Oct 27 20:20:26.655 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); 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:185:26 Oct 27 20:20:26.655 INFO kablam! | Oct 27 20:20:26.655 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.655 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.655 INFO kablam! ... Oct 27 20:20:26.655 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); 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: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! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); 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.656 INFO kablam! | ^^^^^ Oct 27 20:20:26.656 INFO kablam! ... Oct 27 20:20:26.656 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 27 20:20:26.656 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.656 INFO kablam! | Oct 27 20:20:26.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.656 INFO kablam! | Oct 27 20:20:26.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.656 INFO kablam! | Oct 27 20:20:26.656 INFO kablam! Oct 27 20:20:26.656 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.656 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.656 INFO kablam! | Oct 27 20:20:26.656 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.656 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.656 INFO kablam! ... Oct 27 20:20:26.656 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 27 20:20:26.656 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.656 INFO kablam! | Oct 27 20:20:26.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.656 INFO kablam! | Oct 27 20:20:26.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.656 INFO kablam! | Oct 27 20:20:26.656 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! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); 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:171:36 Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.665 INFO kablam! | ^^^^^ Oct 27 20:20:26.665 INFO kablam! ... Oct 27 20:20:26.665 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Oct 27 20:20:26.665 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! Oct 27 20:20:26.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.665 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.665 INFO kablam! | ^^^^^ Oct 27 20:20:26.665 INFO kablam! ... Oct 27 20:20:26.665 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Oct 27 20:20:26.665 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! Oct 27 20:20:26.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.665 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.665 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.665 INFO kablam! ... Oct 27 20:20:26.665 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Oct 27 20:20:26.665 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! Oct 27 20:20:26.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.665 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.665 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.665 INFO kablam! ... Oct 27 20:20:26.665 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Oct 27 20:20:26.665 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! Oct 27 20:20:26.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.665 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.665 INFO kablam! | ^^^^^ Oct 27 20:20:26.665 INFO kablam! ... Oct 27 20:20:26.665 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Oct 27 20:20:26.665 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! Oct 27 20:20:26.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.665 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.665 INFO kablam! | ^^^^^ Oct 27 20:20:26.665 INFO kablam! ... Oct 27 20:20:26.665 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Oct 27 20:20:26.665 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.665 INFO kablam! | Oct 27 20:20:26.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! Oct 27 20:20:26.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.666 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.666 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.666 INFO kablam! ... Oct 27 20:20:26.666 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Oct 27 20:20:26.666 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! Oct 27 20:20:26.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.666 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.666 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.666 INFO kablam! ... Oct 27 20:20:26.666 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Oct 27 20:20:26.666 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! Oct 27 20:20:26.666 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.666 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.666 INFO kablam! | ^^^^^ Oct 27 20:20:26.666 INFO kablam! ... Oct 27 20:20:26.666 INFO kablam! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 27 20:20:26.666 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! Oct 27 20:20:26.666 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.666 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.666 INFO kablam! | ^^^^^ Oct 27 20:20:26.666 INFO kablam! ... Oct 27 20:20:26.666 INFO kablam! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 27 20:20:26.666 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! Oct 27 20:20:26.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.666 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.666 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.666 INFO kablam! ... Oct 27 20:20:26.666 INFO kablam! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 27 20:20:26.666 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.666 INFO kablam! | Oct 27 20:20:26.666 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.676 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.676 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.676 INFO kablam! ... Oct 27 20:20:26.676 INFO kablam! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 27 20:20:26.676 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! Oct 27 20:20:26.676 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.676 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.676 INFO kablam! | ^^^^^ Oct 27 20:20:26.676 INFO kablam! ... Oct 27 20:20:26.676 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 27 20:20:26.676 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! Oct 27 20:20:26.676 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.676 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.676 INFO kablam! | ^^^^^ Oct 27 20:20:26.676 INFO kablam! ... Oct 27 20:20:26.676 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 27 20:20:26.676 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! Oct 27 20:20:26.676 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.676 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.676 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.676 INFO kablam! ... Oct 27 20:20:26.676 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 27 20:20:26.676 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! Oct 27 20:20:26.676 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.676 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.676 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.676 INFO kablam! ... Oct 27 20:20:26.676 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 27 20:20:26.676 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! Oct 27 20:20:26.676 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.676 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.676 INFO kablam! | ^^^^^ Oct 27 20:20:26.676 INFO kablam! ... Oct 27 20:20:26.676 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 27 20:20:26.676 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.676 INFO kablam! | Oct 27 20:20:26.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! Oct 27 20:20:26.677 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.677 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.677 INFO kablam! | ^^^^^ Oct 27 20:20:26.677 INFO kablam! ... Oct 27 20:20:26.677 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 27 20:20:26.677 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! Oct 27 20:20:26.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.677 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.677 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.677 INFO kablam! ... Oct 27 20:20:26.677 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 27 20:20:26.677 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! Oct 27 20:20:26.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.677 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.677 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.677 INFO kablam! ... Oct 27 20:20:26.677 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 27 20:20:26.677 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! Oct 27 20:20:26.677 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.677 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.677 INFO kablam! | ^^^^^ Oct 27 20:20:26.677 INFO kablam! ... Oct 27 20:20:26.677 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 27 20:20:26.677 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.677 INFO kablam! | Oct 27 20:20:26.677 INFO kablam! Oct 27 20:20:26.682 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.683 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.683 INFO kablam! | ^^^^^ Oct 27 20:20:26.683 INFO kablam! ... Oct 27 20:20:26.683 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 27 20:20:26.683 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! Oct 27 20:20:26.683 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.683 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.683 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.683 INFO kablam! ... Oct 27 20:20:26.683 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 27 20:20:26.683 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! Oct 27 20:20:26.683 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.683 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.683 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.683 INFO kablam! ... Oct 27 20:20:26.683 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 27 20:20:26.683 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! Oct 27 20:20:26.683 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.683 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.683 INFO kablam! | ^^^^^ Oct 27 20:20:26.683 INFO kablam! ... Oct 27 20:20:26.683 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 27 20:20:26.683 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! Oct 27 20:20:26.683 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.683 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.683 INFO kablam! | ^^^^^ Oct 27 20:20:26.683 INFO kablam! ... Oct 27 20:20:26.683 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 27 20:20:26.683 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! Oct 27 20:20:26.683 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.683 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.683 INFO kablam! | Oct 27 20:20:26.683 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.683 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.683 INFO kablam! ... Oct 27 20:20:26.683 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 27 20:20:26.683 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! Oct 27 20:20:26.684 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.684 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.684 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.684 INFO kablam! ... Oct 27 20:20:26.684 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 27 20:20:26.684 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! Oct 27 20:20:26.684 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.684 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.684 INFO kablam! | ^^^^^ Oct 27 20:20:26.684 INFO kablam! ... Oct 27 20:20:26.684 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Oct 27 20:20:26.684 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! Oct 27 20:20:26.684 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.684 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.684 INFO kablam! | ^^^^^ Oct 27 20:20:26.684 INFO kablam! ... Oct 27 20:20:26.684 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Oct 27 20:20:26.684 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! Oct 27 20:20:26.684 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.684 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.684 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.684 INFO kablam! ... Oct 27 20:20:26.684 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Oct 27 20:20:26.684 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! Oct 27 20:20:26.684 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.684 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.684 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.684 INFO kablam! ... Oct 27 20:20:26.684 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Oct 27 20:20:26.684 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.684 INFO kablam! | Oct 27 20:20:26.690 INFO kablam! Oct 27 20:20:26.690 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.690 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.691 INFO kablam! | Oct 27 20:20:26.691 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.691 INFO kablam! | ^^^^^ Oct 27 20:20:26.691 INFO kablam! ... Oct 27 20:20:26.691 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 27 20:20:26.691 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.691 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.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.691 INFO kablam! | Oct 27 20:20:26.691 INFO kablam! Oct 27 20:20:26.691 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.691 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.691 INFO kablam! | Oct 27 20:20:26.691 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.691 INFO kablam! | ^^^^^ Oct 27 20:20:26.691 INFO kablam! ... Oct 27 20:20:26.691 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 27 20:20:26.691 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.691 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.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.691 INFO kablam! | Oct 27 20:20:26.691 INFO kablam! Oct 27 20:20:26.691 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.691 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.691 INFO kablam! | Oct 27 20:20:26.691 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.691 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.691 INFO kablam! ... Oct 27 20:20:26.691 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 27 20:20:26.691 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.691 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.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.691 INFO kablam! | Oct 27 20:20:26.691 INFO kablam! Oct 27 20:20:26.691 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.691 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.691 INFO kablam! | Oct 27 20:20:26.691 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.691 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.691 INFO kablam! ... Oct 27 20:20:26.691 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 27 20:20:26.691 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.691 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.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.691 INFO kablam! | Oct 27 20:20:26.691 INFO kablam! Oct 27 20:20:26.691 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.691 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.691 INFO kablam! | Oct 27 20:20:26.691 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.691 INFO kablam! | ^^^^^ Oct 27 20:20:26.691 INFO kablam! ... Oct 27 20:20:26.691 INFO kablam! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Oct 27 20:20:26.691 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.691 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.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.691 INFO kablam! | Oct 27 20:20:26.691 INFO kablam! Oct 27 20:20:26.691 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.691 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.691 INFO kablam! | Oct 27 20:20:26.691 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.692 INFO kablam! | ^^^^^ Oct 27 20:20:26.692 INFO kablam! ... Oct 27 20:20:26.692 INFO kablam! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); 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: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! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); 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! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.692 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.692 INFO kablam! | Oct 27 20:20:26.692 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.692 INFO kablam! | ^^^^^ Oct 27 20:20:26.692 INFO kablam! ... Oct 27 20:20:26.692 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 27 20:20:26.693 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.693 INFO kablam! | Oct 27 20:20:26.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.693 INFO kablam! | Oct 27 20:20:26.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.693 INFO kablam! | Oct 27 20:20:26.693 INFO kablam! Oct 27 20:20:26.694 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.694 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.695 INFO kablam! | Oct 27 20:20:26.695 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.695 INFO kablam! | ^^^^^ Oct 27 20:20:26.695 INFO kablam! ... Oct 27 20:20:26.695 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 27 20:20:26.695 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.695 INFO kablam! | Oct 27 20:20:26.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.695 INFO kablam! | Oct 27 20:20:26.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.695 INFO kablam! | Oct 27 20:20:26.695 INFO kablam! Oct 27 20:20:26.695 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.695 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.695 INFO kablam! | Oct 27 20:20:26.695 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.695 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.695 INFO kablam! ... Oct 27 20:20:26.695 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 27 20:20:26.695 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.695 INFO kablam! | Oct 27 20:20:26.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.695 INFO kablam! | Oct 27 20:20:26.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.695 INFO kablam! | Oct 27 20:20:26.695 INFO kablam! Oct 27 20:20:26.695 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.695 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.695 INFO kablam! | Oct 27 20:20:26.695 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.695 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.695 INFO kablam! ... Oct 27 20:20:26.695 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 27 20:20:26.695 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.695 INFO kablam! | Oct 27 20:20:26.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.695 INFO kablam! | Oct 27 20:20:26.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.695 INFO kablam! | Oct 27 20:20:26.695 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: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! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); 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! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.699 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.699 INFO kablam! | Oct 27 20:20:26.699 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.699 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.699 INFO kablam! ... Oct 27 20:20:26.699 INFO kablam! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.699 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.699 INFO kablam! | Oct 27 20:20:26.699 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.699 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.699 INFO kablam! ... Oct 27 20:20:26.699 INFO kablam! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); 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.700 INFO kablam! | Oct 27 20:20:26.700 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! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); 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:177:44 Oct 27 20:20:26.703 INFO kablam! | Oct 27 20:20:26.703 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); 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: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! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Oct 27 20:20:26.703 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.704 INFO kablam! | Oct 27 20:20:26.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.704 INFO kablam! | Oct 27 20:20:26.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.704 INFO kablam! | Oct 27 20:20:26.704 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! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); 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.712 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.712 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.712 INFO kablam! | Oct 27 20:20:26.712 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.712 INFO kablam! | ^^^^^ Oct 27 20:20:26.712 INFO kablam! ... Oct 27 20:20:26.712 INFO kablam! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); 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.712 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.712 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.712 INFO kablam! | Oct 27 20:20:26.712 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.712 INFO kablam! | ^^^^^ Oct 27 20:20:26.712 INFO kablam! ... Oct 27 20:20:26.712 INFO kablam! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); 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.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:180:30 Oct 27 20:20:26.712 INFO kablam! | Oct 27 20:20:26.712 INFO kablam! 180 | Jemalloc.dealloc(ptr, 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! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); 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.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.713 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.713 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.713 INFO kablam! ... Oct 27 20:20:26.713 INFO kablam! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Oct 27 20:20:26.713 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! Oct 27 20:20:26.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.713 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.713 INFO kablam! | ^^^^^ Oct 27 20:20:26.713 INFO kablam! ... Oct 27 20:20:26.713 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 27 20:20:26.713 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! Oct 27 20:20:26.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.713 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.713 INFO kablam! | ^^^^^ Oct 27 20:20:26.713 INFO kablam! ... Oct 27 20:20:26.713 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 27 20:20:26.713 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! Oct 27 20:20:26.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.713 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.713 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.713 INFO kablam! ... Oct 27 20:20:26.713 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 27 20:20:26.713 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! Oct 27 20:20:26.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.713 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.713 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.713 INFO kablam! ... Oct 27 20:20:26.713 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 27 20:20:26.713 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.713 INFO kablam! | Oct 27 20:20:26.713 INFO kablam! Oct 27 20:20:26.724 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.724 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.724 INFO kablam! | Oct 27 20:20:26.724 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.724 INFO kablam! | ^^^^^ Oct 27 20:20:26.724 INFO kablam! ... Oct 27 20:20:26.724 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); 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.724 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.724 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.724 INFO kablam! | Oct 27 20:20:26.724 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.724 INFO kablam! | ^^^^^ Oct 27 20:20:26.724 INFO kablam! ... Oct 27 20:20:26.724 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); 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.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! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); 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.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:185:26 Oct 27 20:20:26.724 INFO kablam! | Oct 27 20:20:26.724 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); 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.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! Oct 27 20:20:26.725 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.725 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.725 INFO kablam! | ^^^^^ Oct 27 20:20:26.725 INFO kablam! ... Oct 27 20:20:26.725 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 27 20:20:26.725 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! Oct 27 20:20:26.725 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.725 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.725 INFO kablam! | ^^^^^ Oct 27 20:20:26.725 INFO kablam! ... Oct 27 20:20:26.725 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 27 20:20:26.725 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! Oct 27 20:20:26.725 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.725 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.725 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.725 INFO kablam! ... Oct 27 20:20:26.725 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 27 20:20:26.725 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! Oct 27 20:20:26.725 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.725 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.725 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.725 INFO kablam! ... Oct 27 20:20:26.725 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 27 20:20:26.725 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! Oct 27 20:20:26.725 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.725 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.725 INFO kablam! | ^^^^^ Oct 27 20:20:26.725 INFO kablam! ... Oct 27 20:20:26.725 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 27 20:20:26.725 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! Oct 27 20:20:26.725 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.725 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.725 INFO kablam! | Oct 27 20:20:26.725 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.726 INFO kablam! | ^^^^^ Oct 27 20:20:26.726 INFO kablam! ... Oct 27 20:20:26.726 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 27 20:20:26.726 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.726 INFO kablam! | Oct 27 20:20:26.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.726 INFO kablam! | Oct 27 20:20:26.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.726 INFO kablam! | Oct 27 20:20:26.726 INFO kablam! Oct 27 20:20:26.726 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.726 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.726 INFO kablam! | Oct 27 20:20:26.726 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.726 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.726 INFO kablam! ... Oct 27 20:20:26.726 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 27 20:20:26.726 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.726 INFO kablam! | Oct 27 20:20:26.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.726 INFO kablam! | Oct 27 20:20:26.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.726 INFO kablam! | Oct 27 20:20:26.726 INFO kablam! Oct 27 20:20:26.726 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.726 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.726 INFO kablam! | Oct 27 20:20:26.726 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.726 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.726 INFO kablam! ... Oct 27 20:20:26.726 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 27 20:20:26.726 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.726 INFO kablam! | Oct 27 20:20:26.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.726 INFO kablam! | Oct 27 20:20:26.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.726 INFO kablam! | Oct 27 20:20:26.726 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: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! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); 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! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.731 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.731 INFO kablam! | Oct 27 20:20:26.731 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.731 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.731 INFO kablam! ... Oct 27 20:20:26.731 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.731 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.731 INFO kablam! | Oct 27 20:20:26.731 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.731 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.731 INFO kablam! ... Oct 27 20:20:26.731 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); 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.732 INFO kablam! Oct 27 20:20:26.732 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.732 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.732 INFO kablam! | Oct 27 20:20:26.732 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.732 INFO kablam! | ^^^^^ Oct 27 20:20:26.732 INFO kablam! ... Oct 27 20:20:26.732 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 27 20:20:26.732 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.732 INFO kablam! | Oct 27 20:20:26.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.732 INFO kablam! | Oct 27 20:20:26.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.732 INFO kablam! | Oct 27 20:20:26.732 INFO kablam! Oct 27 20:20:26.732 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.732 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.732 INFO kablam! | Oct 27 20:20:26.732 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.732 INFO kablam! | ^^^^^ Oct 27 20:20:26.732 INFO kablam! ... Oct 27 20:20:26.732 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 27 20:20:26.732 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.732 INFO kablam! | Oct 27 20:20:26.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.732 INFO kablam! | Oct 27 20:20:26.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.732 INFO kablam! | Oct 27 20:20:26.732 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! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); 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.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.745 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.745 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.745 INFO kablam! ... Oct 27 20:20:26.745 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 27 20:20:26.745 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! Oct 27 20:20:26.745 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.745 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.745 INFO kablam! | ^^^^^ Oct 27 20:20:26.745 INFO kablam! ... Oct 27 20:20:26.745 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 27 20:20:26.745 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! Oct 27 20:20:26.745 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.745 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.745 INFO kablam! | ^^^^^ Oct 27 20:20:26.745 INFO kablam! ... Oct 27 20:20:26.745 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 27 20:20:26.745 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! Oct 27 20:20:26.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.745 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.745 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.745 INFO kablam! ... Oct 27 20:20:26.745 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 27 20:20:26.745 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! Oct 27 20:20:26.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.745 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.745 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.745 INFO kablam! ... Oct 27 20:20:26.745 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 27 20:20:26.745 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! Oct 27 20:20:26.745 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.745 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.745 INFO kablam! | Oct 27 20:20:26.745 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.745 INFO kablam! | ^^^^^ Oct 27 20:20:26.745 INFO kablam! ... Oct 27 20:20:26.745 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 27 20:20:26.746 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! Oct 27 20:20:26.746 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.746 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.746 INFO kablam! | ^^^^^ Oct 27 20:20:26.746 INFO kablam! ... Oct 27 20:20:26.746 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 27 20:20:26.746 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! Oct 27 20:20:26.746 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.746 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.746 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.746 INFO kablam! ... Oct 27 20:20:26.746 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 27 20:20:26.746 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! Oct 27 20:20:26.746 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.746 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.746 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.746 INFO kablam! ... Oct 27 20:20:26.746 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 27 20:20:26.746 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! Oct 27 20:20:26.746 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.746 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.746 INFO kablam! | ^^^^^ Oct 27 20:20:26.746 INFO kablam! ... Oct 27 20:20:26.746 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Oct 27 20:20:26.746 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! Oct 27 20:20:26.746 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.746 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.746 INFO kablam! | ^^^^^ Oct 27 20:20:26.746 INFO kablam! ... Oct 27 20:20:26.746 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Oct 27 20:20:26.746 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.746 INFO kablam! | Oct 27 20:20:26.747 INFO kablam! Oct 27 20:20:26.747 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.747 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.747 INFO kablam! | Oct 27 20:20:26.747 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.747 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.747 INFO kablam! ... Oct 27 20:20:26.747 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Oct 27 20:20:26.747 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.747 INFO kablam! | Oct 27 20:20:26.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.747 INFO kablam! | Oct 27 20:20:26.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.747 INFO kablam! | Oct 27 20:20:26.747 INFO kablam! Oct 27 20:20:26.747 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.747 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.747 INFO kablam! | Oct 27 20:20:26.747 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.747 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.747 INFO kablam! ... Oct 27 20:20:26.747 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Oct 27 20:20:26.747 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.747 INFO kablam! | Oct 27 20:20:26.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.747 INFO kablam! | Oct 27 20:20:26.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.747 INFO kablam! | Oct 27 20:20:26.747 INFO kablam! Oct 27 20:20:26.747 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.747 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.747 INFO kablam! | Oct 27 20:20:26.747 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.747 INFO kablam! | ^^^^^ Oct 27 20:20:26.747 INFO kablam! ... Oct 27 20:20:26.747 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 27 20:20:26.747 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.747 INFO kablam! | Oct 27 20:20:26.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.747 INFO kablam! | Oct 27 20:20:26.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.747 INFO kablam! | Oct 27 20:20:26.747 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! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 27 20:20:26.753 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.753 INFO kablam! | Oct 27 20:20:26.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.753 INFO kablam! | Oct 27 20:20:26.753 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.753 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.753 INFO kablam! | Oct 27 20:20:26.753 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.753 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.753 INFO kablam! ... Oct 27 20:20:26.753 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 27 20:20:26.753 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.753 INFO kablam! | Oct 27 20:20:26.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.753 INFO kablam! | Oct 27 20:20:26.753 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.753 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.753 INFO kablam! | Oct 27 20:20:26.753 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.753 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.753 INFO kablam! ... Oct 27 20:20:26.753 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 27 20:20:26.753 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.753 INFO kablam! | Oct 27 20:20:26.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.753 INFO kablam! | Oct 27 20:20:26.753 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:171:36 Oct 27 20:20:26.753 INFO kablam! | Oct 27 20:20:26.753 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 27 20:20:26.753 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.753 INFO kablam! | Oct 27 20:20:26.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.753 INFO kablam! | Oct 27 20:20:26.753 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! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 27 20:20:26.753 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.753 INFO kablam! | Oct 27 20:20:26.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.754 INFO kablam! | Oct 27 20:20:26.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.754 INFO kablam! | Oct 27 20:20:26.754 INFO kablam! Oct 27 20:20:26.754 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.754 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.754 INFO kablam! | Oct 27 20:20:26.754 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.754 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.754 INFO kablam! ... Oct 27 20:20:26.754 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 27 20:20:26.754 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.754 INFO kablam! | Oct 27 20:20:26.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.754 INFO kablam! | Oct 27 20:20:26.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.754 INFO kablam! | Oct 27 20:20:26.754 INFO kablam! Oct 27 20:20:26.754 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.754 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.754 INFO kablam! | Oct 27 20:20:26.754 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.754 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.754 INFO kablam! ... Oct 27 20:20:26.754 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 27 20:20:26.754 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.754 INFO kablam! | Oct 27 20:20:26.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.754 INFO kablam! | Oct 27 20:20:26.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.754 INFO kablam! | Oct 27 20:20:26.754 INFO kablam! Oct 27 20:20:26.754 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.754 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.754 INFO kablam! | Oct 27 20:20:26.754 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.754 INFO kablam! | ^^^^^ Oct 27 20:20:26.754 INFO kablam! ... Oct 27 20:20:26.754 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 27 20:20:26.754 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.754 INFO kablam! | Oct 27 20:20:26.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.754 INFO kablam! | Oct 27 20:20:26.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.754 INFO kablam! | Oct 27 20:20:26.754 INFO kablam! Oct 27 20:20:26.758 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:177:44 Oct 27 20:20:26.759 INFO kablam! | Oct 27 20:20:26.759 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.759 INFO kablam! | ^^^^^ Oct 27 20:20:26.759 INFO kablam! ... Oct 27 20:20:26.759 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); 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: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! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); 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! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 27 20:20:26.759 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.760 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.760 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.760 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! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); 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.760 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.760 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.760 INFO kablam! | Oct 27 20:20:26.760 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); 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.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.760 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.760 INFO kablam! | Oct 27 20:20:26.760 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.760 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.760 INFO kablam! ... Oct 27 20:20:26.760 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); 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.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.760 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.760 INFO kablam! | Oct 27 20:20:26.760 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.760 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.760 INFO kablam! ... Oct 27 20:20:26.760 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); 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.761 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.761 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.761 INFO kablam! | Oct 27 20:20:26.761 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.761 INFO kablam! | ^^^^^ Oct 27 20:20:26.761 INFO kablam! ... Oct 27 20:20:26.761 INFO kablam! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 27 20:20:26.761 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.761 INFO kablam! | Oct 27 20:20:26.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.761 INFO kablam! | Oct 27 20:20:26.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.761 INFO kablam! | Oct 27 20:20:26.761 INFO kablam! Oct 27 20:20:26.765 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.765 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.765 INFO kablam! | Oct 27 20:20:26.765 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.765 INFO kablam! | ^^^^^ Oct 27 20:20:26.765 INFO kablam! ... Oct 27 20:20:26.765 INFO kablam! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 27 20:20:26.765 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.765 INFO kablam! | Oct 27 20:20:26.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.765 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:180:30 Oct 27 20:20:26.765 INFO kablam! | Oct 27 20:20:26.765 INFO kablam! 180 | Jemalloc.dealloc(ptr, 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! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 27 20:20:26.765 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.765 INFO kablam! | Oct 27 20:20:26.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.765 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! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 27 20:20:26.765 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.765 INFO kablam! | Oct 27 20:20:26.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.765 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.765 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.765 INFO kablam! | Oct 27 20:20:26.765 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.765 INFO kablam! | ^^^^^ Oct 27 20:20:26.765 INFO kablam! ... Oct 27 20:20:26.765 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 27 20:20:26.765 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.765 INFO kablam! | Oct 27 20:20:26.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.765 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.765 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.765 INFO kablam! | Oct 27 20:20:26.765 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.765 INFO kablam! | ^^^^^ Oct 27 20:20:26.765 INFO kablam! ... Oct 27 20:20:26.765 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 27 20:20:26.765 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.774 INFO kablam! | Oct 27 20:20:26.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! Oct 27 20:20:26.775 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.775 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.775 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.775 INFO kablam! ... Oct 27 20:20:26.775 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 27 20:20:26.775 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! Oct 27 20:20:26.775 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.775 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.775 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.775 INFO kablam! ... Oct 27 20:20:26.775 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 27 20:20:26.775 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! Oct 27 20:20:26.775 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.775 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.775 INFO kablam! | ^^^^^ Oct 27 20:20:26.775 INFO kablam! ... Oct 27 20:20:26.775 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 27 20:20:26.775 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! Oct 27 20:20:26.775 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.775 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.775 INFO kablam! | ^^^^^ Oct 27 20:20:26.775 INFO kablam! ... Oct 27 20:20:26.775 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 27 20:20:26.775 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.775 INFO kablam! | Oct 27 20:20:26.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.775 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:180:30 Oct 27 20:20:26.779 INFO kablam! | Oct 27 20:20:26.779 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! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); 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! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); 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.786 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.786 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.786 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.786 INFO kablam! | ^^^^^ Oct 27 20:20:26.786 INFO kablam! ... Oct 27 20:20:26.786 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 27 20:20:26.786 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.786 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.786 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.786 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.786 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.786 INFO kablam! | ^^^^^ Oct 27 20:20:26.786 INFO kablam! ... Oct 27 20:20:26.786 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 27 20:20:26.786 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.786 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.786 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.786 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.786 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.786 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.786 INFO kablam! ... Oct 27 20:20:26.786 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 27 20:20:26.786 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.786 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.786 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.786 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.786 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.786 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.786 INFO kablam! ... Oct 27 20:20:26.786 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 27 20:20:26.786 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.786 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.786 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.786 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.786 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.786 INFO kablam! | ^^^^^ Oct 27 20:20:26.786 INFO kablam! ... Oct 27 20:20:26.786 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 27 20:20:26.786 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.786 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.786 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.786 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.787 INFO kablam! | ^^^^^ Oct 27 20:20:26.787 INFO kablam! ... Oct 27 20:20:26.787 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 27 20:20:26.787 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! Oct 27 20:20:26.787 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.787 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.787 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.787 INFO kablam! ... Oct 27 20:20:26.787 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 27 20:20:26.787 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! Oct 27 20:20:26.787 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.787 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.787 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.787 INFO kablam! ... Oct 27 20:20:26.787 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 27 20:20:26.787 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! Oct 27 20:20:26.787 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.787 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.787 INFO kablam! | ^^^^^ Oct 27 20:20:26.787 INFO kablam! ... Oct 27 20:20:26.787 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 27 20:20:26.787 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! Oct 27 20:20:26.787 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.787 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.787 INFO kablam! | ^^^^^ Oct 27 20:20:26.787 INFO kablam! ... Oct 27 20:20:26.787 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 27 20:20:26.787 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! Oct 27 20:20:26.787 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.787 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.787 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.787 INFO kablam! ... Oct 27 20:20:26.787 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 27 20:20:26.787 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.787 INFO kablam! | Oct 27 20:20:26.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! Oct 27 20:20:26.788 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.788 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.788 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.788 INFO kablam! ... Oct 27 20:20:26.788 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 27 20:20:26.788 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! Oct 27 20:20:26.788 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.788 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.788 INFO kablam! | ^^^^^ Oct 27 20:20:26.788 INFO kablam! ... Oct 27 20:20:26.788 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 27 20:20:26.788 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! Oct 27 20:20:26.788 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.788 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.788 INFO kablam! | ^^^^^ Oct 27 20:20:26.788 INFO kablam! ... Oct 27 20:20:26.788 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 27 20:20:26.788 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! Oct 27 20:20:26.788 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.788 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.788 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.788 INFO kablam! ... Oct 27 20:20:26.788 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 27 20:20:26.788 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! Oct 27 20:20:26.788 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.788 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.788 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.788 INFO kablam! ... Oct 27 20:20:26.788 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 27 20:20:26.788 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.788 INFO kablam! | Oct 27 20:20:26.788 INFO kablam! Oct 27 20:20:26.795 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.795 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.795 INFO kablam! | Oct 27 20:20:26.795 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.795 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.795 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! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); 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! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 27 20:20:26.795 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.796 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.796 INFO kablam! | Oct 27 20:20:26.796 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.796 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.796 INFO kablam! ... Oct 27 20:20:26.796 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); 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: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! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); 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! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); 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.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.797 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.797 INFO kablam! | Oct 27 20:20:26.797 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.797 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.797 INFO kablam! ... Oct 27 20:20:26.797 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 27 20:20:26.797 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.797 INFO kablam! | Oct 27 20:20:26.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.797 INFO kablam! | Oct 27 20:20:26.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.797 INFO kablam! | Oct 27 20:20:26.797 INFO kablam! Oct 27 20:20:26.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.797 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.797 INFO kablam! | Oct 27 20:20:26.797 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.797 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.797 INFO kablam! ... Oct 27 20:20:26.797 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 27 20:20:26.797 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.797 INFO kablam! | Oct 27 20:20:26.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.797 INFO kablam! | Oct 27 20:20:26.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.797 INFO kablam! | Oct 27 20:20:26.797 INFO kablam! Oct 27 20:20:26.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.797 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.797 INFO kablam! | Oct 27 20:20:26.797 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.797 INFO kablam! | ^^^^^ Oct 27 20:20:26.797 INFO kablam! ... Oct 27 20:20:26.797 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 27 20:20:26.797 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.797 INFO kablam! | Oct 27 20:20:26.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.797 INFO kablam! | Oct 27 20:20:26.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.797 INFO kablam! | Oct 27 20:20:26.797 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.804 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 27 20:20:26.804 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! Oct 27 20:20:26.804 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.804 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.804 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.804 INFO kablam! ... Oct 27 20:20:26.804 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 27 20:20:26.804 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! Oct 27 20:20:26.804 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.804 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.804 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.804 INFO kablam! ... Oct 27 20:20:26.804 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 27 20:20:26.804 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! Oct 27 20:20:26.804 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.804 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.804 INFO kablam! | ^^^^^ Oct 27 20:20:26.804 INFO kablam! ... Oct 27 20:20:26.804 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 27 20:20:26.804 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! Oct 27 20:20:26.804 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.804 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.804 INFO kablam! | ^^^^^ Oct 27 20:20:26.804 INFO kablam! ... Oct 27 20:20:26.804 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 27 20:20:26.804 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.804 INFO kablam! | Oct 27 20:20:26.804 INFO kablam! Oct 27 20:20:26.812 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.812 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.812 INFO kablam! | Oct 27 20:20:26.812 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.812 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.812 INFO kablam! ... Oct 27 20:20:26.812 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 27 20:20:26.812 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.812 INFO kablam! | Oct 27 20:20:26.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.813 INFO kablam! | Oct 27 20:20:26.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.813 INFO kablam! | Oct 27 20:20:26.813 INFO kablam! Oct 27 20:20:26.813 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.813 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.813 INFO kablam! | Oct 27 20:20:26.813 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.813 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.813 INFO kablam! ... Oct 27 20:20:26.813 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 27 20:20:26.813 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.813 INFO kablam! | Oct 27 20:20:26.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.813 INFO kablam! | Oct 27 20:20:26.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.813 INFO kablam! | Oct 27 20:20:26.813 INFO kablam! Oct 27 20:20:26.813 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.813 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.813 INFO kablam! | Oct 27 20:20:26.813 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.813 INFO kablam! | ^^^^^ Oct 27 20:20:26.813 INFO kablam! ... Oct 27 20:20:26.813 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 27 20:20:26.813 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.813 INFO kablam! | Oct 27 20:20:26.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.813 INFO kablam! | Oct 27 20:20:26.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.813 INFO kablam! | Oct 27 20:20:26.813 INFO kablam! Oct 27 20:20:26.813 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.813 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.813 INFO kablam! | Oct 27 20:20:26.813 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.813 INFO kablam! | ^^^^^ Oct 27 20:20:26.813 INFO kablam! ... Oct 27 20:20:26.813 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 27 20:20:26.813 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.813 INFO kablam! | Oct 27 20:20:26.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.813 INFO kablam! | Oct 27 20:20:26.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.813 INFO kablam! | Oct 27 20:20:26.813 INFO kablam! Oct 27 20:20:26.816 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.816 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.816 INFO kablam! | Oct 27 20:20:26.816 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.816 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.816 INFO kablam! ... Oct 27 20:20:26.816 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.816 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.816 INFO kablam! | Oct 27 20:20:26.816 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.816 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.816 INFO kablam! ... Oct 27 20:20:26.816 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); 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! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); 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.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! Oct 27 20:20:26.817 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.817 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.817 INFO kablam! | ^^^^^ Oct 27 20:20:26.817 INFO kablam! ... Oct 27 20:20:26.817 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 27 20:20:26.817 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! Oct 27 20:20:26.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.817 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.817 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.817 INFO kablam! ... Oct 27 20:20:26.817 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 27 20:20:26.817 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! Oct 27 20:20:26.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.817 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.817 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.817 INFO kablam! ... Oct 27 20:20:26.817 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 27 20:20:26.817 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! Oct 27 20:20:26.817 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.817 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.817 INFO kablam! | ^^^^^ Oct 27 20:20:26.817 INFO kablam! ... Oct 27 20:20:26.817 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 27 20:20:26.817 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! Oct 27 20:20:26.817 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.817 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.817 INFO kablam! | ^^^^^ Oct 27 20:20:26.817 INFO kablam! ... Oct 27 20:20:26.817 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 27 20:20:26.817 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! Oct 27 20:20:26.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.817 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.817 INFO kablam! | Oct 27 20:20:26.817 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.817 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.817 INFO kablam! ... Oct 27 20:20:26.818 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 27 20:20:26.818 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! Oct 27 20:20:26.818 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.818 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.818 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.818 INFO kablam! ... Oct 27 20:20:26.818 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 27 20:20:26.818 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! Oct 27 20:20:26.818 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.818 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.818 INFO kablam! | ^^^^^ Oct 27 20:20:26.818 INFO kablam! ... Oct 27 20:20:26.818 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 27 20:20:26.818 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! Oct 27 20:20:26.818 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.818 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.818 INFO kablam! | ^^^^^ Oct 27 20:20:26.818 INFO kablam! ... Oct 27 20:20:26.818 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 27 20:20:26.818 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! Oct 27 20:20:26.818 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.818 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.818 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.818 INFO kablam! ... Oct 27 20:20:26.818 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 27 20:20:26.818 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.818 INFO kablam! | Oct 27 20:20:26.818 INFO kablam! Oct 27 20:20:26.822 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.822 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.822 INFO kablam! | Oct 27 20:20:26.822 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.822 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.822 INFO kablam! ... Oct 27 20:20:26.822 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 27 20:20:26.822 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.822 INFO kablam! | Oct 27 20:20:26.822 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.822 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.822 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.822 INFO kablam! | Oct 27 20:20:26.822 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.822 INFO kablam! | ^^^^^ Oct 27 20:20:26.822 INFO kablam! ... Oct 27 20:20:26.822 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 27 20:20:26.822 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.822 INFO kablam! | Oct 27 20:20:26.822 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.822 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.822 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.822 INFO kablam! | Oct 27 20:20:26.822 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.822 INFO kablam! | ^^^^^ Oct 27 20:20:26.822 INFO kablam! ... Oct 27 20:20:26.822 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 27 20:20:26.822 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.822 INFO kablam! | Oct 27 20:20:26.822 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.822 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.822 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.822 INFO kablam! | Oct 27 20:20:26.822 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.822 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.822 INFO kablam! ... Oct 27 20:20:26.822 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 27 20:20:26.822 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.822 INFO kablam! | Oct 27 20:20:26.822 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.826 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.826 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.826 INFO kablam! | Oct 27 20:20:26.826 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.826 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.826 INFO kablam! ... Oct 27 20:20:26.826 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 27 20:20:26.826 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.826 INFO kablam! | Oct 27 20:20:26.826 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.826 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.826 INFO kablam! | Oct 27 20:20:26.826 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.826 INFO kablam! | Oct 27 20:20:26.826 INFO kablam! Oct 27 20:20:26.826 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.826 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.826 INFO kablam! | Oct 27 20:20:26.826 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.826 INFO kablam! | ^^^^^ Oct 27 20:20:26.826 INFO kablam! ... Oct 27 20:20:26.826 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 27 20:20:26.826 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.826 INFO kablam! | Oct 27 20:20:26.826 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.826 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.826 INFO kablam! | Oct 27 20:20:26.826 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.826 INFO kablam! | Oct 27 20:20:26.826 INFO kablam! Oct 27 20:20:26.826 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.826 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.826 INFO kablam! | Oct 27 20:20:26.826 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.826 INFO kablam! | ^^^^^ Oct 27 20:20:26.826 INFO kablam! ... Oct 27 20:20:26.826 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 27 20:20:26.826 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.826 INFO kablam! | Oct 27 20:20:26.826 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.826 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.826 INFO kablam! | Oct 27 20:20:26.826 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.826 INFO kablam! | Oct 27 20:20:26.826 INFO kablam! Oct 27 20:20:26.829 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.829 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.829 INFO kablam! | Oct 27 20:20:26.829 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.829 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.829 INFO kablam! ... Oct 27 20:20:26.829 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 27 20:20:26.829 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.829 INFO kablam! | Oct 27 20:20:26.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.829 INFO kablam! | Oct 27 20:20:26.829 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.829 INFO kablam! | Oct 27 20:20:26.829 INFO kablam! Oct 27 20:20:26.829 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.829 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.829 INFO kablam! | Oct 27 20:20:26.829 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.829 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.829 INFO kablam! ... Oct 27 20:20:26.829 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 27 20:20:26.829 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.829 INFO kablam! | Oct 27 20:20:26.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.829 INFO kablam! | Oct 27 20:20:26.829 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.829 INFO kablam! | Oct 27 20:20:26.829 INFO kablam! Oct 27 20:20:26.829 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.829 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.829 INFO kablam! | Oct 27 20:20:26.829 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.829 INFO kablam! | ^^^^^ Oct 27 20:20:26.829 INFO kablam! ... Oct 27 20:20:26.829 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 27 20:20:26.829 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.829 INFO kablam! | Oct 27 20:20:26.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.829 INFO kablam! | Oct 27 20:20:26.829 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.829 INFO kablam! | Oct 27 20:20:26.829 INFO kablam! Oct 27 20:20:26.836 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.836 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.836 INFO kablam! | Oct 27 20:20:26.836 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.836 INFO kablam! | ^^^^^ Oct 27 20:20:26.836 INFO kablam! ... Oct 27 20:20:26.836 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 27 20:20:26.836 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.836 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.836 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.836 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.836 INFO kablam! | Oct 27 20:20:26.836 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.836 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.836 INFO kablam! ... Oct 27 20:20:26.836 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 27 20:20:26.836 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.836 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.836 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.836 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.836 INFO kablam! | Oct 27 20:20:26.836 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.836 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.836 INFO kablam! ... Oct 27 20:20:26.836 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 27 20:20:26.836 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.836 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.836 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.836 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.836 INFO kablam! | Oct 27 20:20:26.836 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.836 INFO kablam! | ^^^^^ Oct 27 20:20:26.836 INFO kablam! ... Oct 27 20:20:26.836 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 27 20:20:26.836 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.836 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.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! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.844 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.844 INFO kablam! | Oct 27 20:20:26.844 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.844 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.844 INFO kablam! ... Oct 27 20:20:26.844 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.844 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.844 INFO kablam! | Oct 27 20:20:26.844 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.844 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.844 INFO kablam! ... Oct 27 20:20:26.844 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 27 20:20:26.844 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! Oct 27 20:20:26.845 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.845 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.845 INFO kablam! | ^^^^^ Oct 27 20:20:26.845 INFO kablam! ... Oct 27 20:20:26.845 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 27 20:20:26.845 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! Oct 27 20:20:26.845 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.845 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.845 INFO kablam! | ^^^^^ Oct 27 20:20:26.845 INFO kablam! ... Oct 27 20:20:26.845 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 27 20:20:26.845 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! Oct 27 20:20:26.845 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.845 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.845 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.845 INFO kablam! ... Oct 27 20:20:26.845 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 27 20:20:26.845 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! Oct 27 20:20:26.845 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.845 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.845 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.845 INFO kablam! ... Oct 27 20:20:26.845 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 27 20:20:26.845 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! Oct 27 20:20:26.845 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.845 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.845 INFO kablam! | ^^^^^ Oct 27 20:20:26.845 INFO kablam! ... Oct 27 20:20:26.845 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 27 20:20:26.845 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.845 INFO kablam! | Oct 27 20:20:26.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! Oct 27 20:20:26.846 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.846 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.846 INFO kablam! | ^^^^^ Oct 27 20:20:26.846 INFO kablam! ... Oct 27 20:20:26.846 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 27 20:20:26.846 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! Oct 27 20:20:26.846 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.846 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.846 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.846 INFO kablam! ... Oct 27 20:20:26.846 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 27 20:20:26.846 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! Oct 27 20:20:26.846 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.846 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.846 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.846 INFO kablam! ... Oct 27 20:20:26.846 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 27 20:20:26.846 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! Oct 27 20:20:26.846 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.846 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.846 INFO kablam! | ^^^^^ Oct 27 20:20:26.846 INFO kablam! ... Oct 27 20:20:26.846 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 27 20:20:26.846 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! Oct 27 20:20:26.846 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.846 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.846 INFO kablam! | ^^^^^ Oct 27 20:20:26.846 INFO kablam! ... Oct 27 20:20:26.846 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 27 20:20:26.846 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.846 INFO kablam! | Oct 27 20:20:26.846 INFO kablam! Oct 27 20:20:26.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.852 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.852 INFO kablam! | Oct 27 20:20:26.852 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.852 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.852 INFO kablam! ... Oct 27 20:20:26.852 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 27 20:20:26.852 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.852 INFO kablam! | Oct 27 20:20:26.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.852 INFO kablam! | Oct 27 20:20:26.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.852 INFO kablam! | Oct 27 20:20:26.852 INFO kablam! Oct 27 20:20:26.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.852 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.852 INFO kablam! | Oct 27 20:20:26.852 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.852 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.852 INFO kablam! ... Oct 27 20:20:26.852 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 27 20:20:26.852 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.852 INFO kablam! | Oct 27 20:20:26.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.852 INFO kablam! | Oct 27 20:20:26.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.852 INFO kablam! | Oct 27 20:20:26.852 INFO kablam! Oct 27 20:20:26.852 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.852 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.852 INFO kablam! | Oct 27 20:20:26.852 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.852 INFO kablam! | ^^^^^ Oct 27 20:20:26.852 INFO kablam! ... Oct 27 20:20:26.852 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 27 20:20:26.852 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! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.854 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.854 INFO kablam! | Oct 27 20:20:26.854 INFO kablam! 180 | Jemalloc.dealloc(ptr, 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! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); 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.855 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.855 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.855 INFO kablam! | Oct 27 20:20:26.855 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.855 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.855 INFO kablam! ... Oct 27 20:20:26.855 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 27 20:20:26.855 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.855 INFO kablam! | Oct 27 20:20:26.855 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.855 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.855 INFO kablam! | Oct 27 20:20:26.855 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.855 INFO kablam! | Oct 27 20:20:26.855 INFO kablam! Oct 27 20:20:26.855 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.855 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.855 INFO kablam! | Oct 27 20:20:26.855 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.855 INFO kablam! | ^^^^^ Oct 27 20:20:26.855 INFO kablam! ... Oct 27 20:20:26.855 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 27 20:20:26.855 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.855 INFO kablam! | Oct 27 20:20:26.855 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.855 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.855 INFO kablam! | Oct 27 20:20:26.855 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.855 INFO kablam! | Oct 27 20:20:26.855 INFO kablam! Oct 27 20:20:26.855 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.855 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.855 INFO kablam! | Oct 27 20:20:26.855 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.855 INFO kablam! | ^^^^^ Oct 27 20:20:26.855 INFO kablam! ... Oct 27 20:20:26.855 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 27 20:20:26.855 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! Oct 27 20:20:26.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.877 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.877 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.877 INFO kablam! ... Oct 27 20:20:26.877 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 27 20:20:26.877 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! Oct 27 20:20:26.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.877 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.877 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.877 INFO kablam! ... Oct 27 20:20:26.877 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 27 20:20:26.877 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! Oct 27 20:20:26.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.877 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.877 INFO kablam! | ^^^^^ Oct 27 20:20:26.877 INFO kablam! ... Oct 27 20:20:26.877 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 27 20:20:26.877 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! Oct 27 20:20:26.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.877 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.877 INFO kablam! | ^^^^^ Oct 27 20:20:26.877 INFO kablam! ... Oct 27 20:20:26.877 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 27 20:20:26.877 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! Oct 27 20:20:26.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.877 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.877 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.877 INFO kablam! ... Oct 27 20:20:26.877 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 27 20:20:26.877 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.877 INFO kablam! | Oct 27 20:20:26.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! Oct 27 20:20:26.878 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.878 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.878 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.878 INFO kablam! ... Oct 27 20:20:26.878 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 27 20:20:26.878 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! Oct 27 20:20:26.878 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.878 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.878 INFO kablam! | ^^^^^ Oct 27 20:20:26.878 INFO kablam! ... Oct 27 20:20:26.878 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 27 20:20:26.878 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! Oct 27 20:20:26.878 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.878 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.878 INFO kablam! | ^^^^^ Oct 27 20:20:26.878 INFO kablam! ... Oct 27 20:20:26.878 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 27 20:20:26.878 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! Oct 27 20:20:26.878 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.878 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.878 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.878 INFO kablam! ... Oct 27 20:20:26.878 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 27 20:20:26.878 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! Oct 27 20:20:26.878 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.878 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.878 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.878 INFO kablam! ... Oct 27 20:20:26.878 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 27 20:20:26.878 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.878 INFO kablam! Oct 27 20:20:26.878 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.878 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.878 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.879 INFO kablam! | ^^^^^ Oct 27 20:20:26.879 INFO kablam! ... Oct 27 20:20:26.879 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 27 20:20:26.879 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! Oct 27 20:20:26.879 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.879 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.879 INFO kablam! | ^^^^^ Oct 27 20:20:26.879 INFO kablam! ... Oct 27 20:20:26.879 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 27 20:20:26.879 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! Oct 27 20:20:26.879 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.879 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.879 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.879 INFO kablam! ... Oct 27 20:20:26.879 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 27 20:20:26.879 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! Oct 27 20:20:26.879 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.879 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.879 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.879 INFO kablam! ... Oct 27 20:20:26.879 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 27 20:20:26.879 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! Oct 27 20:20:26.879 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.879 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.879 INFO kablam! | ^^^^^ Oct 27 20:20:26.879 INFO kablam! ... Oct 27 20:20:26.879 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 27 20:20:26.879 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! Oct 27 20:20:26.879 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.879 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.879 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.879 INFO kablam! | ^^^^^ Oct 27 20:20:26.879 INFO kablam! ... Oct 27 20:20:26.879 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 27 20:20:26.879 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.879 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! Oct 27 20:20:26.880 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.880 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.880 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.880 INFO kablam! ... Oct 27 20:20:26.880 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 27 20:20:26.880 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! Oct 27 20:20:26.880 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.880 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.880 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.880 INFO kablam! ... Oct 27 20:20:26.880 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 27 20:20:26.880 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! Oct 27 20:20:26.880 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.880 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.880 INFO kablam! | ^^^^^ Oct 27 20:20:26.880 INFO kablam! ... Oct 27 20:20:26.880 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 27 20:20:26.880 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! Oct 27 20:20:26.880 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.880 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.880 INFO kablam! | ^^^^^ Oct 27 20:20:26.880 INFO kablam! ... Oct 27 20:20:26.880 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 27 20:20:26.880 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! Oct 27 20:20:26.880 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.880 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.880 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.880 INFO kablam! ... Oct 27 20:20:26.880 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 27 20:20:26.880 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.880 INFO kablam! | Oct 27 20:20:26.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.881 INFO kablam! | Oct 27 20:20:26.881 INFO kablam! Oct 27 20:20:26.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.881 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.881 INFO kablam! | Oct 27 20:20:26.881 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.881 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.881 INFO kablam! ... Oct 27 20:20:26.881 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 27 20:20:26.881 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.881 INFO kablam! | Oct 27 20:20:26.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.881 INFO kablam! | Oct 27 20:20:26.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.881 INFO kablam! | Oct 27 20:20:26.881 INFO kablam! Oct 27 20:20:26.881 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.881 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.881 INFO kablam! | Oct 27 20:20:26.881 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.881 INFO kablam! | ^^^^^ Oct 27 20:20:26.881 INFO kablam! ... Oct 27 20:20:26.881 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 27 20:20:26.881 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.881 INFO kablam! | Oct 27 20:20:26.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.881 INFO kablam! | Oct 27 20:20:26.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.881 INFO kablam! | Oct 27 20:20:26.881 INFO kablam! Oct 27 20:20:26.881 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.881 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.881 INFO kablam! | Oct 27 20:20:26.881 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.881 INFO kablam! | ^^^^^ Oct 27 20:20:26.881 INFO kablam! ... Oct 27 20:20:26.881 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 27 20:20:26.881 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.881 INFO kablam! | Oct 27 20:20:26.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.881 INFO kablam! | Oct 27 20:20:26.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.881 INFO kablam! | Oct 27 20:20:26.881 INFO kablam! Oct 27 20:20:26.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.881 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.881 INFO kablam! | Oct 27 20:20:26.881 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.881 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.881 INFO kablam! ... Oct 27 20:20:26.881 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 27 20:20:26.881 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.881 INFO kablam! | Oct 27 20:20:26.881 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.888 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.888 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! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); 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! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); 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.889 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.889 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.889 INFO kablam! | Oct 27 20:20:26.889 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.889 INFO kablam! | ^^^^^ Oct 27 20:20:26.889 INFO kablam! ... Oct 27 20:20:26.889 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 27 20:20:26.889 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.889 INFO kablam! | Oct 27 20:20:26.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.889 INFO kablam! | Oct 27 20:20:26.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.889 INFO kablam! | Oct 27 20:20:26.889 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.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! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); 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.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.901 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.901 INFO kablam! ... Oct 27 20:20:26.901 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 27 20:20:26.901 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! Oct 27 20:20:26.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.901 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.901 INFO kablam! | ^^^^^ Oct 27 20:20:26.901 INFO kablam! ... Oct 27 20:20:26.901 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 27 20:20:26.901 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! Oct 27 20:20:26.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.901 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.901 INFO kablam! | ^^^^^ Oct 27 20:20:26.901 INFO kablam! ... Oct 27 20:20:26.901 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 27 20:20:26.901 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! Oct 27 20:20:26.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.901 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.901 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.901 INFO kablam! ... Oct 27 20:20:26.901 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 27 20:20:26.901 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! Oct 27 20:20:26.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.901 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.901 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.901 INFO kablam! ... Oct 27 20:20:26.901 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 27 20:20:26.901 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! Oct 27 20:20:26.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.901 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.901 INFO kablam! | ^^^^^ Oct 27 20:20:26.901 INFO kablam! ... Oct 27 20:20:26.901 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 27 20:20:26.901 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.901 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! Oct 27 20:20:26.902 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.902 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.902 INFO kablam! | ^^^^^ Oct 27 20:20:26.902 INFO kablam! ... Oct 27 20:20:26.902 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 27 20:20:26.902 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! Oct 27 20:20:26.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.902 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.902 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.902 INFO kablam! ... Oct 27 20:20:26.902 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 27 20:20:26.902 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! Oct 27 20:20:26.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.902 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.902 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.902 INFO kablam! ... Oct 27 20:20:26.902 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 27 20:20:26.902 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! Oct 27 20:20:26.902 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.902 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.902 INFO kablam! | ^^^^^ Oct 27 20:20:26.902 INFO kablam! ... Oct 27 20:20:26.902 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 27 20:20:26.902 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! Oct 27 20:20:26.902 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.902 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.902 INFO kablam! | ^^^^^ Oct 27 20:20:26.902 INFO kablam! ... Oct 27 20:20:26.902 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 27 20:20:26.902 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.902 INFO kablam! | Oct 27 20:20:26.902 INFO kablam! Oct 27 20:20:26.907 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.907 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.907 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.907 INFO kablam! ... Oct 27 20:20:26.907 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 27 20:20:26.907 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! Oct 27 20:20:26.907 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.907 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.907 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.907 INFO kablam! ... Oct 27 20:20:26.907 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 27 20:20:26.907 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! Oct 27 20:20:26.907 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.907 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.907 INFO kablam! | ^^^^^ Oct 27 20:20:26.907 INFO kablam! ... Oct 27 20:20:26.907 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 27 20:20:26.907 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! Oct 27 20:20:26.907 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.907 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.907 INFO kablam! | ^^^^^ Oct 27 20:20:26.907 INFO kablam! ... Oct 27 20:20:26.907 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 27 20:20:26.907 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! Oct 27 20:20:26.907 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.907 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.907 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.907 INFO kablam! ... Oct 27 20:20:26.907 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 27 20:20:26.907 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! Oct 27 20:20:26.907 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.907 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.907 INFO kablam! | Oct 27 20:20:26.907 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.908 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.908 INFO kablam! ... Oct 27 20:20:26.908 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 27 20:20:26.908 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.908 INFO kablam! | Oct 27 20:20:26.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.908 INFO kablam! | Oct 27 20:20:26.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.908 INFO kablam! | Oct 27 20:20:26.908 INFO kablam! Oct 27 20:20:26.908 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.908 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.908 INFO kablam! | Oct 27 20:20:26.908 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.908 INFO kablam! | ^^^^^ Oct 27 20:20:26.908 INFO kablam! ... Oct 27 20:20:26.908 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 27 20:20:26.908 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.908 INFO kablam! | Oct 27 20:20:26.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.908 INFO kablam! | Oct 27 20:20:26.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.908 INFO kablam! | Oct 27 20:20:26.908 INFO kablam! Oct 27 20:20:26.908 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.908 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.908 INFO kablam! | Oct 27 20:20:26.908 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.908 INFO kablam! | ^^^^^ Oct 27 20:20:26.908 INFO kablam! ... Oct 27 20:20:26.908 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 27 20:20:26.908 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! Oct 27 20:20:26.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.912 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.912 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.912 INFO kablam! ... Oct 27 20:20:26.912 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 27 20:20:26.912 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! Oct 27 20:20:26.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.912 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.912 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.912 INFO kablam! ... Oct 27 20:20:26.912 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 27 20:20:26.912 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! Oct 27 20:20:26.912 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.912 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.912 INFO kablam! | ^^^^^ Oct 27 20:20:26.912 INFO kablam! ... Oct 27 20:20:26.912 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 27 20:20:26.912 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! Oct 27 20:20:26.912 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.912 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.912 INFO kablam! | ^^^^^ Oct 27 20:20:26.912 INFO kablam! ... Oct 27 20:20:26.912 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 27 20:20:26.912 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! Oct 27 20:20:26.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.912 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.912 INFO kablam! | Oct 27 20:20:26.912 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.912 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.913 INFO kablam! ... Oct 27 20:20:26.913 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 27 20:20:26.913 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.913 INFO kablam! | Oct 27 20:20:26.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.913 INFO kablam! | Oct 27 20:20:26.913 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.913 INFO kablam! | Oct 27 20:20:26.913 INFO kablam! Oct 27 20:20:26.913 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.913 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.913 INFO kablam! | Oct 27 20:20:26.913 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.913 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.913 INFO kablam! ... Oct 27 20:20:26.913 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 27 20:20:26.913 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.913 INFO kablam! | Oct 27 20:20:26.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.913 INFO kablam! | Oct 27 20:20:26.913 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.913 INFO kablam! | Oct 27 20:20:26.913 INFO kablam! Oct 27 20:20:26.913 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.913 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.913 INFO kablam! | Oct 27 20:20:26.913 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.913 INFO kablam! | ^^^^^ Oct 27 20:20:26.913 INFO kablam! ... Oct 27 20:20:26.913 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 27 20:20:26.913 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.913 INFO kablam! | Oct 27 20:20:26.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.913 INFO kablam! | Oct 27 20:20:26.913 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.913 INFO kablam! | Oct 27 20:20:26.913 INFO kablam! Oct 27 20:20:26.920 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.920 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.920 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.920 INFO kablam! | ^^^^^ Oct 27 20:20:26.920 INFO kablam! ... Oct 27 20:20:26.920 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 27 20:20:26.920 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! Oct 27 20:20:26.920 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.920 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.920 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.920 INFO kablam! ... Oct 27 20:20:26.920 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 27 20:20:26.920 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! Oct 27 20:20:26.920 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.920 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.920 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.920 INFO kablam! ... Oct 27 20:20:26.920 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 27 20:20:26.920 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! Oct 27 20:20:26.920 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.920 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.920 INFO kablam! | ^^^^^ Oct 27 20:20:26.920 INFO kablam! ... Oct 27 20:20:26.920 INFO kablam! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Oct 27 20:20:26.920 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! Oct 27 20:20:26.920 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.920 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.920 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.920 INFO kablam! | ^^^^^ Oct 27 20:20:26.920 INFO kablam! ... Oct 27 20:20:26.920 INFO kablam! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Oct 27 20:20:26.920 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.920 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! Oct 27 20:20:26.920 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.920 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.920 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! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); 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! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.921 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.921 INFO kablam! | Oct 27 20:20:26.921 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); 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.931 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.931 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.931 INFO kablam! | ^^^^^ Oct 27 20:20:26.931 INFO kablam! ... Oct 27 20:20:26.931 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 27 20:20:26.931 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! Oct 27 20:20:26.931 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.931 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.931 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.931 INFO kablam! ... Oct 27 20:20:26.931 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 27 20:20:26.931 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! Oct 27 20:20:26.931 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.931 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.931 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.931 INFO kablam! ... Oct 27 20:20:26.931 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 27 20:20:26.931 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! Oct 27 20:20:26.931 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.931 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.931 INFO kablam! | ^^^^^ Oct 27 20:20:26.931 INFO kablam! ... Oct 27 20:20:26.931 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 27 20:20:26.931 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! Oct 27 20:20:26.931 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.931 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.931 INFO kablam! | ^^^^^ Oct 27 20:20:26.931 INFO kablam! ... Oct 27 20:20:26.931 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 27 20:20:26.931 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! Oct 27 20:20:26.931 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.931 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.931 INFO kablam! | Oct 27 20:20:26.931 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.932 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.932 INFO kablam! ... Oct 27 20:20:26.932 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 27 20:20:26.932 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.932 INFO kablam! | Oct 27 20:20:26.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.932 INFO kablam! | Oct 27 20:20:26.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.932 INFO kablam! | Oct 27 20:20:26.932 INFO kablam! Oct 27 20:20:26.932 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.932 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.932 INFO kablam! | Oct 27 20:20:26.932 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.932 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.932 INFO kablam! ... Oct 27 20:20:26.932 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 27 20:20:26.932 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.932 INFO kablam! | Oct 27 20:20:26.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.932 INFO kablam! | Oct 27 20:20:26.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.932 INFO kablam! | Oct 27 20:20:26.932 INFO kablam! Oct 27 20:20:26.938 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.939 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.939 INFO kablam! | ^^^^^ Oct 27 20:20:26.939 INFO kablam! ... Oct 27 20:20:26.939 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 27 20:20:26.939 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! Oct 27 20:20:26.939 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.939 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.939 INFO kablam! | ^^^^^ Oct 27 20:20:26.939 INFO kablam! ... Oct 27 20:20:26.939 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 27 20:20:26.939 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! Oct 27 20:20:26.939 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.939 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.939 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.939 INFO kablam! ... Oct 27 20:20:26.939 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 27 20:20:26.939 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! Oct 27 20:20:26.939 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.939 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.939 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.939 INFO kablam! ... Oct 27 20:20:26.939 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 27 20:20:26.939 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! Oct 27 20:20:26.939 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.939 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.939 INFO kablam! | ^^^^^ Oct 27 20:20:26.939 INFO kablam! ... Oct 27 20:20:26.939 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 27 20:20:26.939 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! Oct 27 20:20:26.939 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.939 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.939 INFO kablam! | Oct 27 20:20:26.939 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.939 INFO kablam! | ^^^^^ Oct 27 20:20:26.940 INFO kablam! ... Oct 27 20:20:26.940 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.940 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.940 INFO kablam! | Oct 27 20:20:26.940 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.940 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.940 INFO kablam! ... Oct 27 20:20:26.940 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.940 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.940 INFO kablam! | Oct 27 20:20:26.940 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.940 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.940 INFO kablam! ... Oct 27 20:20:26.940 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); 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: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! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); 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.943 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.943 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.943 INFO kablam! | Oct 27 20:20:26.943 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.943 INFO kablam! | ^^^^^ Oct 27 20:20:26.943 INFO kablam! ... Oct 27 20:20:26.943 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 27 20:20:26.943 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.943 INFO kablam! | Oct 27 20:20:26.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.943 INFO kablam! | Oct 27 20:20:26.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.943 INFO kablam! | Oct 27 20:20:26.943 INFO kablam! Oct 27 20:20:26.943 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.943 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.944 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.944 INFO kablam! ... Oct 27 20:20:26.944 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 27 20:20:26.944 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! Oct 27 20:20:26.944 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.944 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.944 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.944 INFO kablam! ... Oct 27 20:20:26.944 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 27 20:20:26.944 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! Oct 27 20:20:26.944 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.944 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.944 INFO kablam! | ^^^^^ Oct 27 20:20:26.944 INFO kablam! ... Oct 27 20:20:26.944 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 27 20:20:26.944 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! Oct 27 20:20:26.944 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.944 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.944 INFO kablam! | ^^^^^ Oct 27 20:20:26.944 INFO kablam! ... Oct 27 20:20:26.944 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 27 20:20:26.944 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! Oct 27 20:20:26.944 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.944 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.944 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.944 INFO kablam! ... Oct 27 20:20:26.944 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 27 20:20:26.944 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! Oct 27 20:20:26.944 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.944 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.944 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.944 INFO kablam! ... Oct 27 20:20:26.944 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 27 20:20:26.944 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.944 INFO kablam! | Oct 27 20:20:26.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.945 INFO kablam! | Oct 27 20:20:26.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.945 INFO kablam! | Oct 27 20:20:26.945 INFO kablam! Oct 27 20:20:26.945 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.945 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.945 INFO kablam! | Oct 27 20:20:26.945 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.945 INFO kablam! | ^^^^^ Oct 27 20:20:26.945 INFO kablam! ... Oct 27 20:20:26.945 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 27 20:20:26.945 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.945 INFO kablam! | Oct 27 20:20:26.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.945 INFO kablam! | Oct 27 20:20:26.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.945 INFO kablam! | Oct 27 20:20:26.945 INFO kablam! Oct 27 20:20:26.958 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.958 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.959 INFO kablam! | ^^^^^ Oct 27 20:20:26.959 INFO kablam! ... Oct 27 20:20:26.959 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 27 20:20:26.959 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! Oct 27 20:20:26.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.959 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.959 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.959 INFO kablam! ... Oct 27 20:20:26.959 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 27 20:20:26.959 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! Oct 27 20:20:26.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.959 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.959 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.959 INFO kablam! ... Oct 27 20:20:26.959 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 27 20:20:26.959 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! Oct 27 20:20:26.959 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.959 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.959 INFO kablam! | ^^^^^ Oct 27 20:20:26.959 INFO kablam! ... Oct 27 20:20:26.959 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 27 20:20:26.959 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! Oct 27 20:20:26.959 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.959 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.959 INFO kablam! | ^^^^^ Oct 27 20:20:26.959 INFO kablam! ... Oct 27 20:20:26.959 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 27 20:20:26.959 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! Oct 27 20:20:26.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.959 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.959 INFO kablam! | Oct 27 20:20:26.959 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.959 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.959 INFO kablam! ... Oct 27 20:20:26.959 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 27 20:20:26.960 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! Oct 27 20:20:26.960 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.960 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.960 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.960 INFO kablam! ... Oct 27 20:20:26.960 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 27 20:20:26.960 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! Oct 27 20:20:26.960 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.960 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.960 INFO kablam! | ^^^^^ Oct 27 20:20:26.960 INFO kablam! ... Oct 27 20:20:26.960 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 27 20:20:26.960 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! Oct 27 20:20:26.960 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.960 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.960 INFO kablam! | ^^^^^ Oct 27 20:20:26.960 INFO kablam! ... Oct 27 20:20:26.960 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 27 20:20:26.960 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! Oct 27 20:20:26.960 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.960 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.960 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.960 INFO kablam! ... Oct 27 20:20:26.960 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 27 20:20:26.960 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! Oct 27 20:20:26.960 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.960 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.960 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.960 INFO kablam! ... Oct 27 20:20:26.960 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 27 20:20:26.960 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.960 INFO kablam! | Oct 27 20:20:26.960 INFO kablam! Oct 27 20:20:26.961 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.961 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.961 INFO kablam! | Oct 27 20:20:26.961 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.961 INFO kablam! | ^^^^^ Oct 27 20:20:26.961 INFO kablam! ... Oct 27 20:20:26.961 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 27 20:20:26.961 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.961 INFO kablam! | Oct 27 20:20:26.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.961 INFO kablam! | Oct 27 20:20:26.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.961 INFO kablam! | Oct 27 20:20:26.961 INFO kablam! Oct 27 20:20:26.961 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.961 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.961 INFO kablam! | Oct 27 20:20:26.961 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.961 INFO kablam! | ^^^^^ Oct 27 20:20:26.961 INFO kablam! ... Oct 27 20:20:26.961 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 27 20:20:26.961 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.961 INFO kablam! | Oct 27 20:20:26.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.961 INFO kablam! | Oct 27 20:20:26.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.961 INFO kablam! | Oct 27 20:20:26.961 INFO kablam! Oct 27 20:20:26.961 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.961 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.961 INFO kablam! | Oct 27 20:20:26.961 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.961 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.961 INFO kablam! ... Oct 27 20:20:26.961 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 27 20:20:26.961 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.961 INFO kablam! | Oct 27 20:20:26.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.961 INFO kablam! | Oct 27 20:20:26.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.961 INFO kablam! | Oct 27 20:20:26.961 INFO kablam! Oct 27 20:20:26.961 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.961 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.961 INFO kablam! | Oct 27 20:20:26.961 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.961 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.961 INFO kablam! ... Oct 27 20:20:26.961 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 27 20:20:26.961 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.961 INFO kablam! | Oct 27 20:20:26.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.961 INFO kablam! | Oct 27 20:20:26.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.961 INFO kablam! | Oct 27 20:20:26.961 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:171:36 Oct 27 20:20:26.964 INFO kablam! | Oct 27 20:20:26.964 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); 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 `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! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); 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.965 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.965 INFO kablam! ... Oct 27 20:20:26.965 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 27 20:20:26.965 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.965 INFO kablam! | Oct 27 20:20:26.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.965 INFO kablam! | Oct 27 20:20:26.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.965 INFO kablam! | Oct 27 20:20:26.965 INFO kablam! Oct 27 20:20:26.965 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.965 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.965 INFO kablam! | Oct 27 20:20:26.965 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.965 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.965 INFO kablam! ... Oct 27 20:20:26.965 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 27 20:20:26.965 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.965 INFO kablam! | Oct 27 20:20:26.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.965 INFO kablam! | Oct 27 20:20:26.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.965 INFO kablam! | Oct 27 20:20:26.965 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! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 27 20:20:26.974 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.974 INFO kablam! | Oct 27 20:20:26.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.974 INFO kablam! | Oct 27 20:20:26.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.974 INFO kablam! | Oct 27 20:20:26.974 INFO kablam! Oct 27 20:20:26.974 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.974 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.974 INFO kablam! | Oct 27 20:20:26.974 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.974 INFO kablam! | ^^^^^ Oct 27 20:20:26.974 INFO kablam! ... Oct 27 20:20:26.974 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 27 20:20:26.974 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.974 INFO kablam! | Oct 27 20:20:26.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.974 INFO kablam! | Oct 27 20:20:26.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.974 INFO kablam! | Oct 27 20:20:26.974 INFO kablam! Oct 27 20:20:26.974 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.974 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.974 INFO kablam! | Oct 27 20:20:26.974 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.974 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.974 INFO kablam! ... Oct 27 20:20:26.974 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 27 20:20:26.974 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.974 INFO kablam! | Oct 27 20:20:26.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.974 INFO kablam! | Oct 27 20:20:26.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.974 INFO kablam! | Oct 27 20:20:26.974 INFO kablam! Oct 27 20:20:26.974 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.974 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.974 INFO kablam! | Oct 27 20:20:26.974 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.974 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.974 INFO kablam! ... Oct 27 20:20:26.974 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 27 20:20:26.974 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.974 INFO kablam! | Oct 27 20:20:26.974 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.975 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.975 INFO kablam! | Oct 27 20:20:26.975 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.975 INFO kablam! | ^^^^^ Oct 27 20:20:26.975 INFO kablam! ... Oct 27 20:20:26.975 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 27 20:20:26.975 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.975 INFO kablam! | Oct 27 20:20:26.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.978 INFO kablam! | Oct 27 20:20:26.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.978 INFO kablam! | Oct 27 20:20:26.978 INFO kablam! Oct 27 20:20:26.978 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.978 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.978 INFO kablam! | Oct 27 20:20:26.978 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.978 INFO kablam! | ^^^^^ Oct 27 20:20:26.978 INFO kablam! ... Oct 27 20:20:26.978 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 27 20:20:26.978 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.978 INFO kablam! | Oct 27 20:20:26.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.978 INFO kablam! | Oct 27 20:20:26.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.978 INFO kablam! | Oct 27 20:20:26.978 INFO kablam! Oct 27 20:20:26.978 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.978 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.978 INFO kablam! | Oct 27 20:20:26.978 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.978 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.978 INFO kablam! ... Oct 27 20:20:26.978 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 27 20:20:26.978 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.978 INFO kablam! | Oct 27 20:20:26.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.978 INFO kablam! | Oct 27 20:20:26.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.978 INFO kablam! | Oct 27 20:20:26.978 INFO kablam! Oct 27 20:20:26.978 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.978 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.979 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.979 INFO kablam! ... Oct 27 20:20:26.979 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 27 20:20:26.979 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! Oct 27 20:20:26.979 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.979 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.979 INFO kablam! | ^^^^^ Oct 27 20:20:26.979 INFO kablam! ... Oct 27 20:20:26.979 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 27 20:20:26.979 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! Oct 27 20:20:26.979 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.979 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.979 INFO kablam! | ^^^^^ Oct 27 20:20:26.979 INFO kablam! ... Oct 27 20:20:26.979 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 27 20:20:26.979 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! Oct 27 20:20:26.979 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.979 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.979 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.979 INFO kablam! ... Oct 27 20:20:26.979 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 27 20:20:26.979 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! Oct 27 20:20:26.979 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.979 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.979 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.979 INFO kablam! ... Oct 27 20:20:26.979 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 27 20:20:26.979 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! Oct 27 20:20:26.979 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.979 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.979 INFO kablam! | Oct 27 20:20:26.979 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.979 INFO kablam! | ^^^^^ Oct 27 20:20:26.980 INFO kablam! ... Oct 27 20:20:26.980 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 27 20:20:26.980 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.980 INFO kablam! | Oct 27 20:20:26.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.980 INFO kablam! | Oct 27 20:20:26.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.980 INFO kablam! | Oct 27 20:20:26.980 INFO kablam! Oct 27 20:20:26.980 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.980 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.980 INFO kablam! | Oct 27 20:20:26.980 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.980 INFO kablam! | ^^^^^ Oct 27 20:20:26.980 INFO kablam! ... Oct 27 20:20:26.980 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 27 20:20:26.980 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.980 INFO kablam! | Oct 27 20:20:26.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.980 INFO kablam! | Oct 27 20:20:26.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.980 INFO kablam! | Oct 27 20:20:26.980 INFO kablam! Oct 27 20:20:26.980 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.980 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.980 INFO kablam! | Oct 27 20:20:26.980 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.980 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.980 INFO kablam! ... Oct 27 20:20:26.980 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 27 20:20:26.980 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.980 INFO kablam! | Oct 27 20:20:26.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.980 INFO kablam! | Oct 27 20:20:26.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.980 INFO kablam! | Oct 27 20:20:26.980 INFO kablam! Oct 27 20:20:26.980 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.980 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.980 INFO kablam! | Oct 27 20:20:26.980 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.980 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.980 INFO kablam! ... Oct 27 20:20:26.980 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 27 20:20:26.980 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.980 INFO kablam! | Oct 27 20:20:26.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.980 INFO kablam! | Oct 27 20:20:26.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.980 INFO kablam! | Oct 27 20:20:26.980 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:171:36 Oct 27 20:20:27.002 INFO kablam! | Oct 27 20:20:27.003 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.003 INFO kablam! | ^^^^^ Oct 27 20:20:27.003 INFO kablam! ... Oct 27 20:20:27.003 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.003 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.003 INFO kablam! | Oct 27 20:20:27.003 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.003 INFO kablam! | ^^^^^ Oct 27 20:20:27.003 INFO kablam! ... Oct 27 20:20:27.003 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); 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: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! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); 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.003 INFO kablam! ... Oct 27 20:20:27.003 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.004 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.004 INFO kablam! | ^^^^^ Oct 27 20:20:27.004 INFO kablam! ... Oct 27 20:20:27.004 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 27 20:20:27.004 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! Oct 27 20:20:27.004 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.004 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.004 INFO kablam! | ^^^^^ Oct 27 20:20:27.004 INFO kablam! ... Oct 27 20:20:27.004 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 27 20:20:27.004 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! Oct 27 20:20:27.004 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.004 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.004 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.004 INFO kablam! ... Oct 27 20:20:27.004 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 27 20:20:27.004 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! Oct 27 20:20:27.004 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.004 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.004 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.004 INFO kablam! ... Oct 27 20:20:27.004 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 27 20:20:27.004 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! Oct 27 20:20:27.004 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.004 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.004 INFO kablam! | ^^^^^ Oct 27 20:20:27.004 INFO kablam! ... Oct 27 20:20:27.004 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 27 20:20:27.004 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! Oct 27 20:20:27.004 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.004 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.004 INFO kablam! | Oct 27 20:20:27.004 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.004 INFO kablam! | ^^^^^ Oct 27 20:20:27.004 INFO kablam! ... Oct 27 20:20:27.004 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 27 20:20:27.004 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! Oct 27 20:20:27.005 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.005 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.005 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.005 INFO kablam! ... Oct 27 20:20:27.005 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 27 20:20:27.005 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! Oct 27 20:20:27.005 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.005 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.005 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.005 INFO kablam! ... Oct 27 20:20:27.005 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 27 20:20:27.005 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! Oct 27 20:20:27.005 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.005 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.005 INFO kablam! | ^^^^^ Oct 27 20:20:27.005 INFO kablam! ... Oct 27 20:20:27.005 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 27 20:20:27.005 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! Oct 27 20:20:27.005 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.005 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.005 INFO kablam! | ^^^^^ Oct 27 20:20:27.005 INFO kablam! ... Oct 27 20:20:27.005 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 27 20:20:27.005 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! Oct 27 20:20:27.005 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.005 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.005 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.005 INFO kablam! ... Oct 27 20:20:27.005 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 27 20:20:27.005 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.005 INFO kablam! | Oct 27 20:20:27.005 INFO kablam! Oct 27 20:20:27.005 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.006 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.006 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.006 INFO kablam! ... Oct 27 20:20:27.006 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 27 20:20:27.006 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! Oct 27 20:20:27.006 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.006 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.006 INFO kablam! | ^^^^^ Oct 27 20:20:27.006 INFO kablam! ... Oct 27 20:20:27.006 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 27 20:20:27.006 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! Oct 27 20:20:27.006 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.006 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.006 INFO kablam! | ^^^^^ Oct 27 20:20:27.006 INFO kablam! ... Oct 27 20:20:27.006 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 27 20:20:27.006 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! Oct 27 20:20:27.006 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.006 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.006 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.006 INFO kablam! ... Oct 27 20:20:27.006 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 27 20:20:27.006 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! Oct 27 20:20:27.006 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.006 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.006 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.006 INFO kablam! ... Oct 27 20:20:27.006 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 27 20:20:27.006 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 INFO kablam! Oct 27 20:20:27.006 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.006 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.006 INFO kablam! | Oct 27 20:20:27.006 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! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); 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! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); 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.014 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.014 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.014 INFO kablam! | Oct 27 20:20:27.014 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.014 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.014 INFO kablam! ... Oct 27 20:20:27.014 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 27 20:20:27.014 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.014 INFO kablam! | Oct 27 20:20:27.014 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.014 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.014 INFO kablam! | Oct 27 20:20:27.014 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.014 INFO kablam! | Oct 27 20:20:27.014 INFO kablam! Oct 27 20:20:27.014 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.014 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.014 INFO kablam! | Oct 27 20:20:27.014 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.014 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.014 INFO kablam! ... Oct 27 20:20:27.014 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 27 20:20:27.014 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.014 INFO kablam! | Oct 27 20:20:27.014 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.014 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.014 INFO kablam! | Oct 27 20:20:27.014 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.014 INFO kablam! | Oct 27 20:20:27.014 INFO kablam! Oct 27 20:20:27.014 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.014 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.014 INFO kablam! | Oct 27 20:20:27.014 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.014 INFO kablam! | ^^^^^ Oct 27 20:20:27.014 INFO kablam! ... Oct 27 20:20:27.014 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 27 20:20:27.014 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.014 INFO kablam! | Oct 27 20:20:27.014 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.014 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.014 INFO kablam! | Oct 27 20:20:27.014 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.014 INFO kablam! | Oct 27 20:20:27.014 INFO kablam! Oct 27 20:20:27.014 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.014 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.014 INFO kablam! | Oct 27 20:20:27.014 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.014 INFO kablam! | ^^^^^ Oct 27 20:20:27.014 INFO kablam! ... Oct 27 20:20:27.014 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 27 20:20:27.014 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.014 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! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); 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.017 INFO kablam! ... Oct 27 20:20:27.017 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.017 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.017 INFO kablam! | Oct 27 20:20:27.017 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); 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 `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! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); 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.018 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 27 20:20:27.018 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.018 INFO kablam! | Oct 27 20:20:27.018 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.018 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.018 INFO kablam! | Oct 27 20:20:27.018 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.018 INFO kablam! | Oct 27 20:20:27.018 INFO kablam! Oct 27 20:20:27.018 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.018 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.018 INFO kablam! | Oct 27 20:20:27.018 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.018 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.018 INFO kablam! ... Oct 27 20:20:27.018 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 27 20:20:27.018 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.018 INFO kablam! | Oct 27 20:20:27.018 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.018 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.018 INFO kablam! | Oct 27 20:20:27.018 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.018 INFO kablam! | Oct 27 20:20:27.018 INFO kablam! Oct 27 20:20:27.018 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.018 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.018 INFO kablam! | Oct 27 20:20:27.018 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.018 INFO kablam! | ^^^^^ Oct 27 20:20:27.018 INFO kablam! ... Oct 27 20:20:27.018 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 27 20:20:27.018 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.018 INFO kablam! | Oct 27 20:20:27.018 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.018 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.018 INFO kablam! | Oct 27 20:20:27.018 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.018 INFO kablam! | Oct 27 20:20:27.018 INFO kablam! Oct 27 20:20:27.025 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.025 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.025 INFO kablam! | ^^^^^ Oct 27 20:20:27.025 INFO kablam! ... Oct 27 20:20:27.025 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 27 20:20:27.025 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! Oct 27 20:20:27.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.025 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.025 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.025 INFO kablam! ... Oct 27 20:20:27.025 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 27 20:20:27.025 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! Oct 27 20:20:27.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.025 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.025 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.025 INFO kablam! ... Oct 27 20:20:27.025 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 27 20:20:27.025 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! Oct 27 20:20:27.025 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.025 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.025 INFO kablam! | ^^^^^ Oct 27 20:20:27.025 INFO kablam! ... Oct 27 20:20:27.025 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 27 20:20:27.025 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! Oct 27 20:20:27.025 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.025 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.025 INFO kablam! | ^^^^^ Oct 27 20:20:27.025 INFO kablam! ... Oct 27 20:20:27.025 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 27 20:20:27.025 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.025 INFO kablam! | Oct 27 20:20:27.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.026 INFO kablam! | Oct 27 20:20:27.026 INFO kablam! Oct 27 20:20:27.026 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.026 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.026 INFO kablam! | Oct 27 20:20:27.026 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.026 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.026 INFO kablam! ... Oct 27 20:20:27.026 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 27 20:20:27.026 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.026 INFO kablam! | Oct 27 20:20:27.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.026 INFO kablam! | Oct 27 20:20:27.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.026 INFO kablam! | Oct 27 20:20:27.026 INFO kablam! Oct 27 20:20:27.026 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.026 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.026 INFO kablam! | Oct 27 20:20:27.026 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.026 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.026 INFO kablam! ... Oct 27 20:20:27.026 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 27 20:20:27.026 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.026 INFO kablam! | Oct 27 20:20:27.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.026 INFO kablam! | Oct 27 20:20:27.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.026 INFO kablam! | Oct 27 20:20:27.026 INFO kablam! Oct 27 20:20:27.034 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.034 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.034 INFO kablam! | Oct 27 20:20:27.034 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.034 INFO kablam! | ^^^^^ Oct 27 20:20:27.034 INFO kablam! ... Oct 27 20:20:27.034 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 27 20:20:27.034 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.034 INFO kablam! | Oct 27 20:20:27.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.034 INFO kablam! | Oct 27 20:20:27.034 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.034 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.034 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.034 INFO kablam! | Oct 27 20:20:27.034 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.034 INFO kablam! | ^^^^^ Oct 27 20:20:27.034 INFO kablam! ... Oct 27 20:20:27.034 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 27 20:20:27.034 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.034 INFO kablam! | Oct 27 20:20:27.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.034 INFO kablam! | Oct 27 20:20:27.034 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.034 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.034 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.034 INFO kablam! | Oct 27 20:20:27.034 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.034 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.034 INFO kablam! ... Oct 27 20:20:27.034 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 27 20:20:27.034 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.034 INFO kablam! | Oct 27 20:20:27.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.034 INFO kablam! | Oct 27 20:20:27.034 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.034 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.034 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.034 INFO kablam! | Oct 27 20:20:27.034 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.034 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.034 INFO kablam! ... Oct 27 20:20:27.034 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 27 20:20:27.034 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.034 INFO kablam! | Oct 27 20:20:27.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.034 INFO kablam! | Oct 27 20:20:27.034 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.034 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.034 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.034 INFO kablam! | Oct 27 20:20:27.034 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.034 INFO kablam! | ^^^^^ Oct 27 20:20:27.034 INFO kablam! ... Oct 27 20:20:27.034 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 27 20:20:27.034 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.034 INFO kablam! | Oct 27 20:20:27.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.034 INFO kablam! | Oct 27 20:20:27.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! Oct 27 20:20:27.035 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.035 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.035 INFO kablam! | ^^^^^ Oct 27 20:20:27.035 INFO kablam! ... Oct 27 20:20:27.035 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 27 20:20:27.035 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! Oct 27 20:20:27.035 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.035 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.035 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.035 INFO kablam! ... Oct 27 20:20:27.035 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 27 20:20:27.035 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! Oct 27 20:20:27.035 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.035 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.035 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.035 INFO kablam! ... Oct 27 20:20:27.035 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 27 20:20:27.035 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! Oct 27 20:20:27.035 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.035 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.035 INFO kablam! | ^^^^^ Oct 27 20:20:27.035 INFO kablam! ... Oct 27 20:20:27.035 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 27 20:20:27.035 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.035 INFO kablam! | Oct 27 20:20:27.035 INFO kablam! Oct 27 20:20:27.042 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.042 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.042 INFO kablam! | Oct 27 20:20:27.042 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.042 INFO kablam! | ^^^^^ Oct 27 20:20:27.042 INFO kablam! ... Oct 27 20:20:27.042 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 27 20:20:27.042 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.042 INFO kablam! | Oct 27 20:20:27.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.042 INFO kablam! | Oct 27 20:20:27.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.042 INFO kablam! | Oct 27 20:20:27.042 INFO kablam! Oct 27 20:20:27.042 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.042 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.042 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.043 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.043 INFO kablam! ... Oct 27 20:20:27.043 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 27 20:20:27.043 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! Oct 27 20:20:27.043 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.043 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.043 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.043 INFO kablam! ... Oct 27 20:20:27.043 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 27 20:20:27.043 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! Oct 27 20:20:27.043 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.043 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.043 INFO kablam! | ^^^^^ Oct 27 20:20:27.043 INFO kablam! ... Oct 27 20:20:27.043 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 27 20:20:27.043 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! Oct 27 20:20:27.043 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.043 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.043 INFO kablam! | ^^^^^ Oct 27 20:20:27.043 INFO kablam! ... Oct 27 20:20:27.043 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 27 20:20:27.043 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! Oct 27 20:20:27.043 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.043 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.043 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.043 INFO kablam! ... Oct 27 20:20:27.043 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 27 20:20:27.043 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! Oct 27 20:20:27.043 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.043 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.043 INFO kablam! | Oct 27 20:20:27.043 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.043 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.043 INFO kablam! ... Oct 27 20:20:27.043 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 27 20:20:27.043 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.043 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.044 INFO kablam! | Oct 27 20:20:27.044 INFO kablam! Oct 27 20:20:27.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.044 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.044 INFO kablam! | Oct 27 20:20:27.044 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.044 INFO kablam! | ^^^^^ Oct 27 20:20:27.044 INFO kablam! ... Oct 27 20:20:27.044 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); 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.044 INFO kablam! | Oct 27 20:20:27.044 INFO kablam! Oct 27 20:20:27.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.044 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.044 INFO kablam! | Oct 27 20:20:27.044 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.044 INFO kablam! | ^^^^^ Oct 27 20:20:27.044 INFO kablam! ... Oct 27 20:20:27.044 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); 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.044 INFO kablam! | Oct 27 20:20:27.044 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:180:30 Oct 27 20:20:27.044 INFO kablam! | Oct 27 20:20:27.044 INFO kablam! 180 | Jemalloc.dealloc(ptr, 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! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); 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.044 INFO kablam! | Oct 27 20:20:27.044 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! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); 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.044 INFO kablam! | Oct 27 20:20:27.044 INFO kablam! Oct 27 20:20:27.051 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.051 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.051 INFO kablam! | Oct 27 20:20:27.051 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.051 INFO kablam! | ^^^^^ Oct 27 20:20:27.051 INFO kablam! ... Oct 27 20:20:27.051 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); 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.051 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.051 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.051 INFO kablam! | Oct 27 20:20:27.051 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.051 INFO kablam! | ^^^^^ Oct 27 20:20:27.051 INFO kablam! ... Oct 27 20:20:27.051 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); 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.051 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.051 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.051 INFO kablam! | Oct 27 20:20:27.051 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.051 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.051 INFO kablam! ... Oct 27 20:20:27.051 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); 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.051 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.051 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.051 INFO kablam! | Oct 27 20:20:27.051 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.051 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.051 INFO kablam! ... Oct 27 20:20:27.051 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); 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.051 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.051 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.051 INFO kablam! | Oct 27 20:20:27.051 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.051 INFO kablam! | ^^^^^ Oct 27 20:20:27.051 INFO kablam! ... Oct 27 20:20:27.051 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 27 20:20:27.052 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! Oct 27 20:20:27.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.052 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.052 INFO kablam! | ^^^^^ Oct 27 20:20:27.052 INFO kablam! ... Oct 27 20:20:27.052 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 27 20:20:27.052 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! Oct 27 20:20:27.052 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.052 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.052 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.052 INFO kablam! ... Oct 27 20:20:27.052 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 27 20:20:27.052 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! Oct 27 20:20:27.052 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.052 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.052 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.052 INFO kablam! ... Oct 27 20:20:27.052 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 27 20:20:27.052 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! Oct 27 20:20:27.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.052 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.052 INFO kablam! | ^^^^^ Oct 27 20:20:27.052 INFO kablam! ... Oct 27 20:20:27.052 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 27 20:20:27.052 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! Oct 27 20:20:27.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.052 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.052 INFO kablam! | ^^^^^ Oct 27 20:20:27.052 INFO kablam! ... Oct 27 20:20:27.052 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 27 20:20:27.052 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.052 INFO kablam! | Oct 27 20:20:27.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.052 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.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! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); 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.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! Oct 27 20:20:27.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.061 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.061 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.061 INFO kablam! ... Oct 27 20:20:27.061 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 27 20:20:27.061 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! Oct 27 20:20:27.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.061 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.061 INFO kablam! | ^^^^^ Oct 27 20:20:27.061 INFO kablam! ... Oct 27 20:20:27.061 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 27 20:20:27.061 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! Oct 27 20:20:27.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.061 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.061 INFO kablam! | ^^^^^ Oct 27 20:20:27.061 INFO kablam! ... Oct 27 20:20:27.061 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 27 20:20:27.061 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! Oct 27 20:20:27.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.061 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.061 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.061 INFO kablam! ... Oct 27 20:20:27.061 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 27 20:20:27.061 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! Oct 27 20:20:27.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.061 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.061 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.061 INFO kablam! ... Oct 27 20:20:27.061 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 27 20:20:27.061 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.061 INFO kablam! | Oct 27 20:20:27.061 INFO kablam! Oct 27 20:20:27.066 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.066 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.066 INFO kablam! | Oct 27 20:20:27.066 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.066 INFO kablam! | ^^^^^ Oct 27 20:20:27.066 INFO kablam! ... Oct 27 20:20:27.066 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.066 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.066 INFO kablam! | Oct 27 20:20:27.066 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.066 INFO kablam! | ^^^^^ Oct 27 20:20:27.066 INFO kablam! ... Oct 27 20:20:27.066 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); 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:180:30 Oct 27 20:20:27.066 INFO kablam! | Oct 27 20:20:27.066 INFO kablam! 180 | Jemalloc.dealloc(ptr, 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! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); 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! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); 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.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! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); 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! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.067 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.067 INFO kablam! | Oct 27 20:20:27.067 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.067 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.067 INFO kablam! ... Oct 27 20:20:27.067 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); 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.068 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.068 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.068 INFO kablam! | Oct 27 20:20:27.068 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.068 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.068 INFO kablam! ... Oct 27 20:20:27.068 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 27 20:20:27.068 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.068 INFO kablam! | Oct 27 20:20:27.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.068 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.068 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.068 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.068 INFO kablam! | Oct 27 20:20:27.068 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.068 INFO kablam! | ^^^^^ Oct 27 20:20:27.068 INFO kablam! ... Oct 27 20:20:27.068 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 27 20:20:27.068 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.068 INFO kablam! | Oct 27 20:20:27.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.068 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.081 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.081 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.081 INFO kablam! | ^^^^^ Oct 27 20:20:27.081 INFO kablam! ... Oct 27 20:20:27.081 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 27 20:20:27.081 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! Oct 27 20:20:27.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.081 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.081 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.081 INFO kablam! ... Oct 27 20:20:27.081 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 27 20:20:27.081 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! Oct 27 20:20:27.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.081 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.081 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.081 INFO kablam! ... Oct 27 20:20:27.081 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 27 20:20:27.081 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! Oct 27 20:20:27.081 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.081 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.081 INFO kablam! | ^^^^^ Oct 27 20:20:27.081 INFO kablam! ... Oct 27 20:20:27.081 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 27 20:20:27.081 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! Oct 27 20:20:27.081 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.081 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.081 INFO kablam! | ^^^^^ Oct 27 20:20:27.081 INFO kablam! ... Oct 27 20:20:27.081 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 27 20:20:27.081 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! Oct 27 20:20:27.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.081 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.081 INFO kablam! | Oct 27 20:20:27.081 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.081 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.082 INFO kablam! ... Oct 27 20:20:27.082 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 27 20:20:27.082 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.082 INFO kablam! | Oct 27 20:20:27.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.082 INFO kablam! | Oct 27 20:20:27.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.082 INFO kablam! | Oct 27 20:20:27.082 INFO kablam! Oct 27 20:20:27.082 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.082 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.082 INFO kablam! | Oct 27 20:20:27.082 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.082 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.082 INFO kablam! ... Oct 27 20:20:27.082 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 27 20:20:27.082 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.082 INFO kablam! | Oct 27 20:20:27.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.082 INFO kablam! | Oct 27 20:20:27.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.082 INFO kablam! | Oct 27 20:20:27.082 INFO kablam! Oct 27 20:20:27.082 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.082 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.082 INFO kablam! | Oct 27 20:20:27.082 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.082 INFO kablam! | ^^^^^ Oct 27 20:20:27.082 INFO kablam! ... Oct 27 20:20:27.082 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 27 20:20:27.082 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.082 INFO kablam! | Oct 27 20:20:27.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.082 INFO kablam! | Oct 27 20:20:27.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.082 INFO kablam! | Oct 27 20:20:27.082 INFO kablam! Oct 27 20:20:27.086 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.087 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.087 INFO kablam! | ^^^^^ Oct 27 20:20:27.087 INFO kablam! ... Oct 27 20:20:27.087 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 27 20:20:27.087 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! Oct 27 20:20:27.087 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.087 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.087 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.087 INFO kablam! ... Oct 27 20:20:27.087 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 27 20:20:27.087 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! Oct 27 20:20:27.087 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.087 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.087 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.087 INFO kablam! ... Oct 27 20:20:27.087 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 27 20:20:27.087 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! Oct 27 20:20:27.087 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.087 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.087 INFO kablam! | ^^^^^ Oct 27 20:20:27.087 INFO kablam! ... Oct 27 20:20:27.087 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 27 20:20:27.087 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! Oct 27 20:20:27.087 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.087 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.087 INFO kablam! | ^^^^^ Oct 27 20:20:27.087 INFO kablam! ... Oct 27 20:20:27.087 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 27 20:20:27.087 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! Oct 27 20:20:27.087 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.087 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.087 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.087 INFO kablam! ... Oct 27 20:20:27.087 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 27 20:20:27.087 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.087 INFO kablam! | Oct 27 20:20:27.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.087 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.088 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.088 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.088 INFO kablam! | Oct 27 20:20:27.088 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); 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 `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! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); 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.097 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.097 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.097 INFO kablam! | Oct 27 20:20:27.097 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.098 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.098 INFO kablam! ... Oct 27 20:20:27.098 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 27 20:20:27.098 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.098 INFO kablam! | Oct 27 20:20:27.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.098 INFO kablam! | Oct 27 20:20:27.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.098 INFO kablam! | Oct 27 20:20:27.098 INFO kablam! Oct 27 20:20:27.098 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.098 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.098 INFO kablam! | Oct 27 20:20:27.098 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.098 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.098 INFO kablam! ... Oct 27 20:20:27.098 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 27 20:20:27.098 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.098 INFO kablam! | Oct 27 20:20:27.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.099 INFO kablam! | Oct 27 20:20:27.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.099 INFO kablam! | Oct 27 20:20:27.099 INFO kablam! Oct 27 20:20:27.099 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.099 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.099 INFO kablam! | Oct 27 20:20:27.099 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.099 INFO kablam! | ^^^^^ Oct 27 20:20:27.099 INFO kablam! ... Oct 27 20:20:27.099 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 27 20:20:27.099 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.099 INFO kablam! | Oct 27 20:20:27.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.100 INFO kablam! | Oct 27 20:20:27.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.100 INFO kablam! | Oct 27 20:20:27.100 INFO kablam! Oct 27 20:20:27.100 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.100 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.100 INFO kablam! | Oct 27 20:20:27.100 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.100 INFO kablam! | ^^^^^ Oct 27 20:20:27.100 INFO kablam! ... Oct 27 20:20:27.100 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 27 20:20:27.100 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.100 INFO kablam! | Oct 27 20:20:27.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.100 INFO kablam! | Oct 27 20:20:27.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.100 INFO kablam! | Oct 27 20:20:27.100 INFO kablam! Oct 27 20:20:27.100 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.100 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.101 INFO kablam! | Oct 27 20:20:27.101 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.101 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.101 INFO kablam! ... Oct 27 20:20:27.101 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 27 20:20:27.101 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.101 INFO kablam! | Oct 27 20:20:27.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.101 INFO kablam! | Oct 27 20:20:27.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.101 INFO kablam! | Oct 27 20:20:27.101 INFO kablam! Oct 27 20:20:27.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.101 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.101 INFO kablam! | Oct 27 20:20:27.101 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.101 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.101 INFO kablam! ... Oct 27 20:20:27.101 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 27 20:20:27.101 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! Oct 27 20:20:27.102 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.102 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.102 INFO kablam! | ^^^^^ Oct 27 20:20:27.102 INFO kablam! ... Oct 27 20:20:27.102 INFO kablam! 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Oct 27 20:20:27.102 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! Oct 27 20:20:27.102 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.102 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.102 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.102 INFO kablam! ... Oct 27 20:20:27.102 INFO kablam! 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Oct 27 20:20:27.102 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! Oct 27 20:20:27.102 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.102 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.102 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.102 INFO kablam! ... Oct 27 20:20:27.102 INFO kablam! 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Oct 27 20:20:27.102 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! Oct 27 20:20:27.102 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.102 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.102 INFO kablam! | ^^^^^ Oct 27 20:20:27.102 INFO kablam! ... Oct 27 20:20:27.102 INFO kablam! 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Oct 27 20:20:27.102 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! Oct 27 20:20:27.102 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.102 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.102 INFO kablam! | Oct 27 20:20:27.102 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.102 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.102 INFO kablam! ... Oct 27 20:20:27.102 INFO kablam! 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Oct 27 20:20:27.102 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! Oct 27 20:20:27.103 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.103 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.103 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.103 INFO kablam! ... Oct 27 20:20:27.103 INFO kablam! 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Oct 27 20:20:27.103 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! Oct 27 20:20:27.103 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.103 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.103 INFO kablam! | ^^^^^ Oct 27 20:20:27.103 INFO kablam! ... Oct 27 20:20:27.103 INFO kablam! 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Oct 27 20:20:27.103 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! Oct 27 20:20:27.103 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.103 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.103 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.103 INFO kablam! ... Oct 27 20:20:27.103 INFO kablam! 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Oct 27 20:20:27.103 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! Oct 27 20:20:27.103 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.103 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.103 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.103 INFO kablam! ... Oct 27 20:20:27.103 INFO kablam! 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Oct 27 20:20:27.103 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! Oct 27 20:20:27.103 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.103 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.103 INFO kablam! | ^^^^^ Oct 27 20:20:27.103 INFO kablam! ... Oct 27 20:20:27.103 INFO kablam! 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); Oct 27 20:20:27.103 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.103 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! Oct 27 20:20:27.110 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.111 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.111 INFO kablam! | Oct 27 20:20:27.111 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); 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.111 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.111 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.111 INFO kablam! | Oct 27 20:20:27.111 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.111 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.111 INFO kablam! ... Oct 27 20:20:27.111 INFO kablam! 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); 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.112 INFO kablam! | Oct 27 20:20:27.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.112 INFO kablam! | Oct 27 20:20:27.112 INFO kablam! Oct 27 20:20:27.112 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.112 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.112 INFO kablam! | Oct 27 20:20:27.112 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.112 INFO kablam! | ^^^^^ Oct 27 20:20:27.112 INFO kablam! ... Oct 27 20:20:27.112 INFO kablam! 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Oct 27 20:20:27.112 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.112 INFO kablam! | Oct 27 20:20:27.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.112 INFO kablam! | Oct 27 20:20:27.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.112 INFO kablam! | Oct 27 20:20:27.112 INFO kablam! Oct 27 20:20:27.112 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.112 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.112 INFO kablam! | Oct 27 20:20:27.112 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.112 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.112 INFO kablam! ... Oct 27 20:20:27.112 INFO kablam! 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Oct 27 20:20:27.112 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.112 INFO kablam! | Oct 27 20:20:27.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.112 INFO kablam! | Oct 27 20:20:27.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.112 INFO kablam! | Oct 27 20:20:27.112 INFO kablam! Oct 27 20:20:27.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.112 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.112 INFO kablam! | Oct 27 20:20:27.112 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.112 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.112 INFO kablam! ... Oct 27 20:20:27.112 INFO kablam! 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Oct 27 20:20:27.112 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.112 INFO kablam! | Oct 27 20:20:27.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.112 INFO kablam! | Oct 27 20:20:27.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.112 INFO kablam! | Oct 27 20:20:27.112 INFO kablam! Oct 27 20:20:27.115 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:197:36 Oct 27 20:20:27.115 INFO kablam! | Oct 27 20:20:27.115 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); 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.115 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.115 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.115 INFO kablam! | Oct 27 20:20:27.115 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); 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.115 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.115 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.115 INFO kablam! | Oct 27 20:20:27.115 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.115 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.115 INFO kablam! ... Oct 27 20:20:27.115 INFO kablam! 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); 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.115 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:197:36 Oct 27 20:20:27.115 INFO kablam! | Oct 27 20:20:27.115 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); 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.115 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.116 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.116 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.116 INFO kablam! ... Oct 27 20:20:27.116 INFO kablam! 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Oct 27 20:20:27.116 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! Oct 27 20:20:27.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.116 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.116 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.116 INFO kablam! ... Oct 27 20:20:27.116 INFO kablam! 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Oct 27 20:20:27.116 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! Oct 27 20:20:27.116 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.116 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.116 INFO kablam! | ^^^^^ Oct 27 20:20:27.116 INFO kablam! ... Oct 27 20:20:27.116 INFO kablam! 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Oct 27 20:20:27.116 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! Oct 27 20:20:27.116 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.116 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.116 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.116 INFO kablam! ... Oct 27 20:20:27.116 INFO kablam! 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Oct 27 20:20:27.116 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! Oct 27 20:20:27.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.116 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.116 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.116 INFO kablam! ... Oct 27 20:20:27.116 INFO kablam! 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Oct 27 20:20:27.116 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.116 INFO kablam! | Oct 27 20:20:27.116 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:197:36 Oct 27 20:20:27.120 INFO kablam! | Oct 27 20:20:27.120 INFO kablam! 197 | 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! 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.120 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.120 INFO kablam! | Oct 27 20:20:27.120 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.120 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.120 INFO kablam! | Oct 27 20:20:27.120 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.120 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.120 INFO kablam! ... Oct 27 20:20:27.120 INFO kablam! 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); 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.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.126 INFO kablam! | Oct 27 20:20:27.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.126 INFO kablam! | Oct 27 20:20:27.126 INFO kablam! Oct 27 20:20:27.126 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.126 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.126 INFO kablam! | Oct 27 20:20:27.126 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.126 INFO kablam! | ^^^^^ Oct 27 20:20:27.126 INFO kablam! ... Oct 27 20:20:27.126 INFO kablam! 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); Oct 27 20:20:27.126 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.126 INFO kablam! | Oct 27 20:20:27.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.126 INFO kablam! | Oct 27 20:20:27.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.126 INFO kablam! | Oct 27 20:20:27.126 INFO kablam! Oct 27 20:20:27.126 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.126 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.126 INFO kablam! | Oct 27 20:20:27.126 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.126 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.126 INFO kablam! ... Oct 27 20:20:27.126 INFO kablam! 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); Oct 27 20:20:27.126 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.126 INFO kablam! | Oct 27 20:20:27.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.126 INFO kablam! | Oct 27 20:20:27.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.126 INFO kablam! | Oct 27 20:20:27.126 INFO kablam! Oct 27 20:20:27.126 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.126 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.126 INFO kablam! | Oct 27 20:20:27.126 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.126 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.126 INFO kablam! ... Oct 27 20:20:27.127 INFO kablam! 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); Oct 27 20:20:27.127 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! Oct 27 20:20:27.127 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.127 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.127 INFO kablam! | ^^^^^ Oct 27 20:20:27.127 INFO kablam! ... Oct 27 20:20:27.127 INFO kablam! 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); Oct 27 20:20:27.127 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! Oct 27 20:20:27.127 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.127 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.127 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.127 INFO kablam! ... Oct 27 20:20:27.127 INFO kablam! 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); Oct 27 20:20:27.127 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! Oct 27 20:20:27.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.127 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.127 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.127 INFO kablam! ... Oct 27 20:20:27.127 INFO kablam! 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); Oct 27 20:20:27.127 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! Oct 27 20:20:27.127 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.127 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.127 INFO kablam! | ^^^^^ Oct 27 20:20:27.127 INFO kablam! ... Oct 27 20:20:27.127 INFO kablam! 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); Oct 27 20:20:27.127 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.127 INFO kablam! | Oct 27 20:20:27.127 INFO kablam! Oct 27 20:20:27.137 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.137 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.137 INFO kablam! | Oct 27 20:20:27.137 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); 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:204:26 Oct 27 20:20:27.137 INFO kablam! | Oct 27 20:20:27.137 INFO kablam! 204 | 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! 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); 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:197:36 Oct 27 20:20:27.137 INFO kablam! | Oct 27 20:20:27.137 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.138 INFO kablam! | ^^^^^ Oct 27 20:20:27.138 INFO kablam! ... Oct 27 20:20:27.138 INFO kablam! 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Oct 27 20:20:27.138 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! Oct 27 20:20:27.138 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.138 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.138 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.138 INFO kablam! ... Oct 27 20:20:27.138 INFO kablam! 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Oct 27 20:20:27.138 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! Oct 27 20:20:27.138 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.138 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.138 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.138 INFO kablam! ... Oct 27 20:20:27.138 INFO kablam! 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Oct 27 20:20:27.138 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! Oct 27 20:20:27.138 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.138 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.138 INFO kablam! | ^^^^^ Oct 27 20:20:27.138 INFO kablam! ... Oct 27 20:20:27.138 INFO kablam! 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Oct 27 20:20:27.138 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! Oct 27 20:20:27.138 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.138 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.138 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.138 INFO kablam! ... Oct 27 20:20:27.138 INFO kablam! 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Oct 27 20:20:27.138 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.138 INFO kablam! | Oct 27 20:20:27.138 INFO kablam! Oct 27 20:20:27.144 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.144 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.144 INFO kablam! | Oct 27 20:20:27.144 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.144 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.144 INFO kablam! ... Oct 27 20:20:27.144 INFO kablam! 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Oct 27 20:20:27.144 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.144 INFO kablam! | Oct 27 20:20:27.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.144 INFO kablam! | Oct 27 20:20:27.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.144 INFO kablam! | Oct 27 20:20:27.144 INFO kablam! Oct 27 20:20:27.144 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.144 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.144 INFO kablam! | Oct 27 20:20:27.144 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.144 INFO kablam! | ^^^^^ Oct 27 20:20:27.144 INFO kablam! ... Oct 27 20:20:27.144 INFO kablam! 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Oct 27 20:20:27.144 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.144 INFO kablam! | Oct 27 20:20:27.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.144 INFO kablam! | Oct 27 20:20:27.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.144 INFO kablam! | Oct 27 20:20:27.144 INFO kablam! Oct 27 20:20:27.144 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.144 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.144 INFO kablam! | Oct 27 20:20:27.144 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.144 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.144 INFO kablam! ... Oct 27 20:20:27.144 INFO kablam! 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Oct 27 20:20:27.144 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.144 INFO kablam! | Oct 27 20:20:27.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.144 INFO kablam! | Oct 27 20:20:27.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.144 INFO kablam! | Oct 27 20:20:27.144 INFO kablam! Oct 27 20:20:27.144 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.144 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.144 INFO kablam! | Oct 27 20:20:27.144 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.145 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.145 INFO kablam! ... Oct 27 20:20:27.145 INFO kablam! 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Oct 27 20:20:27.145 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.145 INFO kablam! | Oct 27 20:20:27.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.145 INFO kablam! | Oct 27 20:20:27.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.145 INFO kablam! | Oct 27 20:20:27.145 INFO kablam! Oct 27 20:20:27.145 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.145 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.145 INFO kablam! | Oct 27 20:20:27.145 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.145 INFO kablam! | ^^^^^ Oct 27 20:20:27.145 INFO kablam! ... Oct 27 20:20:27.145 INFO kablam! 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Oct 27 20:20:27.145 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.145 INFO kablam! | Oct 27 20:20:27.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.145 INFO kablam! | Oct 27 20:20:27.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.145 INFO kablam! | Oct 27 20:20:27.145 INFO kablam! Oct 27 20:20:27.162 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.162 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.162 INFO kablam! | Oct 27 20:20:27.162 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.162 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.162 INFO kablam! ... Oct 27 20:20:27.162 INFO kablam! 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Oct 27 20:20:27.162 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.162 INFO kablam! | Oct 27 20:20:27.162 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.162 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.162 INFO kablam! | Oct 27 20:20:27.162 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.163 INFO kablam! | Oct 27 20:20:27.163 INFO kablam! Oct 27 20:20:27.163 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.163 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.163 INFO kablam! | Oct 27 20:20:27.163 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.163 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.163 INFO kablam! ... Oct 27 20:20:27.163 INFO kablam! 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Oct 27 20:20:27.163 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.163 INFO kablam! | Oct 27 20:20:27.163 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.163 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.163 INFO kablam! | Oct 27 20:20:27.163 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.163 INFO kablam! | Oct 27 20:20:27.163 INFO kablam! Oct 27 20:20:27.163 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.163 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.163 INFO kablam! | Oct 27 20:20:27.163 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.163 INFO kablam! | ^^^^^ Oct 27 20:20:27.164 INFO kablam! ... Oct 27 20:20:27.164 INFO kablam! 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Oct 27 20:20:27.164 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.164 INFO kablam! | Oct 27 20:20:27.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.164 INFO kablam! | Oct 27 20:20:27.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.164 INFO kablam! | Oct 27 20:20:27.164 INFO kablam! Oct 27 20:20:27.164 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.164 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.164 INFO kablam! | Oct 27 20:20:27.164 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.164 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.164 INFO kablam! ... Oct 27 20:20:27.164 INFO kablam! 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Oct 27 20:20:27.164 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.164 INFO kablam! | Oct 27 20:20:27.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.164 INFO kablam! | Oct 27 20:20:27.164 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:204:26 Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.165 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.166 INFO kablam! ... Oct 27 20:20:27.166 INFO kablam! 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Oct 27 20:20:27.166 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! Oct 27 20:20:27.166 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.166 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.166 INFO kablam! | ^^^^^ Oct 27 20:20:27.166 INFO kablam! ... Oct 27 20:20:27.166 INFO kablam! 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Oct 27 20:20:27.166 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! Oct 27 20:20:27.166 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.166 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.166 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.166 INFO kablam! ... Oct 27 20:20:27.166 INFO kablam! 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Oct 27 20:20:27.166 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! Oct 27 20:20:27.166 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.166 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.166 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.166 INFO kablam! ... Oct 27 20:20:27.166 INFO kablam! 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Oct 27 20:20:27.166 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! Oct 27 20:20:27.166 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.166 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.166 INFO kablam! | ^^^^^ Oct 27 20:20:27.166 INFO kablam! ... Oct 27 20:20:27.166 INFO kablam! 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Oct 27 20:20:27.166 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! Oct 27 20:20:27.166 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.166 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.166 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.166 INFO kablam! ... Oct 27 20:20:27.166 INFO kablam! 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Oct 27 20:20:27.166 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.166 INFO kablam! Oct 27 20:20:27.166 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.166 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.166 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.167 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.167 INFO kablam! ... Oct 27 20:20:27.167 INFO kablam! 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Oct 27 20:20:27.167 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! Oct 27 20:20:27.167 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.167 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.167 INFO kablam! | ^^^^^ Oct 27 20:20:27.167 INFO kablam! ... Oct 27 20:20:27.167 INFO kablam! 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Oct 27 20:20:27.167 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! Oct 27 20:20:27.167 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.167 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.167 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.167 INFO kablam! ... Oct 27 20:20:27.167 INFO kablam! 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Oct 27 20:20:27.167 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! Oct 27 20:20:27.167 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.167 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.167 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.167 INFO kablam! ... Oct 27 20:20:27.167 INFO kablam! 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Oct 27 20:20:27.167 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! Oct 27 20:20:27.167 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.167 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.167 INFO kablam! | ^^^^^ Oct 27 20:20:27.167 INFO kablam! ... Oct 27 20:20:27.167 INFO kablam! 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Oct 27 20:20:27.167 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! Oct 27 20:20:27.167 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.167 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.167 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.167 INFO kablam! ... Oct 27 20:20:27.167 INFO kablam! 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Oct 27 20:20:27.167 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.167 INFO kablam! | Oct 27 20:20:27.167 INFO kablam! Oct 27 20:20:27.167 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:204:26 Oct 27 20:20:27.168 INFO kablam! | Oct 27 20:20:27.168 INFO kablam! 204 | 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! 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); 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:197:36 Oct 27 20:20:27.168 INFO kablam! | Oct 27 20:20:27.168 INFO kablam! 197 | 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! 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.168 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.168 INFO kablam! | Oct 27 20:20:27.168 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.168 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.168 INFO kablam! | Oct 27 20:20:27.168 INFO kablam! 204 | 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! 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); 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.171 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.171 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.171 INFO kablam! | Oct 27 20:20:27.171 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.171 INFO kablam! | ^^^^^ Oct 27 20:20:27.171 INFO kablam! ... Oct 27 20:20:27.171 INFO kablam! 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); Oct 27 20:20:27.171 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.171 INFO kablam! | Oct 27 20:20:27.171 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.172 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.172 INFO kablam! | Oct 27 20:20:27.172 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.172 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.172 INFO kablam! | Oct 27 20:20:27.172 INFO kablam! 204 | 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! 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); 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:197:36 Oct 27 20:20:27.172 INFO kablam! | Oct 27 20:20:27.172 INFO kablam! 197 | 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! 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.172 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.172 INFO kablam! | Oct 27 20:20:27.172 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); 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.183 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.183 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.183 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.183 INFO kablam! ... Oct 27 20:20:27.183 INFO kablam! 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); Oct 27 20:20:27.183 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! Oct 27 20:20:27.183 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.183 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.183 INFO kablam! | ^^^^^ Oct 27 20:20:27.183 INFO kablam! ... Oct 27 20:20:27.183 INFO kablam! 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Oct 27 20:20:27.183 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! Oct 27 20:20:27.183 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.183 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.183 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.183 INFO kablam! ... Oct 27 20:20:27.183 INFO kablam! 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Oct 27 20:20:27.183 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! Oct 27 20:20:27.183 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.183 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.183 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.183 INFO kablam! ... Oct 27 20:20:27.183 INFO kablam! 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Oct 27 20:20:27.183 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! Oct 27 20:20:27.183 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.183 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.183 INFO kablam! | ^^^^^ Oct 27 20:20:27.183 INFO kablam! ... Oct 27 20:20:27.183 INFO kablam! 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Oct 27 20:20:27.183 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! Oct 27 20:20:27.183 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.183 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.183 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.183 INFO kablam! ... Oct 27 20:20:27.183 INFO kablam! 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Oct 27 20:20:27.183 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.183 INFO kablam! | Oct 27 20:20:27.183 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.184 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.184 INFO kablam! | Oct 27 20:20:27.184 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.184 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.184 INFO kablam! ... Oct 27 20:20:27.184 INFO kablam! 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Oct 27 20:20:27.184 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.184 INFO kablam! | Oct 27 20:20:27.184 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:197:36 Oct 27 20:20:27.184 INFO kablam! | Oct 27 20:20:27.184 INFO kablam! 197 | 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! 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Oct 27 20:20:27.184 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.184 INFO kablam! | Oct 27 20:20:27.184 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.184 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.184 INFO kablam! | Oct 27 20:20:27.184 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Oct 27 20:20:27.184 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.184 INFO kablam! | Oct 27 20:20:27.184 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.184 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.184 INFO kablam! | Oct 27 20:20:27.184 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.184 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.184 INFO kablam! ... Oct 27 20:20:27.184 INFO kablam! 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Oct 27 20:20:27.184 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.184 INFO kablam! | Oct 27 20:20:27.184 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.192 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.192 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.192 INFO kablam! | Oct 27 20:20:27.192 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.192 INFO kablam! | ^^^^^ Oct 27 20:20:27.192 INFO kablam! ... Oct 27 20:20:27.192 INFO kablam! 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); 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.192 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.192 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.192 INFO kablam! | Oct 27 20:20:27.192 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.192 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.192 INFO kablam! ... Oct 27 20:20:27.192 INFO kablam! 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); 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.192 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:204:26 Oct 27 20:20:27.192 INFO kablam! | Oct 27 20:20:27.192 INFO kablam! 204 | 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! 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); 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.192 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.192 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.192 INFO kablam! | Oct 27 20:20:27.192 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.192 INFO kablam! | ^^^^^ Oct 27 20:20:27.192 INFO kablam! ... Oct 27 20:20:27.192 INFO kablam! 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); 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.192 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.192 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.192 INFO kablam! | Oct 27 20:20:27.192 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.192 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.192 INFO kablam! ... Oct 27 20:20:27.192 INFO kablam! 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Oct 27 20:20:27.193 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! Oct 27 20:20:27.193 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.193 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.193 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.193 INFO kablam! ... Oct 27 20:20:27.193 INFO kablam! 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Oct 27 20:20:27.193 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! Oct 27 20:20:27.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.193 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.193 INFO kablam! | ^^^^^ Oct 27 20:20:27.193 INFO kablam! ... Oct 27 20:20:27.193 INFO kablam! 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Oct 27 20:20:27.193 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! Oct 27 20:20:27.193 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.193 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.193 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.193 INFO kablam! ... Oct 27 20:20:27.193 INFO kablam! 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Oct 27 20:20:27.193 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! Oct 27 20:20:27.193 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.193 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.193 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.193 INFO kablam! ... Oct 27 20:20:27.193 INFO kablam! 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Oct 27 20:20:27.193 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! Oct 27 20:20:27.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.193 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.193 INFO kablam! | ^^^^^ Oct 27 20:20:27.193 INFO kablam! ... Oct 27 20:20:27.193 INFO kablam! 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Oct 27 20:20:27.193 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.193 INFO kablam! | Oct 27 20:20:27.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.194 INFO kablam! | Oct 27 20:20:27.194 INFO kablam! Oct 27 20:20:27.194 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.195 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.195 INFO kablam! | Oct 27 20:20:27.195 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.195 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.195 INFO kablam! ... Oct 27 20:20:27.195 INFO kablam! 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Oct 27 20:20:27.195 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.195 INFO kablam! | Oct 27 20:20:27.195 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.195 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.195 INFO kablam! | Oct 27 20:20:27.195 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.195 INFO kablam! | Oct 27 20:20:27.195 INFO kablam! Oct 27 20:20:27.195 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.195 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.195 INFO kablam! | Oct 27 20:20:27.195 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.195 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.195 INFO kablam! ... Oct 27 20:20:27.195 INFO kablam! 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Oct 27 20:20:27.195 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.195 INFO kablam! | Oct 27 20:20:27.195 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.195 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.195 INFO kablam! | Oct 27 20:20:27.195 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.195 INFO kablam! | Oct 27 20:20:27.195 INFO kablam! Oct 27 20:20:27.200 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.200 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.200 INFO kablam! | Oct 27 20:20:27.200 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.200 INFO kablam! | ^^^^^ Oct 27 20:20:27.200 INFO kablam! ... Oct 27 20:20:27.200 INFO kablam! 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Oct 27 20:20:27.200 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.200 INFO kablam! | Oct 27 20:20:27.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.200 INFO kablam! | Oct 27 20:20:27.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.200 INFO kablam! | Oct 27 20:20:27.200 INFO kablam! Oct 27 20:20:27.200 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.200 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.200 INFO kablam! | Oct 27 20:20:27.200 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.200 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.200 INFO kablam! ... Oct 27 20:20:27.200 INFO kablam! 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Oct 27 20:20:27.200 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.200 INFO kablam! | Oct 27 20:20:27.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.200 INFO kablam! | Oct 27 20:20:27.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.200 INFO kablam! | Oct 27 20:20:27.200 INFO kablam! Oct 27 20:20:27.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.200 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.200 INFO kablam! | Oct 27 20:20:27.200 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.200 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.200 INFO kablam! ... Oct 27 20:20:27.200 INFO kablam! 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Oct 27 20:20:27.200 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.200 INFO kablam! | Oct 27 20:20:27.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.200 INFO kablam! | Oct 27 20:20:27.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.200 INFO kablam! | Oct 27 20:20:27.200 INFO kablam! Oct 27 20:20:27.203 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.203 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.203 INFO kablam! | ^^^^^ Oct 27 20:20:27.203 INFO kablam! ... Oct 27 20:20:27.203 INFO kablam! 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Oct 27 20:20:27.203 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.203 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! Oct 27 20:20:27.203 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.203 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.203 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.203 INFO kablam! ... Oct 27 20:20:27.203 INFO kablam! 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Oct 27 20:20:27.203 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.203 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! Oct 27 20:20:27.203 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.203 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.203 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.203 INFO kablam! ... Oct 27 20:20:27.203 INFO kablam! 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Oct 27 20:20:27.203 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.203 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! Oct 27 20:20:27.203 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.203 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.203 INFO kablam! | ^^^^^ Oct 27 20:20:27.203 INFO kablam! ... Oct 27 20:20:27.203 INFO kablam! 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Oct 27 20:20:27.203 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.203 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! Oct 27 20:20:27.203 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.203 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.203 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.203 INFO kablam! ... Oct 27 20:20:27.203 INFO kablam! 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Oct 27 20:20:27.203 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.203 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.203 INFO kablam! | Oct 27 20:20:27.203 INFO kablam! Oct 27 20:20:27.208 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.208 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.208 INFO kablam! | Oct 27 20:20:27.208 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.208 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.208 INFO kablam! ... Oct 27 20:20:27.208 INFO kablam! 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Oct 27 20:20:27.208 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.208 INFO kablam! | Oct 27 20:20:27.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.208 INFO kablam! | Oct 27 20:20:27.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.208 INFO kablam! | Oct 27 20:20:27.208 INFO kablam! Oct 27 20:20:27.208 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.208 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.208 INFO kablam! | Oct 27 20:20:27.208 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.208 INFO kablam! | ^^^^^ Oct 27 20:20:27.208 INFO kablam! ... Oct 27 20:20:27.208 INFO kablam! 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Oct 27 20:20:27.208 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.208 INFO kablam! | Oct 27 20:20:27.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.208 INFO kablam! | Oct 27 20:20:27.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.209 INFO kablam! | Oct 27 20:20:27.209 INFO kablam! Oct 27 20:20:27.209 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.209 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.209 INFO kablam! | Oct 27 20:20:27.209 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.209 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.209 INFO kablam! ... Oct 27 20:20:27.209 INFO kablam! 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Oct 27 20:20:27.209 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.209 INFO kablam! | Oct 27 20:20:27.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.209 INFO kablam! | Oct 27 20:20:27.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.209 INFO kablam! | Oct 27 20:20:27.209 INFO kablam! Oct 27 20:20:27.209 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.209 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.209 INFO kablam! | Oct 27 20:20:27.209 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.209 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.209 INFO kablam! ... Oct 27 20:20:27.209 INFO kablam! 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Oct 27 20:20:27.209 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.209 INFO kablam! | Oct 27 20:20:27.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.209 INFO kablam! | Oct 27 20:20:27.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.209 INFO kablam! | Oct 27 20:20:27.209 INFO kablam! Oct 27 20:20:27.219 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.219 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.219 INFO kablam! | ^^^^^ Oct 27 20:20:27.219 INFO kablam! ... Oct 27 20:20:27.219 INFO kablam! 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Oct 27 20:20:27.219 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! Oct 27 20:20:27.219 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.219 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.219 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.219 INFO kablam! ... Oct 27 20:20:27.219 INFO kablam! 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Oct 27 20:20:27.219 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! Oct 27 20:20:27.219 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.219 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.219 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.219 INFO kablam! ... Oct 27 20:20:27.219 INFO kablam! 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Oct 27 20:20:27.219 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! Oct 27 20:20:27.219 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.219 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.219 INFO kablam! | ^^^^^ Oct 27 20:20:27.219 INFO kablam! ... Oct 27 20:20:27.219 INFO kablam! 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Oct 27 20:20:27.219 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! Oct 27 20:20:27.219 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.219 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.219 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.219 INFO kablam! ... Oct 27 20:20:27.219 INFO kablam! 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Oct 27 20:20:27.219 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.219 INFO kablam! | Oct 27 20:20:27.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.220 INFO kablam! | Oct 27 20:20:27.220 INFO kablam! Oct 27 20:20:27.220 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.220 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.220 INFO kablam! | Oct 27 20:20:27.220 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.220 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.220 INFO kablam! ... Oct 27 20:20:27.220 INFO kablam! 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Oct 27 20:20:27.220 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.220 INFO kablam! | Oct 27 20:20:27.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.220 INFO kablam! | Oct 27 20:20:27.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.220 INFO kablam! | Oct 27 20:20:27.220 INFO kablam! Oct 27 20:20:27.220 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.220 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.220 INFO kablam! | Oct 27 20:20:27.220 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.220 INFO kablam! | ^^^^^ Oct 27 20:20:27.220 INFO kablam! ... Oct 27 20:20:27.220 INFO kablam! 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Oct 27 20:20:27.220 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.220 INFO kablam! | Oct 27 20:20:27.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.220 INFO kablam! | Oct 27 20:20:27.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.220 INFO kablam! | Oct 27 20:20:27.220 INFO kablam! Oct 27 20:20:27.220 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.220 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.220 INFO kablam! | Oct 27 20:20:27.220 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.220 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.220 INFO kablam! ... Oct 27 20:20:27.220 INFO kablam! 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Oct 27 20:20:27.220 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.220 INFO kablam! | Oct 27 20:20:27.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.220 INFO kablam! | Oct 27 20:20:27.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.220 INFO kablam! | Oct 27 20:20:27.220 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.225 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.225 INFO kablam! | Oct 27 20:20:27.225 INFO kablam! 204 | 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! 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); 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.225 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.225 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.225 INFO kablam! | Oct 27 20:20:27.225 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.225 INFO kablam! | ^^^^^ Oct 27 20:20:27.225 INFO kablam! ... Oct 27 20:20:27.225 INFO kablam! 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); 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.225 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.225 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.225 INFO kablam! | Oct 27 20:20:27.225 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.225 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.225 INFO kablam! ... Oct 27 20:20:27.225 INFO kablam! 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); 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.225 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.225 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.225 INFO kablam! | Oct 27 20:20:27.225 INFO kablam! 204 | 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! 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); 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.225 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.225 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.225 INFO kablam! | Oct 27 20:20:27.225 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.225 INFO kablam! | ^^^^^ Oct 27 20:20:27.225 INFO kablam! ... Oct 27 20:20:27.225 INFO kablam! 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); 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.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.226 INFO kablam! | Oct 27 20:20:27.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.226 INFO kablam! | Oct 27 20:20:27.226 INFO kablam! Oct 27 20:20:27.226 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.226 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.226 INFO kablam! | Oct 27 20:20:27.226 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.226 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.226 INFO kablam! ... Oct 27 20:20:27.226 INFO kablam! 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Oct 27 20:20:27.226 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.226 INFO kablam! | Oct 27 20:20:27.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.226 INFO kablam! | Oct 27 20:20:27.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.226 INFO kablam! | Oct 27 20:20:27.226 INFO kablam! Oct 27 20:20:27.226 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.226 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.226 INFO kablam! | Oct 27 20:20:27.226 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.226 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.226 INFO kablam! ... Oct 27 20:20:27.226 INFO kablam! 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Oct 27 20:20:27.226 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.226 INFO kablam! | Oct 27 20:20:27.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.226 INFO kablam! | Oct 27 20:20:27.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.226 INFO kablam! | Oct 27 20:20:27.226 INFO kablam! Oct 27 20:20:27.235 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.235 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.235 INFO kablam! | ^^^^^ Oct 27 20:20:27.235 INFO kablam! ... Oct 27 20:20:27.235 INFO kablam! 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Oct 27 20:20:27.235 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! Oct 27 20:20:27.235 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.235 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.235 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.235 INFO kablam! ... Oct 27 20:20:27.235 INFO kablam! 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Oct 27 20:20:27.235 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! Oct 27 20:20:27.235 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.235 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.235 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.235 INFO kablam! ... Oct 27 20:20:27.235 INFO kablam! 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Oct 27 20:20:27.235 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! Oct 27 20:20:27.235 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.235 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.235 INFO kablam! | ^^^^^ Oct 27 20:20:27.235 INFO kablam! ... Oct 27 20:20:27.235 INFO kablam! 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Oct 27 20:20:27.235 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! Oct 27 20:20:27.235 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.235 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.235 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.235 INFO kablam! ... Oct 27 20:20:27.235 INFO kablam! 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Oct 27 20:20:27.235 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! Oct 27 20:20:27.235 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.235 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.235 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.235 INFO kablam! ... Oct 27 20:20:27.235 INFO kablam! 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Oct 27 20:20:27.235 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.235 INFO kablam! | Oct 27 20:20:27.235 INFO kablam! Oct 27 20:20:27.246 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.246 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.247 INFO kablam! | Oct 27 20:20:27.247 INFO kablam! 197 | 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! 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); 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.247 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.247 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.247 INFO kablam! | Oct 27 20:20:27.247 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); 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.247 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.247 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.247 INFO kablam! | Oct 27 20:20:27.247 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.247 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.247 INFO kablam! ... Oct 27 20:20:27.247 INFO kablam! 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); 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.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:197:36 Oct 27 20:20:27.247 INFO kablam! | Oct 27 20:20:27.247 INFO kablam! 197 | 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! 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); 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.247 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.247 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.247 INFO kablam! | Oct 27 20:20:27.247 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); Oct 27 20:20:27.250 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.250 INFO kablam! | Oct 27 20:20:27.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! Oct 27 20:20:27.251 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.251 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.251 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.251 INFO kablam! ... Oct 27 20:20:27.251 INFO kablam! 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); Oct 27 20:20:27.251 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 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:197:36 Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! 197 | 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.251 INFO kablam! 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Oct 27 20:20:27.251 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! Oct 27 20:20:27.251 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.251 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.251 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.251 INFO kablam! ... Oct 27 20:20:27.251 INFO kablam! 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Oct 27 20:20:27.251 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! Oct 27 20:20:27.251 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.251 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.251 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.251 INFO kablam! ... Oct 27 20:20:27.251 INFO kablam! 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Oct 27 20:20:27.251 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 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:197:36 Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! 197 | 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.251 INFO kablam! 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Oct 27 20:20:27.251 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.254 INFO kablam! | Oct 27 20:20:27.254 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! Oct 27 20:20:27.255 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.255 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.255 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.255 INFO kablam! ... Oct 27 20:20:27.255 INFO kablam! 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Oct 27 20:20:27.255 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! Oct 27 20:20:27.255 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.255 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.255 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.255 INFO kablam! ... Oct 27 20:20:27.255 INFO kablam! 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Oct 27 20:20:27.255 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! Oct 27 20:20:27.255 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.255 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.255 INFO kablam! | ^^^^^ Oct 27 20:20:27.255 INFO kablam! ... Oct 27 20:20:27.255 INFO kablam! 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Oct 27 20:20:27.255 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! Oct 27 20:20:27.255 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.255 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.255 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.255 INFO kablam! ... Oct 27 20:20:27.255 INFO kablam! 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Oct 27 20:20:27.255 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! Oct 27 20:20:27.255 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.255 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.255 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.255 INFO kablam! ... Oct 27 20:20:27.255 INFO kablam! 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Oct 27 20:20:27.255 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! Oct 27 20:20:27.255 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.255 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.255 INFO kablam! | Oct 27 20:20:27.255 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.255 INFO kablam! | ^^^^^ Oct 27 20:20:27.256 INFO kablam! ... Oct 27 20:20:27.256 INFO kablam! 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Oct 27 20:20:27.256 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! Oct 27 20:20:27.256 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.256 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.256 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.256 INFO kablam! ... Oct 27 20:20:27.256 INFO kablam! 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Oct 27 20:20:27.256 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! Oct 27 20:20:27.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.256 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.256 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.256 INFO kablam! ... Oct 27 20:20:27.256 INFO kablam! 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Oct 27 20:20:27.256 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! Oct 27 20:20:27.256 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.256 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.256 INFO kablam! | ^^^^^ Oct 27 20:20:27.256 INFO kablam! ... Oct 27 20:20:27.256 INFO kablam! 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Oct 27 20:20:27.256 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! Oct 27 20:20:27.256 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.256 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.256 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.256 INFO kablam! ... Oct 27 20:20:27.256 INFO kablam! 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Oct 27 20:20:27.256 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! Oct 27 20:20:27.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.256 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.256 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.256 INFO kablam! ... Oct 27 20:20:27.256 INFO kablam! 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Oct 27 20:20:27.256 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.256 INFO kablam! | Oct 27 20:20:27.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.257 INFO kablam! | Oct 27 20:20:27.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.257 INFO kablam! | Oct 27 20:20:27.257 INFO kablam! Oct 27 20:20:27.257 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.257 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.257 INFO kablam! | Oct 27 20:20:27.257 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.257 INFO kablam! | ^^^^^ Oct 27 20:20:27.257 INFO kablam! ... Oct 27 20:20:27.257 INFO kablam! 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Oct 27 20:20:27.257 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.257 INFO kablam! | Oct 27 20:20:27.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.257 INFO kablam! | Oct 27 20:20:27.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.257 INFO kablam! | Oct 27 20:20:27.257 INFO kablam! Oct 27 20:20:27.257 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.257 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.257 INFO kablam! | Oct 27 20:20:27.257 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.257 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.257 INFO kablam! ... Oct 27 20:20:27.257 INFO kablam! 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Oct 27 20:20:27.257 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.257 INFO kablam! | Oct 27 20:20:27.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.257 INFO kablam! | Oct 27 20:20:27.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.257 INFO kablam! | Oct 27 20:20:27.257 INFO kablam! Oct 27 20:20:27.262 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:204:26 Oct 27 20:20:27.263 INFO kablam! | Oct 27 20:20:27.263 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); 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:197:36 Oct 27 20:20:27.263 INFO kablam! | Oct 27 20:20:27.263 INFO kablam! 197 | 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! 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.263 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.263 INFO kablam! | Oct 27 20:20:27.263 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); 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.266 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.266 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! Oct 27 20:20:27.267 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.267 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.267 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.267 INFO kablam! ... Oct 27 20:20:27.267 INFO kablam! 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); Oct 27 20:20:27.267 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! Oct 27 20:20:27.267 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.267 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.267 INFO kablam! | ^^^^^ Oct 27 20:20:27.267 INFO kablam! ... Oct 27 20:20:27.267 INFO kablam! 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Oct 27 20:20:27.267 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! Oct 27 20:20:27.267 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.267 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.267 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.267 INFO kablam! ... Oct 27 20:20:27.267 INFO kablam! 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Oct 27 20:20:27.267 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! Oct 27 20:20:27.267 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.267 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.267 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.267 INFO kablam! ... Oct 27 20:20:27.267 INFO kablam! 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Oct 27 20:20:27.267 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! Oct 27 20:20:27.267 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.267 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.267 INFO kablam! | ^^^^^ Oct 27 20:20:27.267 INFO kablam! ... Oct 27 20:20:27.267 INFO kablam! 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); Oct 27 20:20:27.267 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! Oct 27 20:20:27.267 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.267 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.267 INFO kablam! | Oct 27 20:20:27.267 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.267 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.267 INFO kablam! ... Oct 27 20:20:27.268 INFO kablam! 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); 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:204:26 Oct 27 20:20:27.268 INFO kablam! | Oct 27 20:20:27.268 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); 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:197:36 Oct 27 20:20:27.268 INFO kablam! | Oct 27 20:20:27.268 INFO kablam! 197 | 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! 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); 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.276 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.276 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.276 INFO kablam! | Oct 27 20:20:27.276 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.276 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.276 INFO kablam! ... Oct 27 20:20:27.276 INFO kablam! 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); 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:204:26 Oct 27 20:20:27.276 INFO kablam! | Oct 27 20:20:27.276 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.276 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.276 INFO kablam! | Oct 27 20:20:27.276 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.276 INFO kablam! | ^^^^^ Oct 27 20:20:27.276 INFO kablam! ... Oct 27 20:20:27.276 INFO kablam! 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.276 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.276 INFO kablam! | Oct 27 20:20:27.276 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.276 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.276 INFO kablam! ... Oct 27 20:20:27.276 INFO kablam! 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); 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.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! Oct 27 20:20:27.277 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.277 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.277 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.277 INFO kablam! ... Oct 27 20:20:27.277 INFO kablam! 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); Oct 27 20:20:27.277 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! Oct 27 20:20:27.277 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.277 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.277 INFO kablam! | ^^^^^ Oct 27 20:20:27.277 INFO kablam! ... Oct 27 20:20:27.277 INFO kablam! 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Oct 27 20:20:27.277 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! Oct 27 20:20:27.277 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.277 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.277 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.277 INFO kablam! ... Oct 27 20:20:27.277 INFO kablam! 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Oct 27 20:20:27.277 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! Oct 27 20:20:27.277 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.277 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.277 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.277 INFO kablam! ... Oct 27 20:20:27.277 INFO kablam! 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Oct 27 20:20:27.277 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.277 INFO kablam! | Oct 27 20:20:27.277 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:197:36 Oct 27 20:20:27.284 INFO kablam! | Oct 27 20:20:27.284 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.284 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.284 INFO kablam! | Oct 27 20:20:27.284 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); 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:204:26 Oct 27 20:20:27.284 INFO kablam! | Oct 27 20:20:27.284 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.284 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.284 INFO kablam! | Oct 27 20:20:27.284 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); 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.285 INFO kablam! | Oct 27 20:20:27.285 INFO kablam! Oct 27 20:20:27.285 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.285 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.285 INFO kablam! | Oct 27 20:20:27.285 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.285 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.285 INFO kablam! ... Oct 27 20:20:27.285 INFO kablam! 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Oct 27 20:20:27.285 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.285 INFO kablam! | Oct 27 20:20:27.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.285 INFO kablam! | Oct 27 20:20:27.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.285 INFO kablam! | Oct 27 20:20:27.285 INFO kablam! Oct 27 20:20:27.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.285 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.285 INFO kablam! | Oct 27 20:20:27.285 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.285 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.285 INFO kablam! ... Oct 27 20:20:27.285 INFO kablam! 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Oct 27 20:20:27.285 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.285 INFO kablam! | Oct 27 20:20:27.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.285 INFO kablam! | Oct 27 20:20:27.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.285 INFO kablam! | Oct 27 20:20:27.285 INFO kablam! Oct 27 20:20:27.285 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.285 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.285 INFO kablam! | Oct 27 20:20:27.285 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.285 INFO kablam! | ^^^^^ Oct 27 20:20:27.285 INFO kablam! ... Oct 27 20:20:27.285 INFO kablam! 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Oct 27 20:20:27.285 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.285 INFO kablam! | Oct 27 20:20:27.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.285 INFO kablam! | Oct 27 20:20:27.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.285 INFO kablam! | Oct 27 20:20:27.285 INFO kablam! Oct 27 20:20:27.290 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.291 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.291 INFO kablam! | Oct 27 20:20:27.291 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.291 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.291 INFO kablam! ... Oct 27 20:20:27.291 INFO kablam! 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Oct 27 20:20:27.291 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.291 INFO kablam! | Oct 27 20:20:27.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.291 INFO kablam! | Oct 27 20:20:27.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.291 INFO kablam! | Oct 27 20:20:27.291 INFO kablam! Oct 27 20:20:27.291 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.291 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.291 INFO kablam! | Oct 27 20:20:27.291 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.291 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.291 INFO kablam! ... Oct 27 20:20:27.291 INFO kablam! 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Oct 27 20:20:27.291 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.291 INFO kablam! | Oct 27 20:20:27.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.291 INFO kablam! | Oct 27 20:20:27.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.291 INFO kablam! | Oct 27 20:20:27.291 INFO kablam! Oct 27 20:20:27.291 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.291 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.291 INFO kablam! | Oct 27 20:20:27.291 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.291 INFO kablam! | ^^^^^ Oct 27 20:20:27.291 INFO kablam! ... Oct 27 20:20:27.291 INFO kablam! 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Oct 27 20:20:27.291 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.291 INFO kablam! | Oct 27 20:20:27.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.291 INFO kablam! | Oct 27 20:20:27.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.291 INFO kablam! | Oct 27 20:20:27.291 INFO kablam! Oct 27 20:20:27.295 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.295 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.295 INFO kablam! | Oct 27 20:20:27.295 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.295 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.295 INFO kablam! ... Oct 27 20:20:27.295 INFO kablam! 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Oct 27 20:20:27.295 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.295 INFO kablam! | Oct 27 20:20:27.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.295 INFO kablam! | Oct 27 20:20:27.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.295 INFO kablam! | Oct 27 20:20:27.295 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:204:26 Oct 27 20:20:27.295 INFO kablam! | Oct 27 20:20:27.295 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Oct 27 20:20:27.295 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.295 INFO kablam! | Oct 27 20:20:27.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.295 INFO kablam! | Oct 27 20:20:27.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.295 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! Oct 27 20:20:27.296 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.296 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.296 INFO kablam! | ^^^^^ Oct 27 20:20:27.296 INFO kablam! ... Oct 27 20:20:27.296 INFO kablam! 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Oct 27 20:20:27.296 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! Oct 27 20:20:27.296 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.296 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.296 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.296 INFO kablam! ... Oct 27 20:20:27.296 INFO kablam! 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Oct 27 20:20:27.296 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! Oct 27 20:20:27.296 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.296 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.296 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.296 INFO kablam! ... Oct 27 20:20:27.296 INFO kablam! 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Oct 27 20:20:27.296 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! Oct 27 20:20:27.296 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.296 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.296 INFO kablam! | ^^^^^ Oct 27 20:20:27.296 INFO kablam! ... Oct 27 20:20:27.296 INFO kablam! 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Oct 27 20:20:27.296 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! Oct 27 20:20:27.296 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.296 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.296 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.296 INFO kablam! ... Oct 27 20:20:27.296 INFO kablam! 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Oct 27 20:20:27.296 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! Oct 27 20:20:27.296 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.296 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.296 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.296 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.296 INFO kablam! ... Oct 27 20:20:27.296 INFO kablam! 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Oct 27 20:20:27.296 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.296 INFO kablam! | Oct 27 20:20:27.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.297 INFO kablam! | Oct 27 20:20:27.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.297 INFO kablam! | Oct 27 20:20:27.297 INFO kablam! Oct 27 20:20:27.297 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.297 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.297 INFO kablam! | Oct 27 20:20:27.297 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.297 INFO kablam! | ^^^^^ Oct 27 20:20:27.297 INFO kablam! ... Oct 27 20:20:27.297 INFO kablam! 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Oct 27 20:20:27.297 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.297 INFO kablam! | Oct 27 20:20:27.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.297 INFO kablam! | Oct 27 20:20:27.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.297 INFO kablam! | Oct 27 20:20:27.297 INFO kablam! Oct 27 20:20:27.298 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.298 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.298 INFO kablam! | Oct 27 20:20:27.298 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.298 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.298 INFO kablam! ... Oct 27 20:20:27.298 INFO kablam! 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Oct 27 20:20:27.298 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.298 INFO kablam! | Oct 27 20:20:27.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.298 INFO kablam! | Oct 27 20:20:27.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.298 INFO kablam! | Oct 27 20:20:27.298 INFO kablam! Oct 27 20:20:27.298 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.298 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.298 INFO kablam! | Oct 27 20:20:27.298 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.298 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.298 INFO kablam! ... Oct 27 20:20:27.298 INFO kablam! 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Oct 27 20:20:27.298 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.298 INFO kablam! | Oct 27 20:20:27.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.298 INFO kablam! | Oct 27 20:20:27.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.298 INFO kablam! | Oct 27 20:20:27.298 INFO kablam! Oct 27 20:20:27.298 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.298 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.298 INFO kablam! | Oct 27 20:20:27.298 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.298 INFO kablam! | ^^^^^ Oct 27 20:20:27.298 INFO kablam! ... Oct 27 20:20:27.298 INFO kablam! 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); Oct 27 20:20:27.298 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.298 INFO kablam! | Oct 27 20:20:27.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.298 INFO kablam! | Oct 27 20:20:27.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.298 INFO kablam! | Oct 27 20:20:27.298 INFO kablam! Oct 27 20:20:27.299 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.299 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); 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.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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.303 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.303 INFO kablam! | Oct 27 20:20:27.303 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.303 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.303 INFO kablam! ... Oct 27 20:20:27.303 INFO kablam! 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); 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:197:36 Oct 27 20:20:27.303 INFO kablam! | Oct 27 20:20:27.303 INFO kablam! 197 | 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! 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.303 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.303 INFO kablam! | Oct 27 20:20:27.303 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); 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.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:204:26 Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! 204 | 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! 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); 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.312 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.312 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.312 INFO kablam! | ^^^^^ Oct 27 20:20:27.312 INFO kablam! ... Oct 27 20:20:27.312 INFO kablam! 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Oct 27 20:20:27.312 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! Oct 27 20:20:27.312 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.312 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.312 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.312 INFO kablam! ... Oct 27 20:20:27.312 INFO kablam! 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Oct 27 20:20:27.312 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! Oct 27 20:20:27.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.312 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.312 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.312 INFO kablam! ... Oct 27 20:20:27.312 INFO kablam! 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Oct 27 20:20:27.312 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! Oct 27 20:20:27.312 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.312 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.312 INFO kablam! | ^^^^^ Oct 27 20:20:27.312 INFO kablam! ... Oct 27 20:20:27.312 INFO kablam! 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Oct 27 20:20:27.312 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! Oct 27 20:20:27.312 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.312 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.312 INFO kablam! | Oct 27 20:20:27.312 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.313 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.313 INFO kablam! ... Oct 27 20:20:27.313 INFO kablam! 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Oct 27 20:20:27.313 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 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:204:26 Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Oct 27 20:20:27.313 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! Oct 27 20:20:27.313 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.313 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.313 INFO kablam! | ^^^^^ Oct 27 20:20:27.313 INFO kablam! ... Oct 27 20:20:27.313 INFO kablam! 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Oct 27 20:20:27.313 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! Oct 27 20:20:27.313 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.313 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.313 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.313 INFO kablam! ... Oct 27 20:20:27.313 INFO kablam! 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Oct 27 20:20:27.313 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 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:204:26 Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Oct 27 20:20:27.313 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.320 INFO kablam! Oct 27 20:20:27.320 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.320 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.320 INFO kablam! | Oct 27 20:20:27.320 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.320 INFO kablam! | ^^^^^ Oct 27 20:20:27.320 INFO kablam! ... Oct 27 20:20:27.320 INFO kablam! 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Oct 27 20:20:27.320 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.320 INFO kablam! | Oct 27 20:20:27.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.320 INFO kablam! | Oct 27 20:20:27.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.320 INFO kablam! | Oct 27 20:20:27.320 INFO kablam! Oct 27 20:20:27.320 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.320 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.320 INFO kablam! | Oct 27 20:20:27.320 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.320 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.320 INFO kablam! ... Oct 27 20:20:27.320 INFO kablam! 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Oct 27 20:20:27.320 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.320 INFO kablam! | Oct 27 20:20:27.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.320 INFO kablam! | Oct 27 20:20:27.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.320 INFO kablam! | Oct 27 20:20:27.320 INFO kablam! Oct 27 20:20:27.320 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:204:26 Oct 27 20:20:27.321 INFO kablam! | Oct 27 20:20:27.321 INFO kablam! 204 | 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! 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.321 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.321 INFO kablam! | Oct 27 20:20:27.321 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.321 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.321 INFO kablam! | Oct 27 20:20:27.321 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); 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.323 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.323 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.323 INFO kablam! | Oct 27 20:20:27.323 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.323 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.323 INFO kablam! ... Oct 27 20:20:27.323 INFO kablam! 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); Oct 27 20:20:27.323 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.323 INFO kablam! | Oct 27 20:20:27.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.323 INFO kablam! | Oct 27 20:20:27.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.323 INFO kablam! | Oct 27 20:20:27.323 INFO kablam! Oct 27 20:20:27.323 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.323 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.323 INFO kablam! | Oct 27 20:20:27.323 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.323 INFO kablam! | ^^^^^ Oct 27 20:20:27.323 INFO kablam! ... Oct 27 20:20:27.323 INFO kablam! 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); Oct 27 20:20:27.323 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.323 INFO kablam! | Oct 27 20:20:27.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.323 INFO kablam! | Oct 27 20:20:27.323 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.324 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.324 INFO kablam! | Oct 27 20:20:27.324 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); 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:204:26 Oct 27 20:20:27.324 INFO kablam! | Oct 27 20:20:27.324 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.324 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.324 INFO kablam! ... Oct 27 20:20:27.324 INFO kablam! 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); 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:197:36 Oct 27 20:20:27.324 INFO kablam! | Oct 27 20:20:27.324 INFO kablam! 197 | 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! 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); 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.330 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.331 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.331 INFO kablam! | Oct 27 20:20:27.331 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); 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:204:26 Oct 27 20:20:27.331 INFO kablam! | Oct 27 20:20:27.331 INFO kablam! 204 | 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! 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.331 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.331 INFO kablam! | Oct 27 20:20:27.331 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.334 INFO kablam! | ^^^^^ Oct 27 20:20:27.334 INFO kablam! ... Oct 27 20:20:27.335 INFO kablam! 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Oct 27 20:20:27.335 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.335 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! Oct 27 20:20:27.335 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.335 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.335 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.335 INFO kablam! ... Oct 27 20:20:27.335 INFO kablam! 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Oct 27 20:20:27.335 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.335 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! Oct 27 20:20:27.335 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.335 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.335 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.335 INFO kablam! ... Oct 27 20:20:27.335 INFO kablam! 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Oct 27 20:20:27.335 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.335 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! Oct 27 20:20:27.335 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.335 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.335 INFO kablam! | ^^^^^ Oct 27 20:20:27.335 INFO kablam! ... Oct 27 20:20:27.335 INFO kablam! 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); Oct 27 20:20:27.335 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.335 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! Oct 27 20:20:27.335 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.335 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.335 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.335 INFO kablam! ... Oct 27 20:20:27.335 INFO kablam! 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); Oct 27 20:20:27.335 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.335 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! Oct 27 20:20:27.335 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.335 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.335 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.335 INFO kablam! ... Oct 27 20:20:27.335 INFO kablam! 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); Oct 27 20:20:27.335 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.335 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.335 INFO kablam! | Oct 27 20:20:27.335 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.343 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.343 INFO kablam! | Oct 27 20:20:27.343 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.343 INFO kablam! | ^^^^^ Oct 27 20:20:27.343 INFO kablam! ... Oct 27 20:20:27.343 INFO kablam! 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); Oct 27 20:20:27.343 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.343 INFO kablam! | Oct 27 20:20:27.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.343 INFO kablam! | Oct 27 20:20:27.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.343 INFO kablam! | Oct 27 20:20:27.343 INFO kablam! Oct 27 20:20:27.343 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.343 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.343 INFO kablam! | Oct 27 20:20:27.343 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.343 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.343 INFO kablam! ... Oct 27 20:20:27.343 INFO kablam! 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); Oct 27 20:20:27.343 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.343 INFO kablam! | Oct 27 20:20:27.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.343 INFO kablam! | Oct 27 20:20:27.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.343 INFO kablam! | Oct 27 20:20:27.343 INFO kablam! Oct 27 20:20:27.343 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.343 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.343 INFO kablam! | Oct 27 20:20:27.343 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.343 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.343 INFO kablam! ... Oct 27 20:20:27.343 INFO kablam! 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); Oct 27 20:20:27.343 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.343 INFO kablam! | Oct 27 20:20:27.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.343 INFO kablam! | Oct 27 20:20:27.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.343 INFO kablam! | Oct 27 20:20:27.343 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.343 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.343 INFO kablam! | Oct 27 20:20:27.343 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.343 INFO kablam! | ^^^^^ Oct 27 20:20:27.343 INFO kablam! ... Oct 27 20:20:27.343 INFO kablam! 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Oct 27 20:20:27.343 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.343 INFO kablam! | Oct 27 20:20:27.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.343 INFO kablam! | Oct 27 20:20:27.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.343 INFO kablam! | Oct 27 20:20:27.343 INFO kablam! Oct 27 20:20:27.343 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.344 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.344 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.344 INFO kablam! ... Oct 27 20:20:27.344 INFO kablam! 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Oct 27 20:20:27.344 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! Oct 27 20:20:27.344 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.344 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.344 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.344 INFO kablam! ... Oct 27 20:20:27.344 INFO kablam! 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Oct 27 20:20:27.344 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! Oct 27 20:20:27.344 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.344 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.344 INFO kablam! | ^^^^^ Oct 27 20:20:27.344 INFO kablam! ... Oct 27 20:20:27.344 INFO kablam! 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Oct 27 20:20:27.344 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! Oct 27 20:20:27.344 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.344 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.344 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.344 INFO kablam! ... Oct 27 20:20:27.344 INFO kablam! 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Oct 27 20:20:27.344 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! Oct 27 20:20:27.344 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.344 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.344 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.344 INFO kablam! ... Oct 27 20:20:27.344 INFO kablam! 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Oct 27 20:20:27.344 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! Oct 27 20:20:27.344 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.344 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.344 INFO kablam! | Oct 27 20:20:27.344 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.344 INFO kablam! | ^^^^^ Oct 27 20:20:27.344 INFO kablam! ... Oct 27 20:20:27.344 INFO kablam! 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Oct 27 20:20:27.344 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.345 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); 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.351 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.351 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.351 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.351 INFO kablam! ... Oct 27 20:20:27.351 INFO kablam! 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Oct 27 20:20:27.351 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! Oct 27 20:20:27.351 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.351 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.351 INFO kablam! | ^^^^^ Oct 27 20:20:27.351 INFO kablam! ... Oct 27 20:20:27.351 INFO kablam! 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Oct 27 20:20:27.351 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! Oct 27 20:20:27.351 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.351 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.351 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.351 INFO kablam! ... Oct 27 20:20:27.351 INFO kablam! 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Oct 27 20:20:27.351 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! Oct 27 20:20:27.351 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.351 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.351 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.351 INFO kablam! ... Oct 27 20:20:27.351 INFO kablam! 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Oct 27 20:20:27.351 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! Oct 27 20:20:27.351 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.351 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.351 INFO kablam! | ^^^^^ Oct 27 20:20:27.351 INFO kablam! ... Oct 27 20:20:27.351 INFO kablam! 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Oct 27 20:20:27.351 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.351 INFO kablam! Oct 27 20:20:27.351 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.351 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.351 INFO kablam! | Oct 27 20:20:27.352 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.352 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.352 INFO kablam! ... Oct 27 20:20:27.352 INFO kablam! 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Oct 27 20:20:27.352 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.352 INFO kablam! | Oct 27 20:20:27.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.352 INFO kablam! | Oct 27 20:20:27.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.352 INFO kablam! | Oct 27 20:20:27.352 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.352 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.352 INFO kablam! | Oct 27 20:20:27.352 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.352 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.352 INFO kablam! ... Oct 27 20:20:27.352 INFO kablam! 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Oct 27 20:20:27.352 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.352 INFO kablam! | Oct 27 20:20:27.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.352 INFO kablam! | Oct 27 20:20:27.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.352 INFO kablam! | Oct 27 20:20:27.352 INFO kablam! Oct 27 20:20:27.358 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.359 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.359 INFO kablam! | ^^^^^ Oct 27 20:20:27.359 INFO kablam! ... Oct 27 20:20:27.359 INFO kablam! 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Oct 27 20:20:27.359 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! Oct 27 20:20:27.359 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.359 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.359 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.359 INFO kablam! ... Oct 27 20:20:27.359 INFO kablam! 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Oct 27 20:20:27.359 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! Oct 27 20:20:27.359 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.359 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.359 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.359 INFO kablam! ... Oct 27 20:20:27.359 INFO kablam! 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Oct 27 20:20:27.359 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! Oct 27 20:20:27.359 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.359 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.359 INFO kablam! | ^^^^^ Oct 27 20:20:27.359 INFO kablam! ... Oct 27 20:20:27.359 INFO kablam! 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Oct 27 20:20:27.359 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! Oct 27 20:20:27.359 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.359 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.359 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.359 INFO kablam! ... Oct 27 20:20:27.359 INFO kablam! 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Oct 27 20:20:27.359 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.359 INFO kablam! | Oct 27 20:20:27.359 INFO kablam! Oct 27 20:20:27.361 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.366 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.366 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.367 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.367 INFO kablam! ... Oct 27 20:20:27.367 INFO kablam! 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Oct 27 20:20:27.367 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.367 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! Oct 27 20:20:27.367 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.367 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.367 INFO kablam! | ^^^^^ Oct 27 20:20:27.367 INFO kablam! ... Oct 27 20:20:27.367 INFO kablam! 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Oct 27 20:20:27.367 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.367 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! Oct 27 20:20:27.367 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.367 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.367 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.367 INFO kablam! ... Oct 27 20:20:27.367 INFO kablam! 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Oct 27 20:20:27.367 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.367 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! Oct 27 20:20:27.367 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.367 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.367 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.367 INFO kablam! ... Oct 27 20:20:27.367 INFO kablam! 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Oct 27 20:20:27.367 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.367 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! Oct 27 20:20:27.367 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.367 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.367 INFO kablam! | ^^^^^ Oct 27 20:20:27.367 INFO kablam! ... Oct 27 20:20:27.367 INFO kablam! 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Oct 27 20:20:27.367 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.367 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! Oct 27 20:20:27.367 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.367 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.367 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.367 INFO kablam! ... Oct 27 20:20:27.367 INFO kablam! 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Oct 27 20:20:27.367 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.367 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.367 INFO kablam! Oct 27 20:20:27.367 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.367 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.367 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.368 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.368 INFO kablam! ... Oct 27 20:20:27.368 INFO kablam! 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Oct 27 20:20:27.368 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! Oct 27 20:20:27.368 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.368 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.368 INFO kablam! | ^^^^^ Oct 27 20:20:27.368 INFO kablam! ... Oct 27 20:20:27.368 INFO kablam! 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Oct 27 20:20:27.368 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! Oct 27 20:20:27.368 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.368 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.368 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.368 INFO kablam! ... Oct 27 20:20:27.368 INFO kablam! 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Oct 27 20:20:27.368 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! Oct 27 20:20:27.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.368 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.368 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.368 INFO kablam! ... Oct 27 20:20:27.368 INFO kablam! 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Oct 27 20:20:27.368 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! Oct 27 20:20:27.368 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.368 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.368 INFO kablam! | ^^^^^ Oct 27 20:20:27.368 INFO kablam! ... Oct 27 20:20:27.368 INFO kablam! 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Oct 27 20:20:27.368 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.368 INFO kablam! | Oct 27 20:20:27.368 INFO kablam! Oct 27 20:20:27.374 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.374 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.374 INFO kablam! | Oct 27 20:20:27.374 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.374 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.374 INFO kablam! ... Oct 27 20:20:27.374 INFO kablam! 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Oct 27 20:20:27.374 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.374 INFO kablam! | Oct 27 20:20:27.374 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.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.374 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.374 INFO kablam! | Oct 27 20:20:27.374 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.374 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.374 INFO kablam! ... Oct 27 20:20:27.374 INFO kablam! 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Oct 27 20:20:27.374 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.374 INFO kablam! | Oct 27 20:20:27.374 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.374 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.374 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.375 INFO kablam! | Oct 27 20:20:27.375 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.375 INFO kablam! | ^^^^^ Oct 27 20:20:27.375 INFO kablam! ... Oct 27 20:20:27.375 INFO kablam! 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Oct 27 20:20:27.375 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.375 INFO kablam! | Oct 27 20:20:27.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.375 INFO kablam! | Oct 27 20:20:27.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.375 INFO kablam! | Oct 27 20:20:27.375 INFO kablam! Oct 27 20:20:27.375 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.375 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.375 INFO kablam! | Oct 27 20:20:27.375 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.375 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.375 INFO kablam! ... Oct 27 20:20:27.375 INFO kablam! 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Oct 27 20:20:27.375 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.375 INFO kablam! | Oct 27 20:20:27.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.375 INFO kablam! | Oct 27 20:20:27.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.375 INFO kablam! | Oct 27 20:20:27.375 INFO kablam! Oct 27 20:20:27.378 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.378 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.379 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.379 INFO kablam! ... Oct 27 20:20:27.379 INFO kablam! 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Oct 27 20:20:27.379 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! Oct 27 20:20:27.379 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.379 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.379 INFO kablam! | ^^^^^ Oct 27 20:20:27.379 INFO kablam! ... Oct 27 20:20:27.379 INFO kablam! 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Oct 27 20:20:27.379 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! Oct 27 20:20:27.379 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.379 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.379 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.379 INFO kablam! ... Oct 27 20:20:27.379 INFO kablam! 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Oct 27 20:20:27.379 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 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:204:26 Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.379 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.379 INFO kablam! ... Oct 27 20:20:27.379 INFO kablam! 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Oct 27 20:20:27.379 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! Oct 27 20:20:27.379 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.379 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.379 INFO kablam! | ^^^^^ Oct 27 20:20:27.379 INFO kablam! ... Oct 27 20:20:27.379 INFO kablam! 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Oct 27 20:20:27.379 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! Oct 27 20:20:27.379 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.379 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.379 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.379 INFO kablam! ... Oct 27 20:20:27.379 INFO kablam! 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Oct 27 20:20:27.380 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.380 INFO kablam! | Oct 27 20:20:27.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.380 INFO kablam! | Oct 27 20:20:27.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.380 INFO kablam! | Oct 27 20:20:27.380 INFO kablam! Oct 27 20:20:27.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.380 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.380 INFO kablam! | Oct 27 20:20:27.380 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.380 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.380 INFO kablam! ... Oct 27 20:20:27.380 INFO kablam! 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Oct 27 20:20:27.380 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.380 INFO kablam! | Oct 27 20:20:27.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.380 INFO kablam! | Oct 27 20:20:27.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.380 INFO kablam! | Oct 27 20:20:27.380 INFO kablam! Oct 27 20:20:27.380 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.380 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.380 INFO kablam! | Oct 27 20:20:27.380 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.380 INFO kablam! | ^^^^^ Oct 27 20:20:27.380 INFO kablam! ... Oct 27 20:20:27.380 INFO kablam! 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Oct 27 20:20:27.380 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.380 INFO kablam! | Oct 27 20:20:27.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.380 INFO kablam! | Oct 27 20:20:27.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.380 INFO kablam! | Oct 27 20:20:27.380 INFO kablam! Oct 27 20:20:27.386 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.386 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.387 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.387 INFO kablam! ... Oct 27 20:20:27.387 INFO kablam! 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Oct 27 20:20:27.387 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! Oct 27 20:20:27.387 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.387 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.387 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.387 INFO kablam! ... Oct 27 20:20:27.387 INFO kablam! 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Oct 27 20:20:27.387 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! Oct 27 20:20:27.387 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.387 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.387 INFO kablam! | ^^^^^ Oct 27 20:20:27.387 INFO kablam! ... Oct 27 20:20:27.387 INFO kablam! 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Oct 27 20:20:27.387 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! Oct 27 20:20:27.387 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.387 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.387 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.387 INFO kablam! ... Oct 27 20:20:27.387 INFO kablam! 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Oct 27 20:20:27.387 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! Oct 27 20:20:27.387 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.387 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.387 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.387 INFO kablam! ... Oct 27 20:20:27.387 INFO kablam! 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Oct 27 20:20:27.387 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! Oct 27 20:20:27.387 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.387 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.387 INFO kablam! | ^^^^^ Oct 27 20:20:27.387 INFO kablam! ... Oct 27 20:20:27.387 INFO kablam! 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Oct 27 20:20:27.387 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.387 INFO kablam! | Oct 27 20:20:27.387 INFO kablam! Oct 27 20:20:27.388 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.388 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.388 INFO kablam! | Oct 27 20:20:27.388 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.388 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.388 INFO kablam! ... Oct 27 20:20:27.388 INFO kablam! 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Oct 27 20:20:27.388 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.388 INFO kablam! | Oct 27 20:20:27.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.388 INFO kablam! | Oct 27 20:20:27.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.388 INFO kablam! | Oct 27 20:20:27.388 INFO kablam! Oct 27 20:20:27.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.388 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.388 INFO kablam! | Oct 27 20:20:27.388 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.388 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.388 INFO kablam! ... Oct 27 20:20:27.388 INFO kablam! 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Oct 27 20:20:27.388 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.388 INFO kablam! | Oct 27 20:20:27.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.388 INFO kablam! | Oct 27 20:20:27.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.388 INFO kablam! | Oct 27 20:20:27.388 INFO kablam! Oct 27 20:20:27.395 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.395 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.395 INFO kablam! | ^^^^^ Oct 27 20:20:27.395 INFO kablam! ... Oct 27 20:20:27.395 INFO kablam! 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Oct 27 20:20:27.395 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! Oct 27 20:20:27.395 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.395 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.395 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.395 INFO kablam! ... Oct 27 20:20:27.395 INFO kablam! 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Oct 27 20:20:27.395 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! Oct 27 20:20:27.395 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.395 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.395 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.395 INFO kablam! ... Oct 27 20:20:27.395 INFO kablam! 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Oct 27 20:20:27.395 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! Oct 27 20:20:27.395 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.395 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.395 INFO kablam! | ^^^^^ Oct 27 20:20:27.395 INFO kablam! ... Oct 27 20:20:27.395 INFO kablam! 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Oct 27 20:20:27.395 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! Oct 27 20:20:27.395 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.395 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.395 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.395 INFO kablam! ... Oct 27 20:20:27.395 INFO kablam! 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Oct 27 20:20:27.395 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.395 INFO kablam! | Oct 27 20:20:27.395 INFO kablam! Oct 27 20:20:27.395 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.396 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.396 INFO kablam! | Oct 27 20:20:27.396 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.396 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.396 INFO kablam! ... Oct 27 20:20:27.396 INFO kablam! 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Oct 27 20:20:27.396 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.396 INFO kablam! | Oct 27 20:20:27.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.396 INFO kablam! | Oct 27 20:20:27.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.396 INFO kablam! | Oct 27 20:20:27.396 INFO kablam! Oct 27 20:20:27.396 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.396 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.396 INFO kablam! | Oct 27 20:20:27.396 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.396 INFO kablam! | ^^^^^ Oct 27 20:20:27.396 INFO kablam! ... Oct 27 20:20:27.396 INFO kablam! 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Oct 27 20:20:27.396 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.396 INFO kablam! | Oct 27 20:20:27.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.396 INFO kablam! | Oct 27 20:20:27.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.396 INFO kablam! | Oct 27 20:20:27.396 INFO kablam! Oct 27 20:20:27.396 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.396 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.396 INFO kablam! | Oct 27 20:20:27.396 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.396 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.396 INFO kablam! ... Oct 27 20:20:27.396 INFO kablam! 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Oct 27 20:20:27.396 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.396 INFO kablam! | Oct 27 20:20:27.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.396 INFO kablam! | Oct 27 20:20:27.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.396 INFO kablam! | Oct 27 20:20:27.396 INFO kablam! Oct 27 20:20:27.402 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.402 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.402 INFO kablam! | Oct 27 20:20:27.402 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.403 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.403 INFO kablam! ... Oct 27 20:20:27.403 INFO kablam! 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Oct 27 20:20:27.403 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! Oct 27 20:20:27.403 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.403 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.403 INFO kablam! | ^^^^^ Oct 27 20:20:27.403 INFO kablam! ... Oct 27 20:20:27.403 INFO kablam! 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Oct 27 20:20:27.403 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! Oct 27 20:20:27.403 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.403 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.403 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.403 INFO kablam! ... Oct 27 20:20:27.403 INFO kablam! 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Oct 27 20:20:27.403 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! Oct 27 20:20:27.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.403 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.403 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.403 INFO kablam! ... Oct 27 20:20:27.403 INFO kablam! 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Oct 27 20:20:27.403 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! Oct 27 20:20:27.403 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.403 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.403 INFO kablam! | ^^^^^ Oct 27 20:20:27.403 INFO kablam! ... Oct 27 20:20:27.403 INFO kablam! 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Oct 27 20:20:27.403 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! Oct 27 20:20:27.403 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.403 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.403 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.403 INFO kablam! ... Oct 27 20:20:27.403 INFO kablam! 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Oct 27 20:20:27.403 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.403 INFO kablam! | Oct 27 20:20:27.403 INFO kablam! Oct 27 20:20:27.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.404 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.404 INFO kablam! | Oct 27 20:20:27.404 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.404 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.404 INFO kablam! ... Oct 27 20:20:27.404 INFO kablam! 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Oct 27 20:20:27.404 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.404 INFO kablam! | Oct 27 20:20:27.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.404 INFO kablam! | Oct 27 20:20:27.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.404 INFO kablam! | Oct 27 20:20:27.404 INFO kablam! Oct 27 20:20:27.404 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.404 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.404 INFO kablam! | Oct 27 20:20:27.404 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.404 INFO kablam! | ^^^^^ Oct 27 20:20:27.404 INFO kablam! ... Oct 27 20:20:27.404 INFO kablam! 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Oct 27 20:20:27.404 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.404 INFO kablam! | Oct 27 20:20:27.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.404 INFO kablam! | Oct 27 20:20:27.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.404 INFO kablam! | Oct 27 20:20:27.404 INFO kablam! Oct 27 20:20:27.410 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.410 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.410 INFO kablam! | Oct 27 20:20:27.411 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.411 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.411 INFO kablam! ... Oct 27 20:20:27.411 INFO kablam! 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Oct 27 20:20:27.411 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.411 INFO kablam! | Oct 27 20:20:27.411 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.411 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.411 INFO kablam! | Oct 27 20:20:27.411 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.411 INFO kablam! | Oct 27 20:20:27.411 INFO kablam! Oct 27 20:20:27.411 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.411 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.411 INFO kablam! | Oct 27 20:20:27.411 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.411 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.411 INFO kablam! ... Oct 27 20:20:27.411 INFO kablam! 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Oct 27 20:20:27.411 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.411 INFO kablam! | Oct 27 20:20:27.411 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.411 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.411 INFO kablam! | Oct 27 20:20:27.411 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.411 INFO kablam! | Oct 27 20:20:27.411 INFO kablam! Oct 27 20:20:27.411 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.411 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.411 INFO kablam! | Oct 27 20:20:27.411 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.411 INFO kablam! | ^^^^^ Oct 27 20:20:27.411 INFO kablam! ... Oct 27 20:20:27.411 INFO kablam! 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Oct 27 20:20:27.411 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.411 INFO kablam! | Oct 27 20:20:27.411 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.411 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.411 INFO kablam! | Oct 27 20:20:27.411 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.411 INFO kablam! | Oct 27 20:20:27.411 INFO kablam! Oct 27 20:20:27.411 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.411 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.411 INFO kablam! | Oct 27 20:20:27.411 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.411 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.411 INFO kablam! ... Oct 27 20:20:27.411 INFO kablam! 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Oct 27 20:20:27.411 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.411 INFO kablam! | Oct 27 20:20:27.411 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.411 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.411 INFO kablam! | Oct 27 20:20:27.411 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.411 INFO kablam! | Oct 27 20:20:27.411 INFO kablam! Oct 27 20:20:27.418 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.418 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.418 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.419 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.419 INFO kablam! ... Oct 27 20:20:27.419 INFO kablam! 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Oct 27 20:20:27.419 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! Oct 27 20:20:27.419 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.419 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.419 INFO kablam! | ^^^^^ Oct 27 20:20:27.419 INFO kablam! ... Oct 27 20:20:27.419 INFO kablam! 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Oct 27 20:20:27.419 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! Oct 27 20:20:27.419 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.419 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.419 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.419 INFO kablam! ... Oct 27 20:20:27.419 INFO kablam! 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Oct 27 20:20:27.419 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! Oct 27 20:20:27.419 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.419 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.419 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.419 INFO kablam! ... Oct 27 20:20:27.419 INFO kablam! 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Oct 27 20:20:27.419 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! Oct 27 20:20:27.419 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.419 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.419 INFO kablam! | ^^^^^ Oct 27 20:20:27.419 INFO kablam! ... Oct 27 20:20:27.419 INFO kablam! 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Oct 27 20:20:27.419 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! Oct 27 20:20:27.419 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.419 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.419 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.419 INFO kablam! ... Oct 27 20:20:27.419 INFO kablam! 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Oct 27 20:20:27.419 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.419 INFO kablam! | Oct 27 20:20:27.419 INFO kablam! Oct 27 20:20:27.419 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.419 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.420 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.420 INFO kablam! ... Oct 27 20:20:27.420 INFO kablam! 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Oct 27 20:20:27.420 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! Oct 27 20:20:27.420 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.420 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.420 INFO kablam! | ^^^^^ Oct 27 20:20:27.420 INFO kablam! ... Oct 27 20:20:27.420 INFO kablam! 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Oct 27 20:20:27.420 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! Oct 27 20:20:27.420 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.420 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.420 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.420 INFO kablam! ... Oct 27 20:20:27.420 INFO kablam! 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Oct 27 20:20:27.420 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! Oct 27 20:20:27.420 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.420 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.420 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.420 INFO kablam! ... Oct 27 20:20:27.420 INFO kablam! 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Oct 27 20:20:27.420 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! Oct 27 20:20:27.420 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.420 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.420 INFO kablam! | ^^^^^ Oct 27 20:20:27.420 INFO kablam! ... Oct 27 20:20:27.420 INFO kablam! 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Oct 27 20:20:27.420 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! Oct 27 20:20:27.420 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.420 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.420 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.420 INFO kablam! ... Oct 27 20:20:27.420 INFO kablam! 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Oct 27 20:20:27.420 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.420 INFO kablam! | Oct 27 20:20:27.421 INFO kablam! Oct 27 20:20:27.421 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.421 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.421 INFO kablam! | Oct 27 20:20:27.421 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.421 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.421 INFO kablam! ... Oct 27 20:20:27.421 INFO kablam! 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Oct 27 20:20:27.421 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.421 INFO kablam! | Oct 27 20:20:27.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.421 INFO kablam! | Oct 27 20:20:27.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.421 INFO kablam! | Oct 27 20:20:27.421 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! 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); 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.434 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.436 INFO kablam! | Oct 27 20:20:27.436 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); 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! 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); 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! 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); 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.437 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.437 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.437 INFO kablam! | Oct 27 20:20:27.437 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.437 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.437 INFO kablam! ... Oct 27 20:20:27.437 INFO kablam! 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Oct 27 20:20:27.437 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.437 INFO kablam! | Oct 27 20:20:27.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.437 INFO kablam! | Oct 27 20:20:27.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.437 INFO kablam! | Oct 27 20:20:27.437 INFO kablam! Oct 27 20:20:27.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.437 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.437 INFO kablam! | Oct 27 20:20:27.437 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.437 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.437 INFO kablam! ... Oct 27 20:20:27.437 INFO kablam! 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Oct 27 20:20:27.437 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.437 INFO kablam! | Oct 27 20:20:27.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.437 INFO kablam! | Oct 27 20:20:27.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.437 INFO kablam! | Oct 27 20:20:27.437 INFO kablam! Oct 27 20:20:27.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.437 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.437 INFO kablam! | Oct 27 20:20:27.437 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.437 INFO kablam! | ^^^^^ Oct 27 20:20:27.437 INFO kablam! ... Oct 27 20:20:27.437 INFO kablam! 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Oct 27 20:20:27.437 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.437 INFO kablam! | Oct 27 20:20:27.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.437 INFO kablam! | Oct 27 20:20:27.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.437 INFO kablam! | Oct 27 20:20:27.437 INFO kablam! Oct 27 20:20:27.437 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.437 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.437 INFO kablam! | Oct 27 20:20:27.437 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.438 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.438 INFO kablam! ... Oct 27 20:20:27.438 INFO kablam! 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Oct 27 20:20:27.438 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! Oct 27 20:20:27.438 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.438 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.438 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.438 INFO kablam! ... Oct 27 20:20:27.438 INFO kablam! 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Oct 27 20:20:27.438 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! Oct 27 20:20:27.438 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.438 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.438 INFO kablam! | ^^^^^ Oct 27 20:20:27.438 INFO kablam! ... Oct 27 20:20:27.438 INFO kablam! 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Oct 27 20:20:27.438 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! Oct 27 20:20:27.438 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.438 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.438 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.438 INFO kablam! ... Oct 27 20:20:27.438 INFO kablam! 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Oct 27 20:20:27.438 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! Oct 27 20:20:27.438 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.438 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.438 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.438 INFO kablam! ... Oct 27 20:20:27.438 INFO kablam! 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Oct 27 20:20:27.438 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.438 INFO kablam! Oct 27 20:20:27.438 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.438 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.438 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.439 INFO kablam! | ^^^^^ Oct 27 20:20:27.439 INFO kablam! ... Oct 27 20:20:27.439 INFO kablam! 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Oct 27 20:20:27.439 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! Oct 27 20:20:27.439 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.439 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.439 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.439 INFO kablam! ... Oct 27 20:20:27.439 INFO kablam! 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Oct 27 20:20:27.439 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! Oct 27 20:20:27.439 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.439 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.439 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.439 INFO kablam! ... Oct 27 20:20:27.439 INFO kablam! 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Oct 27 20:20:27.439 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! Oct 27 20:20:27.439 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.439 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.439 INFO kablam! | ^^^^^ Oct 27 20:20:27.439 INFO kablam! ... Oct 27 20:20:27.439 INFO kablam! 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Oct 27 20:20:27.439 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! Oct 27 20:20:27.439 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.439 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.439 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.439 INFO kablam! ... Oct 27 20:20:27.439 INFO kablam! 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Oct 27 20:20:27.439 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.439 INFO kablam! Oct 27 20:20:27.439 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.439 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.439 INFO kablam! | Oct 27 20:20:27.441 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.441 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.441 INFO kablam! ... Oct 27 20:20:27.441 INFO kablam! 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.441 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.441 INFO kablam! | Oct 27 20:20:27.441 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); 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.442 INFO kablam! ... Oct 27 20:20:27.442 INFO kablam! 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Oct 27 20:20:27.442 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.442 INFO kablam! | Oct 27 20:20:27.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.442 INFO kablam! | Oct 27 20:20:27.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.442 INFO kablam! | Oct 27 20:20:27.442 INFO kablam! Oct 27 20:20:27.442 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.442 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.442 INFO kablam! | Oct 27 20:20:27.442 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.442 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.442 INFO kablam! ... Oct 27 20:20:27.442 INFO kablam! 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Oct 27 20:20:27.442 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.442 INFO kablam! | Oct 27 20:20:27.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.442 INFO kablam! | Oct 27 20:20:27.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.442 INFO kablam! | Oct 27 20:20:27.442 INFO kablam! Oct 27 20:20:27.450 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.451 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.451 INFO kablam! | ^^^^^ Oct 27 20:20:27.451 INFO kablam! ... Oct 27 20:20:27.451 INFO kablam! 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Oct 27 20:20:27.451 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! Oct 27 20:20:27.451 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.451 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.451 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.451 INFO kablam! ... Oct 27 20:20:27.451 INFO kablam! 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Oct 27 20:20:27.451 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! Oct 27 20:20:27.451 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.451 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.451 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.451 INFO kablam! ... Oct 27 20:20:27.451 INFO kablam! 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Oct 27 20:20:27.451 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! Oct 27 20:20:27.451 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.451 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.451 INFO kablam! | ^^^^^ Oct 27 20:20:27.451 INFO kablam! ... Oct 27 20:20:27.451 INFO kablam! 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Oct 27 20:20:27.451 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! Oct 27 20:20:27.451 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.451 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.451 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.451 INFO kablam! ... Oct 27 20:20:27.451 INFO kablam! 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Oct 27 20:20:27.451 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.451 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! Oct 27 20:20:27.452 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.452 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.452 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.452 INFO kablam! ... Oct 27 20:20:27.452 INFO kablam! 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Oct 27 20:20:27.452 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! Oct 27 20:20:27.452 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.452 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.452 INFO kablam! | ^^^^^ Oct 27 20:20:27.452 INFO kablam! ... Oct 27 20:20:27.452 INFO kablam! 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Oct 27 20:20:27.452 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 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.452 INFO kablam! 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Oct 27 20:20:27.452 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! Oct 27 20:20:27.452 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.452 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.452 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.452 INFO kablam! ... Oct 27 20:20:27.452 INFO kablam! 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Oct 27 20:20:27.452 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! Oct 27 20:20:27.452 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.452 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.452 INFO kablam! | ^^^^^ Oct 27 20:20:27.452 INFO kablam! ... Oct 27 20:20:27.452 INFO kablam! 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); Oct 27 20:20:27.452 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! Oct 27 20:20:27.454 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.455 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.455 INFO kablam! | Oct 27 20:20:27.455 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); 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 `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! 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); 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! 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); 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! 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); 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! 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); 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! 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); 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.465 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.465 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.465 INFO kablam! | Oct 27 20:20:27.465 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); 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.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.465 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.465 INFO kablam! | Oct 27 20:20:27.465 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.465 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.465 INFO kablam! ... Oct 27 20:20:27.465 INFO kablam! 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); 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.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! 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); 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.465 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.465 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.465 INFO kablam! | Oct 27 20:20:27.465 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); 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.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.466 INFO kablam! | Oct 27 20:20:27.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.466 INFO kablam! | Oct 27 20:20:27.466 INFO kablam! Oct 27 20:20:27.466 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.466 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.466 INFO kablam! | Oct 27 20:20:27.466 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.466 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.466 INFO kablam! ... Oct 27 20:20:27.466 INFO kablam! 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); Oct 27 20:20:27.466 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.466 INFO kablam! | Oct 27 20:20:27.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.466 INFO kablam! | Oct 27 20:20:27.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.466 INFO kablam! | Oct 27 20:20:27.466 INFO kablam! Oct 27 20:20:27.466 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.466 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.466 INFO kablam! | Oct 27 20:20:27.466 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.466 INFO kablam! | ^^^^^ Oct 27 20:20:27.466 INFO kablam! ... Oct 27 20:20:27.466 INFO kablam! 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Oct 27 20:20:27.466 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.466 INFO kablam! | Oct 27 20:20:27.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.466 INFO kablam! | Oct 27 20:20:27.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.466 INFO kablam! | Oct 27 20:20:27.466 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.467 INFO kablam! | Oct 27 20:20:27.467 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.467 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.467 INFO kablam! ... Oct 27 20:20:27.467 INFO kablam! 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Oct 27 20:20:27.467 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.467 INFO kablam! | Oct 27 20:20:27.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.467 INFO kablam! | Oct 27 20:20:27.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.467 INFO kablam! | Oct 27 20:20:27.467 INFO kablam! Oct 27 20:20:27.467 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.467 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.467 INFO kablam! | Oct 27 20:20:27.467 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.467 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.467 INFO kablam! ... Oct 27 20:20:27.467 INFO kablam! 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Oct 27 20:20:27.467 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.467 INFO kablam! | Oct 27 20:20:27.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.467 INFO kablam! | Oct 27 20:20:27.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.467 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! 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); 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.468 INFO kablam! ... Oct 27 20:20:27.468 INFO kablam! 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); 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.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.474 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.474 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.474 INFO kablam! ... Oct 27 20:20:27.474 INFO kablam! 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); Oct 27 20:20:27.474 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.474 INFO kablam! | Oct 27 20:20:27.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.474 INFO kablam! | Oct 27 20:20:27.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.474 INFO kablam! | Oct 27 20:20:27.474 INFO kablam! Oct 27 20:20:27.474 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.474 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.474 INFO kablam! | Oct 27 20:20:27.474 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.474 INFO kablam! | ^^^^^ Oct 27 20:20:27.474 INFO kablam! ... Oct 27 20:20:27.474 INFO kablam! 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Oct 27 20:20:27.474 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.474 INFO kablam! | Oct 27 20:20:27.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.474 INFO kablam! | Oct 27 20:20:27.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.474 INFO kablam! | Oct 27 20:20:27.474 INFO kablam! Oct 27 20:20:27.474 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.474 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.474 INFO kablam! | Oct 27 20:20:27.474 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.474 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.474 INFO kablam! ... Oct 27 20:20:27.474 INFO kablam! 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Oct 27 20:20:27.474 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.474 INFO kablam! | Oct 27 20:20:27.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.474 INFO kablam! | Oct 27 20:20:27.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.474 INFO kablam! | Oct 27 20:20:27.474 INFO kablam! Oct 27 20:20:27.474 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.474 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! 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); 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.476 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.476 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.476 INFO kablam! | Oct 27 20:20:27.476 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); 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 `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! 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); 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! 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); 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.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.477 INFO kablam! | Oct 27 20:20:27.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.477 INFO kablam! | Oct 27 20:20:27.477 INFO kablam! Oct 27 20:20:27.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.477 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.477 INFO kablam! | Oct 27 20:20:27.477 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.477 INFO kablam! | ^^^^^ Oct 27 20:20:27.477 INFO kablam! ... Oct 27 20:20:27.477 INFO kablam! 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); Oct 27 20:20:27.477 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.477 INFO kablam! | Oct 27 20:20:27.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.477 INFO kablam! | Oct 27 20:20:27.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.477 INFO kablam! | Oct 27 20:20:27.477 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! 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); 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.485 INFO kablam! ... Oct 27 20:20:27.485 INFO kablam! 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); 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.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.485 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.485 INFO kablam! | Oct 27 20:20:27.485 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.485 INFO kablam! | ^^^^^ Oct 27 20:20:27.485 INFO kablam! ... Oct 27 20:20:27.485 INFO kablam! 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); 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.485 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.485 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.485 INFO kablam! | Oct 27 20:20:27.485 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.485 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.485 INFO kablam! ... Oct 27 20:20:27.485 INFO kablam! 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); 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.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! 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); 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.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.485 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.485 INFO kablam! | Oct 27 20:20:27.485 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.485 INFO kablam! | ^^^^^ Oct 27 20:20:27.485 INFO kablam! ... Oct 27 20:20:27.485 INFO kablam! 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Oct 27 20:20:27.485 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.486 INFO kablam! | Oct 27 20:20:27.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.486 INFO kablam! | Oct 27 20:20:27.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.486 INFO kablam! | Oct 27 20:20:27.486 INFO kablam! Oct 27 20:20:27.486 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.486 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.486 INFO kablam! | Oct 27 20:20:27.486 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.486 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.486 INFO kablam! ... Oct 27 20:20:27.486 INFO kablam! 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Oct 27 20:20:27.486 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.486 INFO kablam! | Oct 27 20:20:27.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.486 INFO kablam! | Oct 27 20:20:27.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.486 INFO kablam! | Oct 27 20:20:27.486 INFO kablam! Oct 27 20:20:27.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.486 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.486 INFO kablam! | Oct 27 20:20:27.486 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.486 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.486 INFO kablam! ... Oct 27 20:20:27.486 INFO kablam! 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Oct 27 20:20:27.486 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.486 INFO kablam! | Oct 27 20:20:27.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.486 INFO kablam! | Oct 27 20:20:27.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.486 INFO kablam! | Oct 27 20:20:27.486 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! 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); 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.487 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.487 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.487 INFO kablam! | Oct 27 20:20:27.487 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.487 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.487 INFO kablam! ... Oct 27 20:20:27.487 INFO kablam! 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); 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 `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! 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); Oct 27 20:20:27.487 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.496 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.496 INFO kablam! | Oct 27 20:20:27.496 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.496 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.496 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! 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); 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! 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.496 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.497 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.497 INFO kablam! ... Oct 27 20:20:27.497 INFO kablam! 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Oct 27 20:20:27.497 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! Oct 27 20:20:27.497 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.497 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.497 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.497 INFO kablam! ... Oct 27 20:20:27.497 INFO kablam! 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Oct 27 20:20:27.497 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! Oct 27 20:20:27.497 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.497 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.497 INFO kablam! | ^^^^^ Oct 27 20:20:27.497 INFO kablam! ... Oct 27 20:20:27.497 INFO kablam! 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Oct 27 20:20:27.497 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! Oct 27 20:20:27.497 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.497 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.497 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.497 INFO kablam! ... Oct 27 20:20:27.497 INFO kablam! 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Oct 27 20:20:27.497 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! Oct 27 20:20:27.497 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.497 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.497 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.497 INFO kablam! ... Oct 27 20:20:27.497 INFO kablam! 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Oct 27 20:20:27.497 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.497 INFO kablam! | Oct 27 20:20:27.497 INFO kablam! Oct 27 20:20:27.500 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.500 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.500 INFO kablam! | Oct 27 20:20:27.500 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.500 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.500 INFO kablam! | Oct 27 20:20:27.500 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! 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); 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! 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.500 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.500 INFO kablam! | Oct 27 20:20:27.500 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); 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.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.501 INFO kablam! | Oct 27 20:20:27.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.501 INFO kablam! | Oct 27 20:20:27.501 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! 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); 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! 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); Oct 27 20:20:27.507 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! Oct 27 20:20:27.508 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.508 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.508 INFO kablam! | ^^^^^ Oct 27 20:20:27.508 INFO kablam! ... Oct 27 20:20:27.508 INFO kablam! 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Oct 27 20:20:27.508 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! Oct 27 20:20:27.508 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.508 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.508 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.508 INFO kablam! ... Oct 27 20:20:27.508 INFO kablam! 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Oct 27 20:20:27.508 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! Oct 27 20:20:27.508 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.508 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.508 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.508 INFO kablam! ... Oct 27 20:20:27.508 INFO kablam! 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Oct 27 20:20:27.508 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! Oct 27 20:20:27.508 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.508 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.508 INFO kablam! | ^^^^^ Oct 27 20:20:27.508 INFO kablam! ... Oct 27 20:20:27.508 INFO kablam! 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Oct 27 20:20:27.508 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! Oct 27 20:20:27.508 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.508 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.508 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.508 INFO kablam! ... Oct 27 20:20:27.508 INFO kablam! 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Oct 27 20:20:27.508 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.508 INFO kablam! | Oct 27 20:20:27.508 INFO kablam! Oct 27 20:20:27.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.512 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.512 INFO kablam! | Oct 27 20:20:27.512 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.512 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.512 INFO kablam! ... Oct 27 20:20:27.512 INFO kablam! 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Oct 27 20:20:27.512 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.512 INFO kablam! | Oct 27 20:20:27.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.512 INFO kablam! | Oct 27 20:20:27.512 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.512 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.512 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.512 INFO kablam! | Oct 27 20:20:27.512 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.512 INFO kablam! | ^^^^^ Oct 27 20:20:27.512 INFO kablam! ... Oct 27 20:20:27.512 INFO kablam! 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Oct 27 20:20:27.512 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.512 INFO kablam! | Oct 27 20:20:27.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.512 INFO kablam! | Oct 27 20:20:27.512 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.512 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.512 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.512 INFO kablam! | Oct 27 20:20:27.512 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.512 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.512 INFO kablam! ... Oct 27 20:20:27.512 INFO kablam! 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Oct 27 20:20:27.512 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.512 INFO kablam! | Oct 27 20:20:27.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.512 INFO kablam! | Oct 27 20:20:27.512 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.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.512 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.512 INFO kablam! | Oct 27 20:20:27.512 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.512 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.512 INFO kablam! ... Oct 27 20:20:27.512 INFO kablam! 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Oct 27 20:20:27.512 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.512 INFO kablam! | Oct 27 20:20:27.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.512 INFO kablam! | Oct 27 20:20:27.512 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.515 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.515 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.515 INFO kablam! | Oct 27 20:20:27.515 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.515 INFO kablam! | ^^^^^ Oct 27 20:20:27.515 INFO kablam! ... Oct 27 20:20:27.515 INFO kablam! 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Oct 27 20:20:27.515 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.515 INFO kablam! | Oct 27 20:20:27.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.515 INFO kablam! | Oct 27 20:20:27.515 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.515 INFO kablam! | Oct 27 20:20:27.515 INFO kablam! Oct 27 20:20:27.515 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.515 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.515 INFO kablam! | Oct 27 20:20:27.515 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.515 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.515 INFO kablam! ... Oct 27 20:20:27.515 INFO kablam! 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Oct 27 20:20:27.515 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.515 INFO kablam! | Oct 27 20:20:27.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.515 INFO kablam! | Oct 27 20:20:27.515 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.515 INFO kablam! | Oct 27 20:20:27.515 INFO kablam! Oct 27 20:20:27.515 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.515 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.515 INFO kablam! | Oct 27 20:20:27.516 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.516 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.516 INFO kablam! ... Oct 27 20:20:27.516 INFO kablam! 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Oct 27 20:20:27.516 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.516 INFO kablam! | Oct 27 20:20:27.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.516 INFO kablam! | Oct 27 20:20:27.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.516 INFO kablam! | Oct 27 20:20:27.516 INFO kablam! Oct 27 20:20:27.516 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.516 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.516 INFO kablam! | Oct 27 20:20:27.516 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.516 INFO kablam! | ^^^^^ Oct 27 20:20:27.516 INFO kablam! ... Oct 27 20:20:27.516 INFO kablam! 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Oct 27 20:20:27.516 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.516 INFO kablam! | Oct 27 20:20:27.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.516 INFO kablam! | Oct 27 20:20:27.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.516 INFO kablam! | Oct 27 20:20:27.516 INFO kablam! Oct 27 20:20:27.516 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.516 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.516 INFO kablam! | Oct 27 20:20:27.516 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.516 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.516 INFO kablam! ... Oct 27 20:20:27.516 INFO kablam! 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Oct 27 20:20:27.516 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.516 INFO kablam! | Oct 27 20:20:27.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.516 INFO kablam! | Oct 27 20:20:27.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.516 INFO kablam! | Oct 27 20:20:27.516 INFO kablam! Oct 27 20:20:27.516 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.516 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.516 INFO kablam! | Oct 27 20:20:27.516 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.516 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.516 INFO kablam! ... Oct 27 20:20:27.516 INFO kablam! 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Oct 27 20:20:27.516 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.516 INFO kablam! | Oct 27 20:20:27.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.516 INFO kablam! | Oct 27 20:20:27.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.516 INFO kablam! | Oct 27 20:20:27.516 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! 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); 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.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.521 INFO kablam! 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); 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.522 INFO kablam! Oct 27 20:20:27.522 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.522 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.522 INFO kablam! | Oct 27 20:20:27.522 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.522 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.522 INFO kablam! ... Oct 27 20:20:27.522 INFO kablam! 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); Oct 27 20:20:27.522 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.522 INFO kablam! | Oct 27 20:20:27.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.522 INFO kablam! | Oct 27 20:20:27.522 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.522 INFO kablam! | Oct 27 20:20:27.522 INFO kablam! Oct 27 20:20:27.522 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.522 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.522 INFO kablam! | Oct 27 20:20:27.522 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.522 INFO kablam! | ^^^^^ Oct 27 20:20:27.522 INFO kablam! ... Oct 27 20:20:27.522 INFO kablam! 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Oct 27 20:20:27.522 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.522 INFO kablam! | Oct 27 20:20:27.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.522 INFO kablam! | Oct 27 20:20:27.522 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.522 INFO kablam! | Oct 27 20:20:27.522 INFO kablam! Oct 27 20:20:27.522 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.522 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.522 INFO kablam! | Oct 27 20:20:27.522 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.522 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.522 INFO kablam! ... Oct 27 20:20:27.522 INFO kablam! 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Oct 27 20:20:27.522 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.522 INFO kablam! | Oct 27 20:20:27.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.522 INFO kablam! | Oct 27 20:20:27.522 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.522 INFO kablam! | Oct 27 20:20:27.522 INFO kablam! Oct 27 20:20:27.522 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.522 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.522 INFO kablam! | Oct 27 20:20:27.522 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.522 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.522 INFO kablam! ... Oct 27 20:20:27.522 INFO kablam! 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Oct 27 20:20:27.522 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.522 INFO kablam! | Oct 27 20:20:27.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.522 INFO kablam! | Oct 27 20:20:27.522 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.522 INFO kablam! | Oct 27 20:20:27.522 INFO kablam! Oct 27 20:20:27.524 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.524 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.524 INFO kablam! | Oct 27 20:20:27.524 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.524 INFO kablam! | ^^^^^ Oct 27 20:20:27.524 INFO kablam! ... Oct 27 20:20:27.524 INFO kablam! 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Oct 27 20:20:27.524 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.524 INFO kablam! | Oct 27 20:20:27.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.524 INFO kablam! | Oct 27 20:20:27.524 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.524 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.524 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.524 INFO kablam! | Oct 27 20:20:27.524 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.524 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.524 INFO kablam! ... Oct 27 20:20:27.524 INFO kablam! 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Oct 27 20:20:27.524 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.524 INFO kablam! | Oct 27 20:20:27.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.524 INFO kablam! | Oct 27 20:20:27.524 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.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.525 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.525 INFO kablam! | Oct 27 20:20:27.525 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.525 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.525 INFO kablam! ... Oct 27 20:20:27.525 INFO kablam! 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Oct 27 20:20:27.525 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.525 INFO kablam! | Oct 27 20:20:27.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.525 INFO kablam! | Oct 27 20:20:27.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.525 INFO kablam! | Oct 27 20:20:27.525 INFO kablam! Oct 27 20:20:27.526 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.526 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.526 INFO kablam! | Oct 27 20:20:27.526 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.526 INFO kablam! | ^^^^^ Oct 27 20:20:27.526 INFO kablam! ... Oct 27 20:20:27.526 INFO kablam! 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); Oct 27 20:20:27.526 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.526 INFO kablam! | Oct 27 20:20:27.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.526 INFO kablam! | Oct 27 20:20:27.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.526 INFO kablam! | Oct 27 20:20:27.526 INFO kablam! Oct 27 20:20:27.533 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.533 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.533 INFO kablam! | Oct 27 20:20:27.533 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.533 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.533 INFO kablam! ... Oct 27 20:20:27.533 INFO kablam! 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); 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.533 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.533 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.533 INFO kablam! | Oct 27 20:20:27.533 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.533 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.533 INFO kablam! ... Oct 27 20:20:27.533 INFO kablam! 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); 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.533 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.533 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.533 INFO kablam! | Oct 27 20:20:27.533 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.533 INFO kablam! | ^^^^^ Oct 27 20:20:27.533 INFO kablam! ... Oct 27 20:20:27.533 INFO kablam! 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); 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.533 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.533 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.533 INFO kablam! | Oct 27 20:20:27.533 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.533 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.533 INFO kablam! ... Oct 27 20:20:27.533 INFO kablam! 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); 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.533 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.533 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.533 INFO kablam! | Oct 27 20:20:27.533 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.533 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.533 INFO kablam! ... Oct 27 20:20:27.533 INFO kablam! 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); Oct 27 20:20:27.533 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.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.536 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.536 INFO kablam! | Oct 27 20:20:27.536 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.536 INFO kablam! | ^^^^^ Oct 27 20:20:27.536 INFO kablam! ... Oct 27 20:20:27.536 INFO kablam! 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); 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.536 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.536 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.536 INFO kablam! | Oct 27 20:20:27.536 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.536 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.536 INFO kablam! ... Oct 27 20:20:27.536 INFO kablam! 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); 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.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.536 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.536 INFO kablam! | Oct 27 20:20:27.536 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.536 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.536 INFO kablam! ... Oct 27 20:20:27.536 INFO kablam! 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); 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.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! 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.540 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.540 INFO kablam! | Oct 27 20:20:27.540 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); 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 `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! 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); 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.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.541 INFO kablam! | Oct 27 20:20:27.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.541 INFO kablam! | Oct 27 20:20:27.541 INFO kablam! Oct 27 20:20:27.541 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.541 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.541 INFO kablam! | Oct 27 20:20:27.541 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.541 INFO kablam! | ^^^^^ Oct 27 20:20:27.541 INFO kablam! ... Oct 27 20:20:27.541 INFO kablam! 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); Oct 27 20:20:27.541 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.541 INFO kablam! | Oct 27 20:20:27.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.541 INFO kablam! | Oct 27 20:20:27.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.541 INFO kablam! | Oct 27 20:20:27.541 INFO kablam! Oct 27 20:20:27.545 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.545 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.545 INFO kablam! | Oct 27 20:20:27.545 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.545 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.545 INFO kablam! ... Oct 27 20:20:27.545 INFO kablam! 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); 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.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! 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); 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.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.545 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.545 INFO kablam! | Oct 27 20:20:27.545 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.545 INFO kablam! | ^^^^^ Oct 27 20:20:27.545 INFO kablam! ... Oct 27 20:20:27.545 INFO kablam! 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); 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.545 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.545 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.546 INFO kablam! | Oct 27 20:20:27.546 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.546 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.546 INFO kablam! ... Oct 27 20:20:27.546 INFO kablam! 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Oct 27 20:20:27.546 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.546 INFO kablam! | Oct 27 20:20:27.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.546 INFO kablam! | Oct 27 20:20:27.546 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.546 INFO kablam! | Oct 27 20:20:27.546 INFO kablam! Oct 27 20:20:27.547 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.547 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.547 INFO kablam! | Oct 27 20:20:27.547 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.547 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.547 INFO kablam! ... Oct 27 20:20:27.547 INFO kablam! 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Oct 27 20:20:27.547 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.547 INFO kablam! | Oct 27 20:20:27.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.547 INFO kablam! | Oct 27 20:20:27.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.547 INFO kablam! | Oct 27 20:20:27.547 INFO kablam! Oct 27 20:20:27.547 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.547 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.547 INFO kablam! | Oct 27 20:20:27.547 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.547 INFO kablam! | ^^^^^ Oct 27 20:20:27.547 INFO kablam! ... Oct 27 20:20:27.547 INFO kablam! 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Oct 27 20:20:27.547 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.547 INFO kablam! | Oct 27 20:20:27.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.547 INFO kablam! | Oct 27 20:20:27.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.547 INFO kablam! | Oct 27 20:20:27.547 INFO kablam! Oct 27 20:20:27.547 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.547 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.547 INFO kablam! | Oct 27 20:20:27.547 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.547 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.547 INFO kablam! ... Oct 27 20:20:27.547 INFO kablam! 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Oct 27 20:20:27.547 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.547 INFO kablam! | Oct 27 20:20:27.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.547 INFO kablam! | Oct 27 20:20:27.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.547 INFO kablam! | Oct 27 20:20:27.547 INFO kablam! Oct 27 20:20:27.547 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.547 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.547 INFO kablam! | Oct 27 20:20:27.547 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.547 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.547 INFO kablam! ... Oct 27 20:20:27.547 INFO kablam! 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Oct 27 20:20:27.547 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.547 INFO kablam! | Oct 27 20:20:27.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.547 INFO kablam! | Oct 27 20:20:27.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.547 INFO kablam! | Oct 27 20:20:27.547 INFO kablam! Oct 27 20:20:27.551 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.551 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.551 INFO kablam! | Oct 27 20:20:27.551 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.551 INFO kablam! | ^^^^^ Oct 27 20:20:27.551 INFO kablam! ... Oct 27 20:20:27.551 INFO kablam! 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Oct 27 20:20:27.551 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.551 INFO kablam! | Oct 27 20:20:27.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.551 INFO kablam! | Oct 27 20:20:27.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.551 INFO kablam! | Oct 27 20:20:27.551 INFO kablam! Oct 27 20:20:27.551 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.551 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.551 INFO kablam! | Oct 27 20:20:27.551 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.551 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.551 INFO kablam! ... Oct 27 20:20:27.551 INFO kablam! 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Oct 27 20:20:27.551 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.551 INFO kablam! | Oct 27 20:20:27.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.551 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.552 INFO kablam! ... Oct 27 20:20:27.552 INFO kablam! 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); 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 `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! 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); 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! 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); 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.555 INFO kablam! Oct 27 20:20:27.555 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.555 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.555 INFO kablam! | Oct 27 20:20:27.555 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.555 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.555 INFO kablam! ... Oct 27 20:20:27.555 INFO kablam! 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); Oct 27 20:20:27.555 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.555 INFO kablam! | Oct 27 20:20:27.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.555 INFO kablam! | Oct 27 20:20:27.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.555 INFO kablam! | Oct 27 20:20:27.555 INFO kablam! Oct 27 20:20:27.555 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.555 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.555 INFO kablam! | Oct 27 20:20:27.555 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.555 INFO kablam! | ^^^^^ Oct 27 20:20:27.555 INFO kablam! ... Oct 27 20:20:27.555 INFO kablam! 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Oct 27 20:20:27.555 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.555 INFO kablam! | Oct 27 20:20:27.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.555 INFO kablam! | Oct 27 20:20:27.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.555 INFO kablam! | Oct 27 20:20:27.555 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.555 INFO kablam! | Oct 27 20:20:27.555 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.555 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.555 INFO kablam! ... Oct 27 20:20:27.555 INFO kablam! 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Oct 27 20:20:27.555 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.555 INFO kablam! | Oct 27 20:20:27.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.555 INFO kablam! | Oct 27 20:20:27.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.555 INFO kablam! | Oct 27 20:20:27.555 INFO kablam! Oct 27 20:20:27.559 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.559 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.559 INFO kablam! | Oct 27 20:20:27.559 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.559 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.559 INFO kablam! ... Oct 27 20:20:27.559 INFO kablam! 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Oct 27 20:20:27.559 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.559 INFO kablam! | Oct 27 20:20:27.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.559 INFO kablam! | Oct 27 20:20:27.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.559 INFO kablam! | Oct 27 20:20:27.559 INFO kablam! Oct 27 20:20:27.559 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.559 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.559 INFO kablam! | Oct 27 20:20:27.559 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.559 INFO kablam! | ^^^^^ Oct 27 20:20:27.559 INFO kablam! ... Oct 27 20:20:27.559 INFO kablam! 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Oct 27 20:20:27.559 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.559 INFO kablam! | Oct 27 20:20:27.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.559 INFO kablam! | Oct 27 20:20:27.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.559 INFO kablam! | Oct 27 20:20:27.559 INFO kablam! Oct 27 20:20:27.559 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.559 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.559 INFO kablam! | Oct 27 20:20:27.559 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.559 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.559 INFO kablam! ... Oct 27 20:20:27.559 INFO kablam! 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Oct 27 20:20:27.559 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.559 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! 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); 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.563 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.563 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.563 INFO kablam! | Oct 27 20:20:27.563 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); 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.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! 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); 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.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! Oct 27 20:20:27.567 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.567 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.567 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.567 INFO kablam! ... Oct 27 20:20:27.567 INFO kablam! 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); Oct 27 20:20:27.567 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! Oct 27 20:20:27.567 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.567 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.567 INFO kablam! | ^^^^^ Oct 27 20:20:27.567 INFO kablam! ... Oct 27 20:20:27.567 INFO kablam! 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Oct 27 20:20:27.567 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! Oct 27 20:20:27.567 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.567 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.567 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.567 INFO kablam! ... Oct 27 20:20:27.567 INFO kablam! 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Oct 27 20:20:27.567 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! Oct 27 20:20:27.567 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.567 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.567 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.567 INFO kablam! ... Oct 27 20:20:27.567 INFO kablam! 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Oct 27 20:20:27.567 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! Oct 27 20:20:27.567 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.567 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.567 INFO kablam! | ^^^^^ Oct 27 20:20:27.567 INFO kablam! ... Oct 27 20:20:27.567 INFO kablam! 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Oct 27 20:20:27.567 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.567 INFO kablam! | Oct 27 20:20:27.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.568 INFO kablam! | Oct 27 20:20:27.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.568 INFO kablam! | Oct 27 20:20:27.568 INFO kablam! Oct 27 20:20:27.568 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.568 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.568 INFO kablam! | Oct 27 20:20:27.568 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.568 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.568 INFO kablam! ... Oct 27 20:20:27.569 INFO kablam! 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Oct 27 20:20:27.569 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.569 INFO kablam! | Oct 27 20:20:27.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.569 INFO kablam! | Oct 27 20:20:27.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.569 INFO kablam! | Oct 27 20:20:27.570 INFO kablam! Oct 27 20:20:27.570 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.570 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.570 INFO kablam! | Oct 27 20:20:27.570 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.570 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.570 INFO kablam! ... Oct 27 20:20:27.570 INFO kablam! 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Oct 27 20:20:27.570 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.570 INFO kablam! | Oct 27 20:20:27.570 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.570 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.570 INFO kablam! | Oct 27 20:20:27.570 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.570 INFO kablam! | Oct 27 20:20:27.570 INFO kablam! Oct 27 20:20:27.571 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.571 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.571 INFO kablam! | Oct 27 20:20:27.571 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.571 INFO kablam! | ^^^^^ Oct 27 20:20:27.571 INFO kablam! ... Oct 27 20:20:27.571 INFO kablam! 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Oct 27 20:20:27.571 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.571 INFO kablam! | Oct 27 20:20:27.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.571 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.571 INFO kablam! | Oct 27 20:20:27.571 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.571 INFO kablam! | Oct 27 20:20:27.571 INFO kablam! Oct 27 20:20:27.572 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.572 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.572 INFO kablam! | Oct 27 20:20:27.572 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.572 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.572 INFO kablam! ... Oct 27 20:20:27.572 INFO kablam! 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Oct 27 20:20:27.572 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.572 INFO kablam! | Oct 27 20:20:27.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.572 INFO kablam! | Oct 27 20:20:27.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.572 INFO kablam! | Oct 27 20:20:27.572 INFO kablam! Oct 27 20:20:27.572 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.572 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.572 INFO kablam! | Oct 27 20:20:27.572 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.572 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.572 INFO kablam! ... Oct 27 20:20:27.572 INFO kablam! 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Oct 27 20:20:27.572 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.573 INFO kablam! | Oct 27 20:20:27.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.573 INFO kablam! | Oct 27 20:20:27.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.573 INFO kablam! | Oct 27 20:20:27.573 INFO kablam! Oct 27 20:20:27.575 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.576 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.576 INFO kablam! | Oct 27 20:20:27.576 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.576 INFO kablam! | ^^^^^ Oct 27 20:20:27.576 INFO kablam! ... Oct 27 20:20:27.576 INFO kablam! 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Oct 27 20:20:27.576 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.576 INFO kablam! | Oct 27 20:20:27.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.576 INFO kablam! | Oct 27 20:20:27.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.576 INFO kablam! | Oct 27 20:20:27.576 INFO kablam! Oct 27 20:20:27.576 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.576 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.576 INFO kablam! | Oct 27 20:20:27.576 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.576 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.576 INFO kablam! ... Oct 27 20:20:27.577 INFO kablam! 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Oct 27 20:20:27.577 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.577 INFO kablam! | Oct 27 20:20:27.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.577 INFO kablam! | Oct 27 20:20:27.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.577 INFO kablam! | Oct 27 20:20:27.577 INFO kablam! Oct 27 20:20:27.577 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.577 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.577 INFO kablam! | Oct 27 20:20:27.577 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.577 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.577 INFO kablam! ... Oct 27 20:20:27.577 INFO kablam! 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Oct 27 20:20:27.577 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.577 INFO kablam! | Oct 27 20:20:27.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.577 INFO kablam! | Oct 27 20:20:27.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.578 INFO kablam! | Oct 27 20:20:27.578 INFO kablam! Oct 27 20:20:27.578 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.578 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.578 INFO kablam! | Oct 27 20:20:27.578 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.578 INFO kablam! | ^^^^^ Oct 27 20:20:27.578 INFO kablam! ... Oct 27 20:20:27.578 INFO kablam! 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Oct 27 20:20:27.578 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.578 INFO kablam! | Oct 27 20:20:27.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.578 INFO kablam! | Oct 27 20:20:27.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.578 INFO kablam! | Oct 27 20:20:27.579 INFO kablam! Oct 27 20:20:27.579 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.579 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.579 INFO kablam! | Oct 27 20:20:27.579 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.579 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.579 INFO kablam! ... Oct 27 20:20:27.579 INFO kablam! 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Oct 27 20:20:27.579 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.579 INFO kablam! | Oct 27 20:20:27.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.579 INFO kablam! | Oct 27 20:20:27.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.579 INFO kablam! | Oct 27 20:20:27.579 INFO kablam! Oct 27 20:20:27.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.580 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.580 INFO kablam! | Oct 27 20:20:27.580 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.580 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.580 INFO kablam! ... Oct 27 20:20:27.580 INFO kablam! 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Oct 27 20:20:27.580 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.580 INFO kablam! | Oct 27 20:20:27.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.580 INFO kablam! | Oct 27 20:20:27.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.580 INFO kablam! | Oct 27 20:20:27.580 INFO kablam! Oct 27 20:20:27.580 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.580 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.580 INFO kablam! | Oct 27 20:20:27.580 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.580 INFO kablam! | ^^^^^ Oct 27 20:20:27.580 INFO kablam! ... Oct 27 20:20:27.581 INFO kablam! 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Oct 27 20:20:27.581 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.581 INFO kablam! | Oct 27 20:20:27.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.581 INFO kablam! | Oct 27 20:20:27.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.581 INFO kablam! | Oct 27 20:20:27.581 INFO kablam! Oct 27 20:20:27.585 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.585 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.585 INFO kablam! | Oct 27 20:20:27.585 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.585 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.585 INFO kablam! ... Oct 27 20:20:27.585 INFO kablam! 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Oct 27 20:20:27.585 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.585 INFO kablam! | Oct 27 20:20:27.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.585 INFO kablam! | Oct 27 20:20:27.585 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.585 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.585 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.586 INFO kablam! | Oct 27 20:20:27.586 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.586 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.586 INFO kablam! ... Oct 27 20:20:27.586 INFO kablam! 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Oct 27 20:20:27.586 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.586 INFO kablam! | Oct 27 20:20:27.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.586 INFO kablam! | Oct 27 20:20:27.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.586 INFO kablam! | Oct 27 20:20:27.586 INFO kablam! Oct 27 20:20:27.586 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.586 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.586 INFO kablam! | Oct 27 20:20:27.586 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.586 INFO kablam! | ^^^^^ Oct 27 20:20:27.586 INFO kablam! ... Oct 27 20:20:27.586 INFO kablam! 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Oct 27 20:20:27.586 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.586 INFO kablam! | Oct 27 20:20:27.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.586 INFO kablam! | Oct 27 20:20:27.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.586 INFO kablam! | Oct 27 20:20:27.586 INFO kablam! Oct 27 20:20:27.586 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.586 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.586 INFO kablam! | Oct 27 20:20:27.586 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.586 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.586 INFO kablam! ... Oct 27 20:20:27.586 INFO kablam! 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Oct 27 20:20:27.586 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.586 INFO kablam! | Oct 27 20:20:27.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.586 INFO kablam! | Oct 27 20:20:27.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.586 INFO kablam! | Oct 27 20:20:27.586 INFO kablam! Oct 27 20:20:27.586 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.587 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.587 INFO kablam! | Oct 27 20:20:27.587 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.587 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.587 INFO kablam! ... Oct 27 20:20:27.587 INFO kablam! 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Oct 27 20:20:27.587 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.587 INFO kablam! | Oct 27 20:20:27.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.587 INFO kablam! | Oct 27 20:20:27.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.587 INFO kablam! | Oct 27 20:20:27.587 INFO kablam! Oct 27 20:20:27.587 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.587 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.587 INFO kablam! | Oct 27 20:20:27.587 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.587 INFO kablam! | ^^^^^ Oct 27 20:20:27.587 INFO kablam! ... Oct 27 20:20:27.587 INFO kablam! 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Oct 27 20:20:27.587 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.587 INFO kablam! | Oct 27 20:20:27.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.587 INFO kablam! | Oct 27 20:20:27.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.587 INFO kablam! | Oct 27 20:20:27.587 INFO kablam! Oct 27 20:20:27.587 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.587 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.587 INFO kablam! | Oct 27 20:20:27.587 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.587 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.587 INFO kablam! ... Oct 27 20:20:27.587 INFO kablam! 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Oct 27 20:20:27.587 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.587 INFO kablam! | Oct 27 20:20:27.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.587 INFO kablam! | Oct 27 20:20:27.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.587 INFO kablam! | Oct 27 20:20:27.591 INFO kablam! Oct 27 20:20:27.591 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.591 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.591 INFO kablam! | Oct 27 20:20:27.591 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.591 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.591 INFO kablam! ... Oct 27 20:20:27.591 INFO kablam! 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Oct 27 20:20:27.591 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.591 INFO kablam! | Oct 27 20:20:27.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.591 INFO kablam! | Oct 27 20:20:27.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.591 INFO kablam! | Oct 27 20:20:27.591 INFO kablam! Oct 27 20:20:27.591 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.591 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.591 INFO kablam! | Oct 27 20:20:27.591 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.591 INFO kablam! | ^^^^^ Oct 27 20:20:27.591 INFO kablam! ... Oct 27 20:20:27.591 INFO kablam! 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); Oct 27 20:20:27.591 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.591 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! 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); 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 `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! 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); 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.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.595 INFO kablam! | Oct 27 20:20:27.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.595 INFO kablam! | Oct 27 20:20:27.595 INFO kablam! Oct 27 20:20:27.595 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.595 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.595 INFO kablam! | Oct 27 20:20:27.595 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.595 INFO kablam! | ^^^^^ Oct 27 20:20:27.595 INFO kablam! ... Oct 27 20:20:27.595 INFO kablam! 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); Oct 27 20:20:27.595 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.595 INFO kablam! | Oct 27 20:20:27.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.595 INFO kablam! | Oct 27 20:20:27.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.595 INFO kablam! | Oct 27 20:20:27.595 INFO kablam! Oct 27 20:20:27.595 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.595 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.595 INFO kablam! | Oct 27 20:20:27.595 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.595 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.595 INFO kablam! ... Oct 27 20:20:27.596 INFO kablam! 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); 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! 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); 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.597 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.597 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.597 INFO kablam! | Oct 27 20:20:27.597 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.597 INFO kablam! | ^^^^^ Oct 27 20:20:27.597 INFO kablam! ... Oct 27 20:20:27.597 INFO kablam! 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Oct 27 20:20:27.597 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.597 INFO kablam! | Oct 27 20:20:27.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.597 INFO kablam! | Oct 27 20:20:27.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.597 INFO kablam! | Oct 27 20:20:27.597 INFO kablam! Oct 27 20:20:27.597 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.597 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.597 INFO kablam! | Oct 27 20:20:27.597 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.597 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.597 INFO kablam! ... Oct 27 20:20:27.597 INFO kablam! 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Oct 27 20:20:27.597 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.597 INFO kablam! | Oct 27 20:20:27.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.597 INFO kablam! | Oct 27 20:20:27.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.597 INFO kablam! | Oct 27 20:20:27.597 INFO kablam! Oct 27 20:20:27.598 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.598 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.598 INFO kablam! | Oct 27 20:20:27.598 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.598 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.598 INFO kablam! ... Oct 27 20:20:27.598 INFO kablam! 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Oct 27 20:20:27.598 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.598 INFO kablam! | Oct 27 20:20:27.598 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.598 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.598 INFO kablam! | Oct 27 20:20:27.598 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.598 INFO kablam! | Oct 27 20:20:27.598 INFO kablam! Oct 27 20:20:27.598 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.598 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.598 INFO kablam! | Oct 27 20:20:27.598 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.598 INFO kablam! | ^^^^^ Oct 27 20:20:27.598 INFO kablam! ... Oct 27 20:20:27.598 INFO kablam! 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); Oct 27 20:20:27.598 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.598 INFO kablam! | Oct 27 20:20:27.598 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.598 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.598 INFO kablam! | Oct 27 20:20:27.598 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.598 INFO kablam! | Oct 27 20:20:27.598 INFO kablam! Oct 27 20:20:27.600 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.600 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.600 INFO kablam! | Oct 27 20:20:27.600 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.600 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.600 INFO kablam! | Oct 27 20:20:27.600 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.600 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.600 INFO kablam! ... Oct 27 20:20:27.600 INFO kablam! 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); 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! 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); 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.603 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.603 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.603 INFO kablam! | Oct 27 20:20:27.603 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.603 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.603 INFO kablam! ... Oct 27 20:20:27.603 INFO kablam! 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Oct 27 20:20:27.603 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.603 INFO kablam! | Oct 27 20:20:27.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.603 INFO kablam! | Oct 27 20:20:27.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.603 INFO kablam! | Oct 27 20:20:27.603 INFO kablam! Oct 27 20:20:27.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.603 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.603 INFO kablam! | Oct 27 20:20:27.603 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.603 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.603 INFO kablam! ... Oct 27 20:20:27.603 INFO kablam! 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Oct 27 20:20:27.603 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.603 INFO kablam! | Oct 27 20:20:27.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.603 INFO kablam! | Oct 27 20:20:27.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.603 INFO kablam! | Oct 27 20:20:27.603 INFO kablam! Oct 27 20:20:27.603 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.603 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.603 INFO kablam! | Oct 27 20:20:27.603 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.603 INFO kablam! | ^^^^^ Oct 27 20:20:27.603 INFO kablam! ... Oct 27 20:20:27.603 INFO kablam! 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); Oct 27 20:20:27.603 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.603 INFO kablam! | Oct 27 20:20:27.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.603 INFO kablam! | Oct 27 20:20:27.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.603 INFO kablam! | Oct 27 20:20:27.603 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! 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); 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! 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); 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! 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); 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! 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.611 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.611 INFO kablam! | Oct 27 20:20:27.611 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.611 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.611 INFO kablam! ... Oct 27 20:20:27.611 INFO kablam! 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); 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 `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! 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); 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.612 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); 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 `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! 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); 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.614 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.615 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.615 INFO kablam! | Oct 27 20:20:27.615 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.615 INFO kablam! | ^^^^^ Oct 27 20:20:27.615 INFO kablam! ... Oct 27 20:20:27.615 INFO kablam! 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Oct 27 20:20:27.615 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.615 INFO kablam! | Oct 27 20:20:27.615 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.615 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.615 INFO kablam! | Oct 27 20:20:27.615 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.615 INFO kablam! | Oct 27 20:20:27.615 INFO kablam! Oct 27 20:20:27.615 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.615 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.615 INFO kablam! | Oct 27 20:20:27.615 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.615 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.615 INFO kablam! ... Oct 27 20:20:27.615 INFO kablam! 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Oct 27 20:20:27.615 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.615 INFO kablam! | Oct 27 20:20:27.615 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.615 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.615 INFO kablam! | Oct 27 20:20:27.615 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.615 INFO kablam! | Oct 27 20:20:27.615 INFO kablam! Oct 27 20:20:27.615 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.615 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.615 INFO kablam! | Oct 27 20:20:27.615 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.615 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.615 INFO kablam! ... Oct 27 20:20:27.615 INFO kablam! 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Oct 27 20:20:27.615 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.615 INFO kablam! | Oct 27 20:20:27.615 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.615 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.615 INFO kablam! | Oct 27 20:20:27.615 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.615 INFO kablam! | Oct 27 20:20:27.615 INFO kablam! Oct 27 20:20:27.615 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.615 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.615 INFO kablam! | Oct 27 20:20:27.615 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.615 INFO kablam! | ^^^^^ Oct 27 20:20:27.615 INFO kablam! ... Oct 27 20:20:27.615 INFO kablam! 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); Oct 27 20:20:27.615 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.615 INFO kablam! | Oct 27 20:20:27.615 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.615 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.615 INFO kablam! | Oct 27 20:20:27.615 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.615 INFO kablam! | Oct 27 20:20:27.615 INFO kablam! Oct 27 20:20:27.618 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.619 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.619 INFO kablam! | Oct 27 20:20:27.619 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.619 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.619 INFO kablam! ... Oct 27 20:20:27.619 INFO kablam! 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); 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 `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! 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); 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.620 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); 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! 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); 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! 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); 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.621 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.621 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.621 INFO kablam! | Oct 27 20:20:27.621 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.621 INFO kablam! | ^^^^^ Oct 27 20:20:27.621 INFO kablam! ... Oct 27 20:20:27.621 INFO kablam! 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); Oct 27 20:20:27.621 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.621 INFO kablam! | Oct 27 20:20:27.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.621 INFO kablam! | Oct 27 20:20:27.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.622 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! 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); 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.623 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.623 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.623 INFO kablam! ... Oct 27 20:20:27.623 INFO kablam! 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); 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.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! 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); 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.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! 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); 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! 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.636 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.636 INFO kablam! | Oct 27 20:20:27.636 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! 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); 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.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! Oct 27 20:20:27.637 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.637 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.637 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.637 INFO kablam! ... Oct 27 20:20:27.637 INFO kablam! 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Oct 27 20:20:27.637 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! Oct 27 20:20:27.637 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.637 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.637 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.637 INFO kablam! ... Oct 27 20:20:27.637 INFO kablam! 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Oct 27 20:20:27.637 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! Oct 27 20:20:27.637 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.637 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.637 INFO kablam! | ^^^^^ Oct 27 20:20:27.637 INFO kablam! ... Oct 27 20:20:27.637 INFO kablam! 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Oct 27 20:20:27.637 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! Oct 27 20:20:27.637 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.637 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.637 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.637 INFO kablam! ... Oct 27 20:20:27.637 INFO kablam! 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Oct 27 20:20:27.637 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! Oct 27 20:20:27.637 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.637 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.637 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.637 INFO kablam! ... Oct 27 20:20:27.637 INFO kablam! 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Oct 27 20:20:27.637 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.637 INFO kablam! | Oct 27 20:20:27.637 INFO kablam! Oct 27 20:20:27.640 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.640 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.640 INFO kablam! | ^^^^^ Oct 27 20:20:27.640 INFO kablam! ... Oct 27 20:20:27.640 INFO kablam! 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Oct 27 20:20:27.640 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.640 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! Oct 27 20:20:27.640 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.640 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.640 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.640 INFO kablam! ... Oct 27 20:20:27.640 INFO kablam! 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Oct 27 20:20:27.640 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.640 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! Oct 27 20:20:27.640 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.640 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.640 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.640 INFO kablam! ... Oct 27 20:20:27.640 INFO kablam! 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Oct 27 20:20:27.640 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.640 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! Oct 27 20:20:27.640 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.640 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.640 INFO kablam! | ^^^^^ Oct 27 20:20:27.640 INFO kablam! ... Oct 27 20:20:27.640 INFO kablam! 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Oct 27 20:20:27.640 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.640 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! Oct 27 20:20:27.640 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.640 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.640 INFO kablam! | Oct 27 20:20:27.640 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.640 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.640 INFO kablam! ... Oct 27 20:20:27.640 INFO kablam! 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Oct 27 20:20:27.640 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.640 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.641 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.641 INFO kablam! | Oct 27 20:20:27.641 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.641 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.641 INFO kablam! ... Oct 27 20:20:27.641 INFO kablam! 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); 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 `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! 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); 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! 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); 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.647 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.647 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.647 INFO kablam! | Oct 27 20:20:27.647 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.647 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.647 INFO kablam! ... Oct 27 20:20:27.647 INFO kablam! 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); Oct 27 20:20:27.647 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.647 INFO kablam! | Oct 27 20:20:27.647 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.647 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.647 INFO kablam! | Oct 27 20:20:27.647 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.647 INFO kablam! | Oct 27 20:20:27.647 INFO kablam! Oct 27 20:20:27.647 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.647 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.647 INFO kablam! | Oct 27 20:20:27.647 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.647 INFO kablam! | ^^^^^ Oct 27 20:20:27.647 INFO kablam! ... Oct 27 20:20:27.647 INFO kablam! 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Oct 27 20:20:27.647 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.647 INFO kablam! | Oct 27 20:20:27.647 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.647 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.647 INFO kablam! | Oct 27 20:20:27.647 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.647 INFO kablam! | Oct 27 20:20:27.647 INFO kablam! Oct 27 20:20:27.647 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.647 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.647 INFO kablam! | Oct 27 20:20:27.647 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.647 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.647 INFO kablam! ... Oct 27 20:20:27.647 INFO kablam! 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Oct 27 20:20:27.647 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.647 INFO kablam! | Oct 27 20:20:27.647 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.647 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.647 INFO kablam! | Oct 27 20:20:27.647 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.647 INFO kablam! | Oct 27 20:20:27.647 INFO kablam! Oct 27 20:20:27.647 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.647 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.647 INFO kablam! | Oct 27 20:20:27.647 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.647 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.647 INFO kablam! ... Oct 27 20:20:27.647 INFO kablam! 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Oct 27 20:20:27.647 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.647 INFO kablam! | Oct 27 20:20:27.647 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.647 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.647 INFO kablam! | Oct 27 20:20:27.647 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.647 INFO kablam! | Oct 27 20:20:27.647 INFO kablam! Oct 27 20:20:27.652 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.652 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.652 INFO kablam! | ^^^^^ Oct 27 20:20:27.652 INFO kablam! ... Oct 27 20:20:27.652 INFO kablam! 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Oct 27 20:20:27.652 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! Oct 27 20:20:27.652 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.652 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.652 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.652 INFO kablam! ... Oct 27 20:20:27.652 INFO kablam! 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Oct 27 20:20:27.652 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! Oct 27 20:20:27.652 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.652 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.652 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.652 INFO kablam! ... Oct 27 20:20:27.652 INFO kablam! 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Oct 27 20:20:27.652 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! Oct 27 20:20:27.652 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.652 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.652 INFO kablam! | ^^^^^ Oct 27 20:20:27.652 INFO kablam! ... Oct 27 20:20:27.652 INFO kablam! 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Oct 27 20:20:27.652 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! Oct 27 20:20:27.652 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.652 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.652 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.652 INFO kablam! ... Oct 27 20:20:27.652 INFO kablam! 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Oct 27 20:20:27.652 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! Oct 27 20:20:27.652 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.652 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.652 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.652 INFO kablam! ... Oct 27 20:20:27.652 INFO kablam! 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Oct 27 20:20:27.652 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.652 INFO kablam! | Oct 27 20:20:27.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.653 INFO kablam! | Oct 27 20:20:27.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.653 INFO kablam! | Oct 27 20:20:27.653 INFO kablam! Oct 27 20:20:27.653 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.653 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.653 INFO kablam! | Oct 27 20:20:27.653 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.653 INFO kablam! | ^^^^^ Oct 27 20:20:27.653 INFO kablam! ... Oct 27 20:20:27.653 INFO kablam! 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Oct 27 20:20:27.653 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.653 INFO kablam! | Oct 27 20:20:27.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.653 INFO kablam! | Oct 27 20:20:27.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.653 INFO kablam! | Oct 27 20:20:27.653 INFO kablam! Oct 27 20:20:27.657 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.657 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.657 INFO kablam! | Oct 27 20:20:27.657 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.657 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.657 INFO kablam! ... Oct 27 20:20:27.657 INFO kablam! 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Oct 27 20:20:27.658 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.658 INFO kablam! | Oct 27 20:20:27.658 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.658 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.658 INFO kablam! | Oct 27 20:20:27.658 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.658 INFO kablam! | Oct 27 20:20:27.658 INFO kablam! Oct 27 20:20:27.658 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.658 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.658 INFO kablam! | Oct 27 20:20:27.658 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.658 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.658 INFO kablam! ... Oct 27 20:20:27.658 INFO kablam! 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Oct 27 20:20:27.658 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.658 INFO kablam! | Oct 27 20:20:27.658 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.658 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.658 INFO kablam! | Oct 27 20:20:27.658 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.658 INFO kablam! | Oct 27 20:20:27.658 INFO kablam! Oct 27 20:20:27.659 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.659 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.659 INFO kablam! | Oct 27 20:20:27.659 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.659 INFO kablam! | ^^^^^ Oct 27 20:20:27.659 INFO kablam! ... Oct 27 20:20:27.659 INFO kablam! 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Oct 27 20:20:27.659 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.659 INFO kablam! | Oct 27 20:20:27.659 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.659 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.659 INFO kablam! | Oct 27 20:20:27.659 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.659 INFO kablam! | Oct 27 20:20:27.659 INFO kablam! Oct 27 20:20:27.659 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.659 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.659 INFO kablam! | Oct 27 20:20:27.659 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.659 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.659 INFO kablam! ... Oct 27 20:20:27.659 INFO kablam! 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Oct 27 20:20:27.660 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.660 INFO kablam! | Oct 27 20:20:27.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.660 INFO kablam! | Oct 27 20:20:27.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.660 INFO kablam! | Oct 27 20:20:27.660 INFO kablam! Oct 27 20:20:27.660 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.660 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.660 INFO kablam! | Oct 27 20:20:27.660 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.660 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.660 INFO kablam! ... Oct 27 20:20:27.660 INFO kablam! 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Oct 27 20:20:27.660 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.660 INFO kablam! | Oct 27 20:20:27.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.660 INFO kablam! | Oct 27 20:20:27.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.660 INFO kablam! | Oct 27 20:20:27.660 INFO kablam! Oct 27 20:20:27.661 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.661 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.661 INFO kablam! | Oct 27 20:20:27.661 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.661 INFO kablam! | ^^^^^ Oct 27 20:20:27.661 INFO kablam! ... Oct 27 20:20:27.661 INFO kablam! 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Oct 27 20:20:27.661 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.661 INFO kablam! | Oct 27 20:20:27.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.661 INFO kablam! | Oct 27 20:20:27.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.661 INFO kablam! | Oct 27 20:20:27.661 INFO kablam! Oct 27 20:20:27.667 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.667 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.667 INFO kablam! | Oct 27 20:20:27.667 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.667 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.667 INFO kablam! ... Oct 27 20:20:27.667 INFO kablam! 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Oct 27 20:20:27.667 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.667 INFO kablam! | Oct 27 20:20:27.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.668 INFO kablam! | Oct 27 20:20:27.668 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.668 INFO kablam! | Oct 27 20:20:27.668 INFO kablam! Oct 27 20:20:27.668 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.668 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.668 INFO kablam! | Oct 27 20:20:27.668 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.668 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.668 INFO kablam! ... Oct 27 20:20:27.668 INFO kablam! 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Oct 27 20:20:27.668 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.668 INFO kablam! | Oct 27 20:20:27.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.668 INFO kablam! | Oct 27 20:20:27.668 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.668 INFO kablam! | Oct 27 20:20:27.668 INFO kablam! Oct 27 20:20:27.668 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.668 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.668 INFO kablam! | Oct 27 20:20:27.668 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.669 INFO kablam! | ^^^^^ Oct 27 20:20:27.669 INFO kablam! ... Oct 27 20:20:27.669 INFO kablam! 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Oct 27 20:20:27.669 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.669 INFO kablam! | Oct 27 20:20:27.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.669 INFO kablam! | Oct 27 20:20:27.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.669 INFO kablam! | Oct 27 20:20:27.669 INFO kablam! Oct 27 20:20:27.669 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.669 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.669 INFO kablam! | Oct 27 20:20:27.669 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.669 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.669 INFO kablam! ... Oct 27 20:20:27.669 INFO kablam! 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Oct 27 20:20:27.669 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.669 INFO kablam! | Oct 27 20:20:27.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.669 INFO kablam! | Oct 27 20:20:27.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.670 INFO kablam! | Oct 27 20:20:27.670 INFO kablam! Oct 27 20:20:27.670 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.670 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.670 INFO kablam! | Oct 27 20:20:27.670 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.670 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.670 INFO kablam! ... Oct 27 20:20:27.670 INFO kablam! 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Oct 27 20:20:27.670 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.670 INFO kablam! | Oct 27 20:20:27.670 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.670 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.670 INFO kablam! | Oct 27 20:20:27.670 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.670 INFO kablam! | Oct 27 20:20:27.670 INFO kablam! Oct 27 20:20:27.670 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.670 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.670 INFO kablam! | Oct 27 20:20:27.670 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.670 INFO kablam! | ^^^^^ Oct 27 20:20:27.670 INFO kablam! ... Oct 27 20:20:27.670 INFO kablam! 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Oct 27 20:20:27.671 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.671 INFO kablam! | Oct 27 20:20:27.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.671 INFO kablam! | Oct 27 20:20:27.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.671 INFO kablam! | Oct 27 20:20:27.671 INFO kablam! Oct 27 20:20:27.671 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.671 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.671 INFO kablam! | Oct 27 20:20:27.671 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.671 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.671 INFO kablam! ... Oct 27 20:20:27.671 INFO kablam! 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Oct 27 20:20:27.671 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.671 INFO kablam! | Oct 27 20:20:27.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.671 INFO kablam! | Oct 27 20:20:27.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.672 INFO kablam! | Oct 27 20:20:27.672 INFO kablam! Oct 27 20:20:27.672 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.672 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.672 INFO kablam! | Oct 27 20:20:27.672 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.672 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.672 INFO kablam! ... Oct 27 20:20:27.672 INFO kablam! 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Oct 27 20:20:27.679 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.679 INFO kablam! | Oct 27 20:20:27.679 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.679 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.679 INFO kablam! | Oct 27 20:20:27.679 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.679 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.679 INFO kablam! | Oct 27 20:20:27.679 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.680 INFO kablam! | ^^^^^ Oct 27 20:20:27.680 INFO kablam! ... Oct 27 20:20:27.680 INFO kablam! 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Oct 27 20:20:27.680 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.680 INFO kablam! | Oct 27 20:20:27.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.680 INFO kablam! | Oct 27 20:20:27.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.680 INFO kablam! | Oct 27 20:20:27.680 INFO kablam! Oct 27 20:20:27.680 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.680 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.680 INFO kablam! | Oct 27 20:20:27.680 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.680 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.680 INFO kablam! ... Oct 27 20:20:27.680 INFO kablam! 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Oct 27 20:20:27.680 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.680 INFO kablam! | Oct 27 20:20:27.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.681 INFO kablam! | Oct 27 20:20:27.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.681 INFO kablam! | Oct 27 20:20:27.681 INFO kablam! Oct 27 20:20:27.681 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.681 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.681 INFO kablam! | Oct 27 20:20:27.681 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.681 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.681 INFO kablam! ... Oct 27 20:20:27.681 INFO kablam! 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Oct 27 20:20:27.681 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.681 INFO kablam! | Oct 27 20:20:27.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.681 INFO kablam! | Oct 27 20:20:27.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.681 INFO kablam! | Oct 27 20:20:27.681 INFO kablam! Oct 27 20:20:27.681 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.681 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.681 INFO kablam! | Oct 27 20:20:27.681 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.681 INFO kablam! | ^^^^^ Oct 27 20:20:27.682 INFO kablam! ... Oct 27 20:20:27.682 INFO kablam! 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Oct 27 20:20:27.682 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.682 INFO kablam! | Oct 27 20:20:27.682 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.682 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.682 INFO kablam! | Oct 27 20:20:27.682 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.682 INFO kablam! | Oct 27 20:20:27.682 INFO kablam! Oct 27 20:20:27.682 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.682 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.682 INFO kablam! | Oct 27 20:20:27.682 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.682 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.682 INFO kablam! ... Oct 27 20:20:27.682 INFO kablam! 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Oct 27 20:20:27.682 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.682 INFO kablam! | Oct 27 20:20:27.682 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.682 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.682 INFO kablam! | Oct 27 20:20:27.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.683 INFO kablam! | Oct 27 20:20:27.683 INFO kablam! Oct 27 20:20:27.683 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.683 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.683 INFO kablam! | Oct 27 20:20:27.683 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.683 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.683 INFO kablam! ... Oct 27 20:20:27.683 INFO kablam! 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Oct 27 20:20:27.683 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.683 INFO kablam! | Oct 27 20:20:27.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.683 INFO kablam! | Oct 27 20:20:27.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.683 INFO kablam! | Oct 27 20:20:27.683 INFO kablam! Oct 27 20:20:27.683 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.683 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.684 INFO kablam! | Oct 27 20:20:27.684 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.684 INFO kablam! | ^^^^^ Oct 27 20:20:27.684 INFO kablam! ... Oct 27 20:20:27.684 INFO kablam! 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Oct 27 20:20:27.684 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.684 INFO kablam! | Oct 27 20:20:27.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.684 INFO kablam! | Oct 27 20:20:27.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.684 INFO kablam! | Oct 27 20:20:27.684 INFO kablam! Oct 27 20:20:27.684 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.684 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.684 INFO kablam! | Oct 27 20:20:27.684 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.684 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.684 INFO kablam! ... Oct 27 20:20:27.684 INFO kablam! 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Oct 27 20:20:27.684 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.684 INFO kablam! | Oct 27 20:20:27.684 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! 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); 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.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! 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.687 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.687 INFO kablam! | Oct 27 20:20:27.687 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); 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 `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! 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); 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! 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); 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.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! 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); 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.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! Oct 27 20:20:27.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.689 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.689 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.689 INFO kablam! ... Oct 27 20:20:27.689 INFO kablam! 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); Oct 27 20:20:27.689 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! Oct 27 20:20:27.689 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.689 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.689 INFO kablam! | ^^^^^ Oct 27 20:20:27.689 INFO kablam! ... Oct 27 20:20:27.689 INFO kablam! 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Oct 27 20:20:27.689 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! Oct 27 20:20:27.689 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.689 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.689 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.689 INFO kablam! ... Oct 27 20:20:27.689 INFO kablam! 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Oct 27 20:20:27.689 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! Oct 27 20:20:27.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.689 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.689 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.689 INFO kablam! ... Oct 27 20:20:27.689 INFO kablam! 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Oct 27 20:20:27.689 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! Oct 27 20:20:27.689 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.689 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.689 INFO kablam! | ^^^^^ Oct 27 20:20:27.689 INFO kablam! ... Oct 27 20:20:27.689 INFO kablam! 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); Oct 27 20:20:27.689 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! Oct 27 20:20:27.689 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.689 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.689 INFO kablam! | Oct 27 20:20:27.689 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.689 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.689 INFO kablam! ... Oct 27 20:20:27.690 INFO kablam! 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); 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.691 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.691 INFO kablam! | Oct 27 20:20:27.691 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.691 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.691 INFO kablam! ... Oct 27 20:20:27.691 INFO kablam! 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); 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.691 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.691 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.691 INFO kablam! | Oct 27 20:20:27.691 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); 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.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! 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); 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.691 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.691 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.691 INFO kablam! | Oct 27 20:20:27.691 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.691 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.691 INFO kablam! ... Oct 27 20:20:27.691 INFO kablam! 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); 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.692 INFO kablam! | Oct 27 20:20:27.692 INFO kablam! Oct 27 20:20:27.695 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.695 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.695 INFO kablam! | Oct 27 20:20:27.695 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.695 INFO kablam! | ^^^^^ Oct 27 20:20:27.695 INFO kablam! ... Oct 27 20:20:27.695 INFO kablam! 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); Oct 27 20:20:27.695 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.695 INFO kablam! | Oct 27 20:20:27.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.695 INFO kablam! | Oct 27 20:20:27.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.695 INFO kablam! | Oct 27 20:20:27.695 INFO kablam! Oct 27 20:20:27.702 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.702 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! 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); 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! 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); 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! 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); 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.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! 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); 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.706 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.706 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.706 INFO kablam! ... Oct 27 20:20:27.706 INFO kablam! 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); Oct 27 20:20:27.706 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! Oct 27 20:20:27.706 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.706 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.706 INFO kablam! | ^^^^^ Oct 27 20:20:27.706 INFO kablam! ... Oct 27 20:20:27.706 INFO kablam! 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Oct 27 20:20:27.706 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! Oct 27 20:20:27.706 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.706 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.706 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.706 INFO kablam! ... Oct 27 20:20:27.706 INFO kablam! 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Oct 27 20:20:27.706 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! Oct 27 20:20:27.706 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.706 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.706 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.706 INFO kablam! ... Oct 27 20:20:27.706 INFO kablam! 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Oct 27 20:20:27.706 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! Oct 27 20:20:27.706 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.706 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.706 INFO kablam! | ^^^^^ Oct 27 20:20:27.706 INFO kablam! ... Oct 27 20:20:27.706 INFO kablam! 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Oct 27 20:20:27.706 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! Oct 27 20:20:27.706 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.706 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.706 INFO kablam! | Oct 27 20:20:27.706 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.706 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.707 INFO kablam! ... Oct 27 20:20:27.707 INFO kablam! 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Oct 27 20:20:27.707 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 INFO kablam! Oct 27 20:20:27.707 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.707 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.707 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.707 INFO kablam! ... Oct 27 20:20:27.707 INFO kablam! 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Oct 27 20:20:27.707 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 INFO kablam! Oct 27 20:20:27.707 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.707 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.707 INFO kablam! | ^^^^^ Oct 27 20:20:27.707 INFO kablam! ... Oct 27 20:20:27.707 INFO kablam! 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Oct 27 20:20:27.707 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 INFO kablam! Oct 27 20:20:27.707 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.707 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.707 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.707 INFO kablam! ... Oct 27 20:20:27.707 INFO kablam! 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Oct 27 20:20:27.707 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 INFO kablam! Oct 27 20:20:27.707 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.707 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.707 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.707 INFO kablam! ... Oct 27 20:20:27.707 INFO kablam! 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Oct 27 20:20:27.707 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.707 INFO kablam! | Oct 27 20:20:27.707 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! 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); 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.715 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.715 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.715 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.715 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.715 INFO kablam! ... Oct 27 20:20:27.715 INFO kablam! 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Oct 27 20:20:27.715 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.715 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.715 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.715 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! Oct 27 20:20:27.715 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.715 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.715 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.715 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.715 INFO kablam! ... Oct 27 20:20:27.715 INFO kablam! 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Oct 27 20:20:27.715 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.715 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.715 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.715 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.715 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.715 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.715 INFO kablam! | ^^^^^ Oct 27 20:20:27.715 INFO kablam! ... Oct 27 20:20:27.715 INFO kablam! 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Oct 27 20:20:27.715 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.715 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.715 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.715 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! Oct 27 20:20:27.715 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.715 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.715 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.715 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.715 INFO kablam! ... Oct 27 20:20:27.715 INFO kablam! 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Oct 27 20:20:27.715 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.715 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.715 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.715 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! Oct 27 20:20:27.715 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.715 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.715 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.715 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.715 INFO kablam! ... Oct 27 20:20:27.715 INFO kablam! 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Oct 27 20:20:27.716 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.716 INFO kablam! | Oct 27 20:20:27.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.716 INFO kablam! | Oct 27 20:20:27.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.716 INFO kablam! | Oct 27 20:20:27.716 INFO kablam! Oct 27 20:20:27.716 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.716 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.716 INFO kablam! | Oct 27 20:20:27.716 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.716 INFO kablam! | ^^^^^ Oct 27 20:20:27.716 INFO kablam! ... Oct 27 20:20:27.716 INFO kablam! 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Oct 27 20:20:27.716 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.716 INFO kablam! | Oct 27 20:20:27.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.716 INFO kablam! | Oct 27 20:20:27.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.716 INFO kablam! | Oct 27 20:20:27.716 INFO kablam! Oct 27 20:20:27.716 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.716 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.716 INFO kablam! | Oct 27 20:20:27.716 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.716 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.716 INFO kablam! ... Oct 27 20:20:27.716 INFO kablam! 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Oct 27 20:20:27.716 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.716 INFO kablam! | Oct 27 20:20:27.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.716 INFO kablam! | Oct 27 20:20:27.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.716 INFO kablam! | Oct 27 20:20:27.716 INFO kablam! Oct 27 20:20:27.716 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.716 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.716 INFO kablam! | Oct 27 20:20:27.716 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.716 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.716 INFO kablam! ... Oct 27 20:20:27.716 INFO kablam! 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Oct 27 20:20:27.716 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.716 INFO kablam! | Oct 27 20:20:27.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.716 INFO kablam! | Oct 27 20:20:27.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.716 INFO kablam! | Oct 27 20:20:27.716 INFO kablam! Oct 27 20:20:27.721 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.721 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.721 INFO kablam! | Oct 27 20:20:27.721 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.721 INFO kablam! | ^^^^^ Oct 27 20:20:27.721 INFO kablam! ... Oct 27 20:20:27.721 INFO kablam! 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Oct 27 20:20:27.721 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.721 INFO kablam! | Oct 27 20:20:27.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.721 INFO kablam! | Oct 27 20:20:27.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.721 INFO kablam! | Oct 27 20:20:27.721 INFO kablam! Oct 27 20:20:27.721 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.721 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.721 INFO kablam! | Oct 27 20:20:27.721 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.721 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.721 INFO kablam! ... Oct 27 20:20:27.721 INFO kablam! 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Oct 27 20:20:27.721 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.721 INFO kablam! | Oct 27 20:20:27.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.722 INFO kablam! | Oct 27 20:20:27.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.722 INFO kablam! | Oct 27 20:20:27.722 INFO kablam! Oct 27 20:20:27.722 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.722 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.722 INFO kablam! | Oct 27 20:20:27.722 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.722 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.722 INFO kablam! ... Oct 27 20:20:27.722 INFO kablam! 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Oct 27 20:20:27.722 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.722 INFO kablam! | Oct 27 20:20:27.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.722 INFO kablam! | Oct 27 20:20:27.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.722 INFO kablam! | Oct 27 20:20:27.722 INFO kablam! Oct 27 20:20:27.722 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.722 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.722 INFO kablam! | Oct 27 20:20:27.722 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.722 INFO kablam! | ^^^^^ Oct 27 20:20:27.722 INFO kablam! ... Oct 27 20:20:27.722 INFO kablam! 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Oct 27 20:20:27.722 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.722 INFO kablam! | Oct 27 20:20:27.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.722 INFO kablam! | Oct 27 20:20:27.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.722 INFO kablam! | Oct 27 20:20:27.722 INFO kablam! Oct 27 20:20:27.723 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.723 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.723 INFO kablam! | Oct 27 20:20:27.723 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.723 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.723 INFO kablam! ... Oct 27 20:20:27.723 INFO kablam! 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Oct 27 20:20:27.723 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.723 INFO kablam! | Oct 27 20:20:27.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.723 INFO kablam! | Oct 27 20:20:27.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.723 INFO kablam! | Oct 27 20:20:27.723 INFO kablam! Oct 27 20:20:27.723 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.723 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.723 INFO kablam! | Oct 27 20:20:27.723 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.723 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.723 INFO kablam! ... Oct 27 20:20:27.723 INFO kablam! 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Oct 27 20:20:27.723 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.723 INFO kablam! | Oct 27 20:20:27.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.723 INFO kablam! | Oct 27 20:20:27.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.723 INFO kablam! | Oct 27 20:20:27.723 INFO kablam! Oct 27 20:20:27.723 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.723 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.723 INFO kablam! | Oct 27 20:20:27.723 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.724 INFO kablam! | ^^^^^ Oct 27 20:20:27.724 INFO kablam! ... Oct 27 20:20:27.724 INFO kablam! 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Oct 27 20:20:27.724 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.724 INFO kablam! | Oct 27 20:20:27.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.724 INFO kablam! | Oct 27 20:20:27.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.724 INFO kablam! | Oct 27 20:20:27.724 INFO kablam! Oct 27 20:20:27.724 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.724 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.724 INFO kablam! | Oct 27 20:20:27.724 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.724 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.724 INFO kablam! ... Oct 27 20:20:27.724 INFO kablam! 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Oct 27 20:20:27.724 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.724 INFO kablam! | Oct 27 20:20:27.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.724 INFO kablam! | Oct 27 20:20:27.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.724 INFO kablam! | Oct 27 20:20:27.724 INFO kablam! Oct 27 20:20:27.724 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.724 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.724 INFO kablam! | Oct 27 20:20:27.724 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.724 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.724 INFO kablam! ... Oct 27 20:20:27.724 INFO kablam! 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Oct 27 20:20:27.724 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.724 INFO kablam! | Oct 27 20:20:27.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.724 INFO kablam! | Oct 27 20:20:27.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.724 INFO kablam! | Oct 27 20:20:27.724 INFO kablam! Oct 27 20:20:27.725 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.725 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.725 INFO kablam! | Oct 27 20:20:27.725 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.725 INFO kablam! | ^^^^^ Oct 27 20:20:27.725 INFO kablam! ... Oct 27 20:20:27.725 INFO kablam! 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Oct 27 20:20:27.725 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.725 INFO kablam! | Oct 27 20:20:27.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.726 INFO kablam! | Oct 27 20:20:27.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.726 INFO kablam! | Oct 27 20:20:27.726 INFO kablam! Oct 27 20:20:27.726 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.726 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.726 INFO kablam! | Oct 27 20:20:27.726 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.726 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.726 INFO kablam! ... Oct 27 20:20:27.726 INFO kablam! 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Oct 27 20:20:27.726 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.726 INFO kablam! | Oct 27 20:20:27.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.726 INFO kablam! | Oct 27 20:20:27.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.726 INFO kablam! | Oct 27 20:20:27.726 INFO kablam! Oct 27 20:20:27.726 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.726 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.726 INFO kablam! | Oct 27 20:20:27.726 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! 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Oct 27 20:20:27.729 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.729 INFO kablam! | Oct 27 20:20:27.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.729 INFO kablam! | Oct 27 20:20:27.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.730 INFO kablam! | Oct 27 20:20:27.730 INFO kablam! Oct 27 20:20:27.730 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.730 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.731 INFO kablam! | Oct 27 20:20:27.731 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.731 INFO kablam! | ^^^^^ Oct 27 20:20:27.731 INFO kablam! ... Oct 27 20:20:27.731 INFO kablam! 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Oct 27 20:20:27.731 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.731 INFO kablam! | Oct 27 20:20:27.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.731 INFO kablam! | Oct 27 20:20:27.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.731 INFO kablam! | Oct 27 20:20:27.731 INFO kablam! Oct 27 20:20:27.731 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.731 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.731 INFO kablam! | Oct 27 20:20:27.731 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.731 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.731 INFO kablam! ... Oct 27 20:20:27.731 INFO kablam! 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Oct 27 20:20:27.731 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.731 INFO kablam! | Oct 27 20:20:27.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.732 INFO kablam! | Oct 27 20:20:27.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.732 INFO kablam! | Oct 27 20:20:27.732 INFO kablam! Oct 27 20:20:27.732 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.732 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.732 INFO kablam! | Oct 27 20:20:27.732 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.732 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.732 INFO kablam! ... Oct 27 20:20:27.732 INFO kablam! 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Oct 27 20:20:27.732 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.732 INFO kablam! | Oct 27 20:20:27.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.732 INFO kablam! | Oct 27 20:20:27.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.732 INFO kablam! | Oct 27 20:20:27.732 INFO kablam! Oct 27 20:20:27.732 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.732 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.732 INFO kablam! | Oct 27 20:20:27.733 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.733 INFO kablam! | ^^^^^ Oct 27 20:20:27.733 INFO kablam! ... Oct 27 20:20:27.733 INFO kablam! 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); Oct 27 20:20:27.733 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.733 INFO kablam! | Oct 27 20:20:27.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.733 INFO kablam! | Oct 27 20:20:27.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.733 INFO kablam! | Oct 27 20:20:27.733 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.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! 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); 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! 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); 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! 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); 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 `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! 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); 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.747 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.747 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.747 INFO kablam! | Oct 27 20:20:27.747 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.747 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.747 INFO kablam! ... Oct 27 20:20:27.747 INFO kablam! 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); Oct 27 20:20:27.747 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.747 INFO kablam! | Oct 27 20:20:27.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.747 INFO kablam! | Oct 27 20:20:27.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.747 INFO kablam! | Oct 27 20:20:27.747 INFO kablam! Oct 27 20:20:27.747 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.747 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.747 INFO kablam! | Oct 27 20:20:27.747 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.747 INFO kablam! | ^^^^^ Oct 27 20:20:27.747 INFO kablam! ... Oct 27 20:20:27.747 INFO kablam! 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Oct 27 20:20:27.747 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.747 INFO kablam! | Oct 27 20:20:27.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.747 INFO kablam! | Oct 27 20:20:27.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.747 INFO kablam! | Oct 27 20:20:27.747 INFO kablam! Oct 27 20:20:27.747 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.747 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.747 INFO kablam! | Oct 27 20:20:27.747 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.747 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.747 INFO kablam! ... Oct 27 20:20:27.747 INFO kablam! 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Oct 27 20:20:27.747 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.747 INFO kablam! | Oct 27 20:20:27.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.747 INFO kablam! | Oct 27 20:20:27.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.747 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! Oct 27 20:20:27.748 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.748 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.748 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.748 INFO kablam! ... Oct 27 20:20:27.748 INFO kablam! 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Oct 27 20:20:27.748 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! Oct 27 20:20:27.748 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.748 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.748 INFO kablam! | ^^^^^ Oct 27 20:20:27.748 INFO kablam! ... Oct 27 20:20:27.748 INFO kablam! 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Oct 27 20:20:27.748 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! Oct 27 20:20:27.748 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.748 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.748 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.748 INFO kablam! ... Oct 27 20:20:27.748 INFO kablam! 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Oct 27 20:20:27.748 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! Oct 27 20:20:27.748 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.748 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.748 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.748 INFO kablam! ... Oct 27 20:20:27.748 INFO kablam! 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Oct 27 20:20:27.748 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! Oct 27 20:20:27.748 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.748 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.748 INFO kablam! | Oct 27 20:20:27.748 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.749 INFO kablam! | ^^^^^ Oct 27 20:20:27.749 INFO kablam! ... Oct 27 20:20:27.749 INFO kablam! 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Oct 27 20:20:27.749 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.749 INFO kablam! | Oct 27 20:20:27.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.749 INFO kablam! | Oct 27 20:20:27.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.749 INFO kablam! | Oct 27 20:20:27.749 INFO kablam! Oct 27 20:20:27.749 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.749 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.749 INFO kablam! | Oct 27 20:20:27.749 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.749 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.749 INFO kablam! ... Oct 27 20:20:27.749 INFO kablam! 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Oct 27 20:20:27.749 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.749 INFO kablam! | Oct 27 20:20:27.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.749 INFO kablam! | Oct 27 20:20:27.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.749 INFO kablam! | Oct 27 20:20:27.749 INFO kablam! Oct 27 20:20:27.749 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.749 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.749 INFO kablam! | Oct 27 20:20:27.749 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.749 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.749 INFO kablam! ... Oct 27 20:20:27.749 INFO kablam! 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Oct 27 20:20:27.749 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.749 INFO kablam! | Oct 27 20:20:27.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.749 INFO kablam! | Oct 27 20:20:27.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.749 INFO kablam! | Oct 27 20:20:27.749 INFO kablam! Oct 27 20:20:27.749 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.749 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.749 INFO kablam! | Oct 27 20:20:27.749 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.749 INFO kablam! | ^^^^^ Oct 27 20:20:27.749 INFO kablam! ... Oct 27 20:20:27.749 INFO kablam! 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Oct 27 20:20:27.749 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.749 INFO kablam! | Oct 27 20:20:27.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.749 INFO kablam! | Oct 27 20:20:27.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.749 INFO kablam! | Oct 27 20:20:27.749 INFO kablam! Oct 27 20:20:27.749 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.749 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.749 INFO kablam! | Oct 27 20:20:27.749 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.749 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.749 INFO kablam! ... Oct 27 20:20:27.749 INFO kablam! 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Oct 27 20:20:27.750 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.750 INFO kablam! | Oct 27 20:20:27.750 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.750 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.750 INFO kablam! | Oct 27 20:20:27.750 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.750 INFO kablam! | Oct 27 20:20:27.750 INFO kablam! Oct 27 20:20:27.750 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.750 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.750 INFO kablam! | Oct 27 20:20:27.750 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.750 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.750 INFO kablam! ... Oct 27 20:20:27.750 INFO kablam! 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Oct 27 20:20:27.750 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.750 INFO kablam! | Oct 27 20:20:27.750 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.750 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.750 INFO kablam! | Oct 27 20:20:27.750 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.750 INFO kablam! | Oct 27 20:20:27.750 INFO kablam! Oct 27 20:20:27.755 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.755 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.755 INFO kablam! | Oct 27 20:20:27.755 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.755 INFO kablam! | ^^^^^ Oct 27 20:20:27.755 INFO kablam! ... Oct 27 20:20:27.755 INFO kablam! 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Oct 27 20:20:27.755 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.755 INFO kablam! | Oct 27 20:20:27.755 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.755 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.755 INFO kablam! | Oct 27 20:20:27.755 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.755 INFO kablam! | Oct 27 20:20:27.755 INFO kablam! Oct 27 20:20:27.755 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.755 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.755 INFO kablam! | Oct 27 20:20:27.755 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.755 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.755 INFO kablam! ... Oct 27 20:20:27.755 INFO kablam! 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Oct 27 20:20:27.755 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.755 INFO kablam! | Oct 27 20:20:27.755 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.755 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.755 INFO kablam! | Oct 27 20:20:27.755 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.755 INFO kablam! | Oct 27 20:20:27.755 INFO kablam! Oct 27 20:20:27.755 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.755 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.755 INFO kablam! | Oct 27 20:20:27.755 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.755 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.755 INFO kablam! ... Oct 27 20:20:27.755 INFO kablam! 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Oct 27 20:20:27.756 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.756 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! Oct 27 20:20:27.756 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.756 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.756 INFO kablam! | ^^^^^ Oct 27 20:20:27.756 INFO kablam! ... Oct 27 20:20:27.756 INFO kablam! 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Oct 27 20:20:27.756 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.756 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! Oct 27 20:20:27.756 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.756 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.756 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.756 INFO kablam! ... Oct 27 20:20:27.756 INFO kablam! 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Oct 27 20:20:27.756 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.756 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! Oct 27 20:20:27.756 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.756 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.756 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.756 INFO kablam! ... Oct 27 20:20:27.756 INFO kablam! 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Oct 27 20:20:27.756 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.756 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! Oct 27 20:20:27.756 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.756 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.756 INFO kablam! | ^^^^^ Oct 27 20:20:27.756 INFO kablam! ... Oct 27 20:20:27.756 INFO kablam! 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); Oct 27 20:20:27.756 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.756 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.756 INFO kablam! | Oct 27 20:20:27.756 INFO kablam! Oct 27 20:20:27.760 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.760 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.760 INFO kablam! | Oct 27 20:20:27.760 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); 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.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.760 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.760 INFO kablam! | Oct 27 20:20:27.760 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.760 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.760 INFO kablam! ... Oct 27 20:20:27.760 INFO kablam! 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); 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.760 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.760 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.760 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! 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); 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.760 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.760 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.760 INFO kablam! | Oct 27 20:20:27.760 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); 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.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.760 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.760 INFO kablam! | Oct 27 20:20:27.760 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.760 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.760 INFO kablam! ... Oct 27 20:20:27.760 INFO kablam! 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); 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.762 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.762 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.762 INFO kablam! | Oct 27 20:20:27.763 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.763 INFO kablam! | ^^^^^ Oct 27 20:20:27.763 INFO kablam! ... Oct 27 20:20:27.763 INFO kablam! 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Oct 27 20:20:27.763 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.763 INFO kablam! | Oct 27 20:20:27.763 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.763 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.763 INFO kablam! | Oct 27 20:20:27.763 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.763 INFO kablam! | Oct 27 20:20:27.763 INFO kablam! Oct 27 20:20:27.763 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.763 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.763 INFO kablam! | Oct 27 20:20:27.763 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.763 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.763 INFO kablam! ... Oct 27 20:20:27.763 INFO kablam! 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Oct 27 20:20:27.763 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.763 INFO kablam! | Oct 27 20:20:27.763 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.763 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.763 INFO kablam! | Oct 27 20:20:27.763 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.763 INFO kablam! | Oct 27 20:20:27.763 INFO kablam! Oct 27 20:20:27.763 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.763 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.763 INFO kablam! | Oct 27 20:20:27.763 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.763 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.763 INFO kablam! ... Oct 27 20:20:27.763 INFO kablam! 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Oct 27 20:20:27.763 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.763 INFO kablam! | Oct 27 20:20:27.763 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.763 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.763 INFO kablam! | Oct 27 20:20:27.763 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.763 INFO kablam! | Oct 27 20:20:27.763 INFO kablam! Oct 27 20:20:27.767 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.767 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.767 INFO kablam! | Oct 27 20:20:27.767 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.767 INFO kablam! | ^^^^^ Oct 27 20:20:27.767 INFO kablam! ... Oct 27 20:20:27.767 INFO kablam! 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Oct 27 20:20:27.767 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.767 INFO kablam! | Oct 27 20:20:27.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.767 INFO kablam! | Oct 27 20:20:27.767 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.767 INFO kablam! | Oct 27 20:20:27.767 INFO kablam! Oct 27 20:20:27.767 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.767 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.767 INFO kablam! | Oct 27 20:20:27.767 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.767 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.767 INFO kablam! ... Oct 27 20:20:27.767 INFO kablam! 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Oct 27 20:20:27.767 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.767 INFO kablam! | Oct 27 20:20:27.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.767 INFO kablam! | Oct 27 20:20:27.767 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.767 INFO kablam! | Oct 27 20:20:27.767 INFO kablam! Oct 27 20:20:27.767 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.767 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.767 INFO kablam! | Oct 27 20:20:27.767 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.767 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.767 INFO kablam! ... Oct 27 20:20:27.767 INFO kablam! 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Oct 27 20:20:27.767 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.767 INFO kablam! | Oct 27 20:20:27.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.767 INFO kablam! | Oct 27 20:20:27.767 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.767 INFO kablam! | Oct 27 20:20:27.767 INFO kablam! Oct 27 20:20:27.767 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.767 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.767 INFO kablam! | Oct 27 20:20:27.767 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.767 INFO kablam! | ^^^^^ Oct 27 20:20:27.768 INFO kablam! ... Oct 27 20:20:27.768 INFO kablam! 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Oct 27 20:20:27.768 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.768 INFO kablam! | Oct 27 20:20:27.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.768 INFO kablam! | Oct 27 20:20:27.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.768 INFO kablam! | Oct 27 20:20:27.768 INFO kablam! Oct 27 20:20:27.768 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.768 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.768 INFO kablam! | Oct 27 20:20:27.768 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.768 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.768 INFO kablam! ... Oct 27 20:20:27.768 INFO kablam! 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Oct 27 20:20:27.768 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.768 INFO kablam! | Oct 27 20:20:27.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.768 INFO kablam! | Oct 27 20:20:27.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.768 INFO kablam! | Oct 27 20:20:27.768 INFO kablam! Oct 27 20:20:27.768 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.768 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.768 INFO kablam! | Oct 27 20:20:27.768 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.768 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.768 INFO kablam! ... Oct 27 20:20:27.768 INFO kablam! 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Oct 27 20:20:27.768 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.768 INFO kablam! | Oct 27 20:20:27.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.768 INFO kablam! | Oct 27 20:20:27.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.768 INFO kablam! | Oct 27 20:20:27.768 INFO kablam! Oct 27 20:20:27.769 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.769 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.769 INFO kablam! | Oct 27 20:20:27.769 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.769 INFO kablam! | ^^^^^ Oct 27 20:20:27.769 INFO kablam! ... Oct 27 20:20:27.769 INFO kablam! 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Oct 27 20:20:27.769 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.769 INFO kablam! | Oct 27 20:20:27.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.769 INFO kablam! | Oct 27 20:20:27.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.769 INFO kablam! | Oct 27 20:20:27.769 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.770 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.770 INFO kablam! | Oct 27 20:20:27.770 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.770 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.770 INFO kablam! ... Oct 27 20:20:27.770 INFO kablam! 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Oct 27 20:20:27.770 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.770 INFO kablam! | Oct 27 20:20:27.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.770 INFO kablam! | Oct 27 20:20:27.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.770 INFO kablam! | Oct 27 20:20:27.770 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! 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); 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.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! 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.776 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.776 INFO kablam! | Oct 27 20:20:27.776 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.776 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.776 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! 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); 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! 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); 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.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! Oct 27 20:20:27.779 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.779 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.779 INFO kablam! | Oct 27 20:20:27.779 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); 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.779 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.779 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.779 INFO kablam! | Oct 27 20:20:27.779 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.779 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.779 INFO kablam! ... Oct 27 20:20:27.779 INFO kablam! 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); 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.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! 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); 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.780 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! 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); 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.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! 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); 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 `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! 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); 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! 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); 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.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! Oct 27 20:20:27.789 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.789 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.789 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.789 INFO kablam! ... Oct 27 20:20:27.789 INFO kablam! 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); Oct 27 20:20:27.789 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! Oct 27 20:20:27.789 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.789 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.789 INFO kablam! | ^^^^^ Oct 27 20:20:27.789 INFO kablam! ... Oct 27 20:20:27.789 INFO kablam! 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Oct 27 20:20:27.789 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! Oct 27 20:20:27.789 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.789 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.789 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.789 INFO kablam! ... Oct 27 20:20:27.789 INFO kablam! 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Oct 27 20:20:27.789 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! Oct 27 20:20:27.789 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.789 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.789 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.789 INFO kablam! ... Oct 27 20:20:27.789 INFO kablam! 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Oct 27 20:20:27.789 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! Oct 27 20:20:27.789 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.789 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.789 INFO kablam! | ^^^^^ Oct 27 20:20:27.789 INFO kablam! ... Oct 27 20:20:27.789 INFO kablam! 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); Oct 27 20:20:27.789 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.789 INFO kablam! | Oct 27 20:20:27.789 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! 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); 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.792 INFO kablam! Oct 27 20:20:27.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.792 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.792 INFO kablam! | Oct 27 20:20:27.792 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.792 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.792 INFO kablam! ... Oct 27 20:20:27.792 INFO kablam! 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); 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! 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.792 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.792 INFO kablam! | Oct 27 20:20:27.792 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); 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 `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.796 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.796 INFO kablam! ... Oct 27 20:20:27.796 INFO kablam! 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); Oct 27 20:20:27.796 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.796 INFO kablam! | Oct 27 20:20:27.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.796 INFO kablam! | Oct 27 20:20:27.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.796 INFO kablam! | Oct 27 20:20:27.796 INFO kablam! Oct 27 20:20:27.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.796 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.796 INFO kablam! | Oct 27 20:20:27.796 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.796 INFO kablam! | ^^^^^ Oct 27 20:20:27.796 INFO kablam! ... Oct 27 20:20:27.796 INFO kablam! 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); Oct 27 20:20:27.796 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.796 INFO kablam! | Oct 27 20:20:27.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.796 INFO kablam! | Oct 27 20:20:27.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.796 INFO kablam! | Oct 27 20:20:27.796 INFO kablam! Oct 27 20:20:27.796 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.796 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.796 INFO kablam! | Oct 27 20:20:27.796 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.796 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.796 INFO kablam! ... Oct 27 20:20:27.796 INFO kablam! 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); Oct 27 20:20:27.796 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.796 INFO kablam! | Oct 27 20:20:27.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.796 INFO kablam! | Oct 27 20:20:27.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.796 INFO kablam! | Oct 27 20:20:27.796 INFO kablam! Oct 27 20:20:27.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.796 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.796 INFO kablam! | Oct 27 20:20:27.796 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.796 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.796 INFO kablam! ... Oct 27 20:20:27.796 INFO kablam! 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); Oct 27 20:20:27.796 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.796 INFO kablam! | Oct 27 20:20:27.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.796 INFO kablam! | Oct 27 20:20:27.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.796 INFO kablam! | Oct 27 20:20:27.796 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.800 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.800 INFO kablam! | Oct 27 20:20:27.800 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.800 INFO kablam! | ^^^^^ Oct 27 20:20:27.800 INFO kablam! ... Oct 27 20:20:27.800 INFO kablam! 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); 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.800 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.800 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.800 INFO kablam! | Oct 27 20:20:27.800 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.800 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.800 INFO kablam! ... Oct 27 20:20:27.800 INFO kablam! 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); 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.800 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.800 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.800 INFO kablam! | Oct 27 20:20:27.800 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! 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); 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.803 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.803 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.803 INFO kablam! | Oct 27 20:20:27.803 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.803 INFO kablam! | ^^^^^ Oct 27 20:20:27.803 INFO kablam! ... Oct 27 20:20:27.803 INFO kablam! 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); Oct 27 20:20:27.803 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.803 INFO kablam! | Oct 27 20:20:27.803 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.803 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.803 INFO kablam! | Oct 27 20:20:27.803 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.803 INFO kablam! | Oct 27 20:20:27.803 INFO kablam! Oct 27 20:20:27.803 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.803 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.803 INFO kablam! | Oct 27 20:20:27.803 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.803 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.803 INFO kablam! ... Oct 27 20:20:27.803 INFO kablam! 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); Oct 27 20:20:27.803 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.803 INFO kablam! | Oct 27 20:20:27.803 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.803 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.803 INFO kablam! | Oct 27 20:20:27.803 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.803 INFO kablam! | Oct 27 20:20:27.803 INFO kablam! Oct 27 20:20:27.803 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.803 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.803 INFO kablam! | Oct 27 20:20:27.803 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.803 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.803 INFO kablam! ... Oct 27 20:20:27.803 INFO kablam! 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); Oct 27 20:20:27.803 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.803 INFO kablam! | Oct 27 20:20:27.803 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.803 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.803 INFO kablam! | Oct 27 20:20:27.803 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.803 INFO kablam! | Oct 27 20:20:27.803 INFO kablam! Oct 27 20:20:27.803 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! 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); 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.808 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.808 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.808 INFO kablam! | Oct 27 20:20:27.808 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); 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.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.808 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.808 INFO kablam! | Oct 27 20:20:27.808 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.808 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.808 INFO kablam! ... Oct 27 20:20:27.808 INFO kablam! 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); 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.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! 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); 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.808 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.808 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.808 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! 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); 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.812 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.812 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.812 INFO kablam! | Oct 27 20:20:27.812 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.812 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.812 INFO kablam! ... Oct 27 20:20:27.812 INFO kablam! 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); Oct 27 20:20:27.812 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.812 INFO kablam! | Oct 27 20:20:27.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.812 INFO kablam! | Oct 27 20:20:27.812 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.812 INFO kablam! | Oct 27 20:20:27.812 INFO kablam! Oct 27 20:20:27.812 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.812 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.812 INFO kablam! | Oct 27 20:20:27.812 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.812 INFO kablam! | ^^^^^ Oct 27 20:20:27.812 INFO kablam! ... Oct 27 20:20:27.812 INFO kablam! 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); Oct 27 20:20:27.812 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.812 INFO kablam! | Oct 27 20:20:27.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.812 INFO kablam! | Oct 27 20:20:27.812 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.812 INFO kablam! | Oct 27 20:20:27.812 INFO kablam! Oct 27 20:20:27.812 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.812 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.812 INFO kablam! | Oct 27 20:20:27.812 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.812 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.812 INFO kablam! ... Oct 27 20:20:27.812 INFO kablam! 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); Oct 27 20:20:27.812 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.812 INFO kablam! | Oct 27 20:20:27.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.812 INFO kablam! | Oct 27 20:20:27.812 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.812 INFO kablam! | Oct 27 20:20:27.812 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! 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); 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 `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! 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); 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.816 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.816 INFO kablam! | Oct 27 20:20:27.816 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.816 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.816 INFO kablam! | Oct 27 20:20:27.816 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.816 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.816 INFO kablam! ... Oct 27 20:20:27.816 INFO kablam! 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); 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.819 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.819 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.819 INFO kablam! | Oct 27 20:20:27.819 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); 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.819 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! 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); 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.819 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.819 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.819 INFO kablam! | Oct 27 20:20:27.819 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.819 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.819 INFO kablam! ... Oct 27 20:20:27.819 INFO kablam! 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); 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.819 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.819 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.819 INFO kablam! | Oct 27 20:20:27.819 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); 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.820 INFO kablam! | Oct 27 20:20:27.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.820 INFO kablam! | Oct 27 20:20:27.820 INFO kablam! Oct 27 20:20:27.825 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.825 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! 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); 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! 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.825 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.825 INFO kablam! | Oct 27 20:20:27.825 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.825 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! 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); 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! 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); 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.827 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.827 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.827 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.828 INFO kablam! 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Oct 27 20:20:27.828 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.828 INFO kablam! | Oct 27 20:20:27.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.828 INFO kablam! | Oct 27 20:20:27.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.828 INFO kablam! | Oct 27 20:20:27.828 INFO kablam! Oct 27 20:20:27.828 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.828 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.828 INFO kablam! | Oct 27 20:20:27.828 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.828 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.828 INFO kablam! ... Oct 27 20:20:27.828 INFO kablam! 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Oct 27 20:20:27.828 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.828 INFO kablam! | Oct 27 20:20:27.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.828 INFO kablam! | Oct 27 20:20:27.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.828 INFO kablam! | Oct 27 20:20:27.828 INFO kablam! Oct 27 20:20:27.828 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.828 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.828 INFO kablam! | Oct 27 20:20:27.828 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.828 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.828 INFO kablam! ... Oct 27 20:20:27.828 INFO kablam! 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Oct 27 20:20:27.828 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.828 INFO kablam! | Oct 27 20:20:27.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.828 INFO kablam! | Oct 27 20:20:27.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.828 INFO kablam! | Oct 27 20:20:27.828 INFO kablam! Oct 27 20:20:27.831 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.831 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.831 INFO kablam! | Oct 27 20:20:27.831 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.831 INFO kablam! | ^^^^^ Oct 27 20:20:27.831 INFO kablam! ... Oct 27 20:20:27.831 INFO kablam! 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); 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.831 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.831 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.831 INFO kablam! | Oct 27 20:20:27.831 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.831 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.831 INFO kablam! ... Oct 27 20:20:27.832 INFO kablam! 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); 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.832 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.832 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.832 INFO kablam! | Oct 27 20:20:27.832 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.832 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.832 INFO kablam! ... Oct 27 20:20:27.832 INFO kablam! 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); 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.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! 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); 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.835 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.835 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.835 INFO kablam! | Oct 27 20:20:27.835 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.835 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.835 INFO kablam! ... Oct 27 20:20:27.835 INFO kablam! 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); Oct 27 20:20:27.835 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.835 INFO kablam! | Oct 27 20:20:27.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.835 INFO kablam! | Oct 27 20:20:27.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.835 INFO kablam! | Oct 27 20:20:27.835 INFO kablam! Oct 27 20:20:27.835 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.835 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.835 INFO kablam! | Oct 27 20:20:27.835 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.835 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.835 INFO kablam! ... Oct 27 20:20:27.835 INFO kablam! 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); Oct 27 20:20:27.835 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.835 INFO kablam! | Oct 27 20:20:27.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.835 INFO kablam! | Oct 27 20:20:27.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.835 INFO kablam! | Oct 27 20:20:27.836 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! 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); 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.836 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.836 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.836 INFO kablam! | Oct 27 20:20:27.836 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); 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.836 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.836 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.836 INFO kablam! | Oct 27 20:20:27.836 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.836 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.836 INFO kablam! ... Oct 27 20:20:27.836 INFO kablam! 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); 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 `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! 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); Oct 27 20:20:27.839 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.840 INFO kablam! | Oct 27 20:20:27.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.840 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.840 INFO kablam! | Oct 27 20:20:27.840 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.840 INFO kablam! | Oct 27 20:20:27.840 INFO kablam! Oct 27 20:20:27.840 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.840 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.840 INFO kablam! | Oct 27 20:20:27.840 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.840 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.840 INFO kablam! ... Oct 27 20:20:27.840 INFO kablam! 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); Oct 27 20:20:27.840 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.840 INFO kablam! | Oct 27 20:20:27.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.840 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.840 INFO kablam! | Oct 27 20:20:27.840 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.840 INFO kablam! | Oct 27 20:20:27.840 INFO kablam! Oct 27 20:20:27.840 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.840 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.840 INFO kablam! | Oct 27 20:20:27.840 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.840 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.840 INFO kablam! ... Oct 27 20:20:27.840 INFO kablam! 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); Oct 27 20:20:27.840 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.840 INFO kablam! | Oct 27 20:20:27.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.840 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.840 INFO kablam! | Oct 27 20:20:27.840 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.840 INFO kablam! | Oct 27 20:20:27.840 INFO kablam! Oct 27 20:20:27.840 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.840 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.840 INFO kablam! | Oct 27 20:20:27.840 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.840 INFO kablam! | ^^^^^ Oct 27 20:20:27.840 INFO kablam! ... Oct 27 20:20:27.840 INFO kablam! 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); Oct 27 20:20:27.840 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.840 INFO kablam! | Oct 27 20:20:27.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.840 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.840 INFO kablam! | Oct 27 20:20:27.840 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.840 INFO kablam! | Oct 27 20:20:27.840 INFO kablam! Oct 27 20:20:27.844 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.844 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.844 INFO kablam! | Oct 27 20:20:27.844 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.844 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.844 INFO kablam! ... Oct 27 20:20:27.844 INFO kablam! 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); 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.844 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.844 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.844 INFO kablam! | Oct 27 20:20:27.844 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.844 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.844 INFO kablam! ... Oct 27 20:20:27.844 INFO kablam! 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); 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.844 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.844 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.844 INFO kablam! | Oct 27 20:20:27.844 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.844 INFO kablam! | ^^^^^ Oct 27 20:20:27.844 INFO kablam! ... Oct 27 20:20:27.844 INFO kablam! 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); 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.844 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.844 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.844 INFO kablam! | Oct 27 20:20:27.844 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.844 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.844 INFO kablam! ... Oct 27 20:20:27.844 INFO kablam! 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); 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.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.849 INFO kablam! 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); Oct 27 20:20:27.849 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.849 INFO kablam! | Oct 27 20:20:27.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.849 INFO kablam! | Oct 27 20:20:27.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.849 INFO kablam! | Oct 27 20:20:27.849 INFO kablam! Oct 27 20:20:27.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.849 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.849 INFO kablam! | Oct 27 20:20:27.849 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.849 INFO kablam! | ^^^^^ Oct 27 20:20:27.849 INFO kablam! ... Oct 27 20:20:27.849 INFO kablam! 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Oct 27 20:20:27.849 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.849 INFO kablam! | Oct 27 20:20:27.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.849 INFO kablam! | Oct 27 20:20:27.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.849 INFO kablam! | Oct 27 20:20:27.849 INFO kablam! Oct 27 20:20:27.849 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.849 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.849 INFO kablam! | Oct 27 20:20:27.849 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.849 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.849 INFO kablam! ... Oct 27 20:20:27.849 INFO kablam! 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Oct 27 20:20:27.849 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.849 INFO kablam! | Oct 27 20:20:27.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.849 INFO kablam! | Oct 27 20:20:27.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.849 INFO kablam! | Oct 27 20:20:27.849 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.849 INFO kablam! 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Oct 27 20:20:27.849 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.849 INFO kablam! | Oct 27 20:20:27.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.849 INFO kablam! | Oct 27 20:20:27.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.849 INFO kablam! | Oct 27 20:20:27.849 INFO kablam! Oct 27 20:20:27.851 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.851 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.851 INFO kablam! | Oct 27 20:20:27.851 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); 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.852 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.852 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.852 INFO kablam! | Oct 27 20:20:27.852 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.852 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.852 INFO kablam! ... Oct 27 20:20:27.852 INFO kablam! 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Oct 27 20:20:27.852 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.852 INFO kablam! | Oct 27 20:20:27.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.852 INFO kablam! | Oct 27 20:20:27.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.852 INFO kablam! | Oct 27 20:20:27.852 INFO kablam! Oct 27 20:20:27.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.852 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.852 INFO kablam! | Oct 27 20:20:27.852 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.852 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.852 INFO kablam! ... Oct 27 20:20:27.852 INFO kablam! 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Oct 27 20:20:27.852 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.852 INFO kablam! | Oct 27 20:20:27.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.852 INFO kablam! | Oct 27 20:20:27.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.852 INFO kablam! | Oct 27 20:20:27.852 INFO kablam! Oct 27 20:20:27.852 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.852 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.852 INFO kablam! | Oct 27 20:20:27.852 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.852 INFO kablam! | ^^^^^ Oct 27 20:20:27.852 INFO kablam! ... Oct 27 20:20:27.852 INFO kablam! 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); Oct 27 20:20:27.852 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.852 INFO kablam! | Oct 27 20:20:27.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.852 INFO kablam! | Oct 27 20:20:27.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.852 INFO kablam! | Oct 27 20:20:27.852 INFO kablam! Oct 27 20:20:27.855 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! 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); 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! 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.856 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.856 INFO kablam! | Oct 27 20:20:27.856 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); 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 `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! 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); 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.859 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.859 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.859 INFO kablam! | Oct 27 20:20:27.859 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.859 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.859 INFO kablam! ... Oct 27 20:20:27.859 INFO kablam! 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); Oct 27 20:20:27.859 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.859 INFO kablam! | Oct 27 20:20:27.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.859 INFO kablam! | Oct 27 20:20:27.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.859 INFO kablam! | Oct 27 20:20:27.859 INFO kablam! Oct 27 20:20:27.859 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.859 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.859 INFO kablam! | Oct 27 20:20:27.859 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.859 INFO kablam! | ^^^^^ Oct 27 20:20:27.859 INFO kablam! ... Oct 27 20:20:27.859 INFO kablam! 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); Oct 27 20:20:27.859 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.859 INFO kablam! | Oct 27 20:20:27.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.859 INFO kablam! | Oct 27 20:20:27.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.859 INFO kablam! | Oct 27 20:20:27.859 INFO kablam! Oct 27 20:20:27.859 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.859 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.859 INFO kablam! | Oct 27 20:20:27.859 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.859 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.859 INFO kablam! ... Oct 27 20:20:27.859 INFO kablam! 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); Oct 27 20:20:27.859 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.859 INFO kablam! | Oct 27 20:20:27.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.859 INFO kablam! | Oct 27 20:20:27.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.859 INFO kablam! | Oct 27 20:20:27.859 INFO kablam! Oct 27 20:20:27.859 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.859 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.859 INFO kablam! | Oct 27 20:20:27.859 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.859 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.859 INFO kablam! ... Oct 27 20:20:27.859 INFO kablam! 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); Oct 27 20:20:27.859 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.859 INFO kablam! | Oct 27 20:20:27.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.859 INFO kablam! | Oct 27 20:20:27.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.859 INFO kablam! | Oct 27 20:20:27.859 INFO kablam! Oct 27 20:20:27.863 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.863 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.863 INFO kablam! | Oct 27 20:20:27.863 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.863 INFO kablam! | ^^^^^ Oct 27 20:20:27.863 INFO kablam! ... Oct 27 20:20:27.863 INFO kablam! 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); Oct 27 20:20:27.863 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.863 INFO kablam! | Oct 27 20:20:27.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.863 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.863 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.863 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.863 INFO kablam! | Oct 27 20:20:27.863 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.863 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.863 INFO kablam! ... Oct 27 20:20:27.863 INFO kablam! 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); Oct 27 20:20:27.863 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.863 INFO kablam! | Oct 27 20:20:27.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.863 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.863 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.863 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.863 INFO kablam! | Oct 27 20:20:27.863 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.863 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.863 INFO kablam! ... Oct 27 20:20:27.863 INFO kablam! 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); Oct 27 20:20:27.863 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.863 INFO kablam! | Oct 27 20:20:27.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.863 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.863 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.863 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.863 INFO kablam! | Oct 27 20:20:27.863 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.863 INFO kablam! | ^^^^^ Oct 27 20:20:27.863 INFO kablam! ... Oct 27 20:20:27.863 INFO kablam! 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); Oct 27 20:20:27.863 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.863 INFO kablam! | Oct 27 20:20:27.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.864 INFO kablam! | Oct 27 20:20:27.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.864 INFO kablam! | Oct 27 20:20:27.864 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.867 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.867 INFO kablam! | Oct 27 20:20:27.867 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.867 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.867 INFO kablam! ... Oct 27 20:20:27.867 INFO kablam! 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); Oct 27 20:20:27.867 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.867 INFO kablam! | Oct 27 20:20:27.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.867 INFO kablam! | Oct 27 20:20:27.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.867 INFO kablam! | Oct 27 20:20:27.867 INFO kablam! Oct 27 20:20:27.867 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.867 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.867 INFO kablam! | Oct 27 20:20:27.867 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.867 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.867 INFO kablam! ... Oct 27 20:20:27.867 INFO kablam! 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); Oct 27 20:20:27.867 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.867 INFO kablam! | Oct 27 20:20:27.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.867 INFO kablam! | Oct 27 20:20:27.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.867 INFO kablam! | Oct 27 20:20:27.867 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! 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); 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 `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! 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); 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! 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); 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.871 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.871 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.871 INFO kablam! | Oct 27 20:20:27.871 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.871 INFO kablam! | ^^^^^ Oct 27 20:20:27.871 INFO kablam! ... Oct 27 20:20:27.871 INFO kablam! 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Oct 27 20:20:27.871 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.871 INFO kablam! | Oct 27 20:20:27.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.871 INFO kablam! | Oct 27 20:20:27.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.871 INFO kablam! | Oct 27 20:20:27.871 INFO kablam! Oct 27 20:20:27.871 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.871 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.871 INFO kablam! | Oct 27 20:20:27.871 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.871 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.871 INFO kablam! ... Oct 27 20:20:27.871 INFO kablam! 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Oct 27 20:20:27.871 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.871 INFO kablam! | Oct 27 20:20:27.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.871 INFO kablam! | Oct 27 20:20:27.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.871 INFO kablam! | Oct 27 20:20:27.871 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.871 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.871 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.871 INFO kablam! ... Oct 27 20:20:27.871 INFO kablam! 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Oct 27 20:20:27.871 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.871 INFO kablam! | Oct 27 20:20:27.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.871 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! 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); 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.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! 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); 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 `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.881 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.881 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.881 INFO kablam! ... Oct 27 20:20:27.881 INFO kablam! 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); Oct 27 20:20:27.881 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.881 INFO kablam! | Oct 27 20:20:27.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.881 INFO kablam! | Oct 27 20:20:27.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.881 INFO kablam! | Oct 27 20:20:27.881 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.884 INFO kablam! ... Oct 27 20:20:27.884 INFO kablam! 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); 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.884 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.884 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.884 INFO kablam! | Oct 27 20:20:27.884 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.884 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.884 INFO kablam! ... Oct 27 20:20:27.884 INFO kablam! 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); 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.884 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.884 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.884 INFO kablam! | Oct 27 20:20:27.884 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! 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); 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.884 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.884 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.884 INFO kablam! | Oct 27 20:20:27.884 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.884 INFO kablam! | ^^^^^ Oct 27 20:20:27.884 INFO kablam! ... Oct 27 20:20:27.884 INFO kablam! 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); 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.884 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.884 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.884 INFO kablam! | Oct 27 20:20:27.884 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.884 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.884 INFO kablam! ... Oct 27 20:20:27.884 INFO kablam! 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); 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.884 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.884 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.884 INFO kablam! | Oct 27 20:20:27.884 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.885 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.885 INFO kablam! ... Oct 27 20:20:27.885 INFO kablam! 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); Oct 27 20:20:27.885 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! Oct 27 20:20:27.885 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.885 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.885 INFO kablam! | ^^^^^ Oct 27 20:20:27.885 INFO kablam! ... Oct 27 20:20:27.885 INFO kablam! 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); Oct 27 20:20:27.885 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! Oct 27 20:20:27.885 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.885 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.885 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.885 INFO kablam! ... Oct 27 20:20:27.885 INFO kablam! 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); Oct 27 20:20:27.885 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! Oct 27 20:20:27.885 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.885 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.885 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.885 INFO kablam! ... Oct 27 20:20:27.885 INFO kablam! 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); Oct 27 20:20:27.885 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! Oct 27 20:20:27.885 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.885 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.885 INFO kablam! | ^^^^^ Oct 27 20:20:27.885 INFO kablam! ... Oct 27 20:20:27.885 INFO kablam! 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); Oct 27 20:20:27.885 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.885 INFO kablam! | Oct 27 20:20:27.885 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.888 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.888 INFO kablam! | Oct 27 20:20:27.888 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); 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 `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! 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); 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! 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.888 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.888 INFO kablam! | Oct 27 20:20:27.888 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Oct 27 20:20:27.888 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.889 INFO kablam! | Oct 27 20:20:27.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.889 INFO kablam! | Oct 27 20:20:27.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.889 INFO kablam! | Oct 27 20:20:27.889 INFO kablam! Oct 27 20:20:27.889 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.889 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.889 INFO kablam! | Oct 27 20:20:27.889 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.889 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.889 INFO kablam! ... Oct 27 20:20:27.889 INFO kablam! 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Oct 27 20:20:27.889 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.889 INFO kablam! | Oct 27 20:20:27.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.889 INFO kablam! | Oct 27 20:20:27.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.889 INFO kablam! | Oct 27 20:20:27.889 INFO kablam! Oct 27 20:20:27.889 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.889 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.889 INFO kablam! | Oct 27 20:20:27.889 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.889 INFO kablam! | ^^^^^ Oct 27 20:20:27.889 INFO kablam! ... Oct 27 20:20:27.889 INFO kablam! 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Oct 27 20:20:27.889 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.889 INFO kablam! | Oct 27 20:20:27.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.889 INFO kablam! | Oct 27 20:20:27.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.889 INFO kablam! | Oct 27 20:20:27.889 INFO kablam! Oct 27 20:20:27.890 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.890 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.890 INFO kablam! | Oct 27 20:20:27.890 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.890 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.890 INFO kablam! ... Oct 27 20:20:27.890 INFO kablam! 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Oct 27 20:20:27.890 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.890 INFO kablam! | Oct 27 20:20:27.890 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.890 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.890 INFO kablam! | Oct 27 20:20:27.890 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.890 INFO kablam! | Oct 27 20:20:27.890 INFO kablam! Oct 27 20:20:27.890 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.890 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.890 INFO kablam! | Oct 27 20:20:27.890 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.890 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.890 INFO kablam! ... Oct 27 20:20:27.890 INFO kablam! 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Oct 27 20:20:27.890 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.890 INFO kablam! | Oct 27 20:20:27.890 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.890 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.890 INFO kablam! | Oct 27 20:20:27.890 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.890 INFO kablam! | Oct 27 20:20:27.890 INFO kablam! Oct 27 20:20:27.896 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.896 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.896 INFO kablam! | Oct 27 20:20:27.896 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); 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 `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! 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); 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.897 INFO kablam! | Oct 27 20:20:27.897 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.897 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.897 INFO kablam! ... Oct 27 20:20:27.897 INFO kablam! 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); 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.897 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.897 INFO kablam! | Oct 27 20:20:27.897 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! 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); 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.897 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.897 INFO kablam! | Oct 27 20:20:27.897 INFO kablam! Oct 27 20:20:27.899 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.899 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.899 INFO kablam! | Oct 27 20:20:27.899 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.899 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.899 INFO kablam! ... Oct 27 20:20:27.899 INFO kablam! 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Oct 27 20:20:27.899 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.899 INFO kablam! | Oct 27 20:20:27.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.899 INFO kablam! | Oct 27 20:20:27.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.899 INFO kablam! | Oct 27 20:20:27.899 INFO kablam! Oct 27 20:20:27.899 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.899 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.899 INFO kablam! | Oct 27 20:20:27.899 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.899 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.899 INFO kablam! ... Oct 27 20:20:27.899 INFO kablam! 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Oct 27 20:20:27.899 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.899 INFO kablam! | Oct 27 20:20:27.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.899 INFO kablam! | Oct 27 20:20:27.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.899 INFO kablam! | Oct 27 20:20:27.899 INFO kablam! Oct 27 20:20:27.899 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.899 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.899 INFO kablam! | Oct 27 20:20:27.899 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.899 INFO kablam! | ^^^^^ Oct 27 20:20:27.899 INFO kablam! ... Oct 27 20:20:27.899 INFO kablam! 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.900 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.900 INFO kablam! | Oct 27 20:20:27.900 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); 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.903 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.903 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.903 INFO kablam! | Oct 27 20:20:27.903 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.903 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.903 INFO kablam! ... Oct 27 20:20:27.903 INFO kablam! 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); Oct 27 20:20:27.903 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.903 INFO kablam! | Oct 27 20:20:27.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.903 INFO kablam! | Oct 27 20:20:27.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.903 INFO kablam! | Oct 27 20:20:27.903 INFO kablam! Oct 27 20:20:27.903 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.903 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.903 INFO kablam! | Oct 27 20:20:27.903 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.903 INFO kablam! | ^^^^^ Oct 27 20:20:27.903 INFO kablam! ... Oct 27 20:20:27.903 INFO kablam! 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Oct 27 20:20:27.903 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.903 INFO kablam! | Oct 27 20:20:27.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.903 INFO kablam! | Oct 27 20:20:27.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.903 INFO kablam! | Oct 27 20:20:27.903 INFO kablam! Oct 27 20:20:27.903 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.903 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.903 INFO kablam! | Oct 27 20:20:27.903 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.903 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.903 INFO kablam! ... Oct 27 20:20:27.903 INFO kablam! 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Oct 27 20:20:27.903 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.903 INFO kablam! | Oct 27 20:20:27.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.903 INFO kablam! | Oct 27 20:20:27.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.903 INFO kablam! | Oct 27 20:20:27.903 INFO kablam! Oct 27 20:20:27.903 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.903 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.903 INFO kablam! | Oct 27 20:20:27.903 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.903 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.903 INFO kablam! ... Oct 27 20:20:27.903 INFO kablam! 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Oct 27 20:20:27.903 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.903 INFO kablam! | Oct 27 20:20:27.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.904 INFO kablam! | Oct 27 20:20:27.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.904 INFO kablam! | Oct 27 20:20:27.904 INFO kablam! Oct 27 20:20:27.908 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.908 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.908 INFO kablam! | Oct 27 20:20:27.908 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); 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 `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! 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); 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! 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.908 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.908 INFO kablam! | Oct 27 20:20:27.908 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); 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.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.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.915 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.915 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.915 INFO kablam! ... Oct 27 20:20:27.915 INFO kablam! 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Oct 27 20:20:27.915 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! Oct 27 20:20:27.915 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.915 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.915 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.915 INFO kablam! ... Oct 27 20:20:27.915 INFO kablam! 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Oct 27 20:20:27.915 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! Oct 27 20:20:27.915 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.915 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.915 INFO kablam! | ^^^^^ Oct 27 20:20:27.915 INFO kablam! ... Oct 27 20:20:27.915 INFO kablam! 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Oct 27 20:20:27.915 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! Oct 27 20:20:27.915 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.915 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.915 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.915 INFO kablam! ... Oct 27 20:20:27.915 INFO kablam! 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Oct 27 20:20:27.915 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! Oct 27 20:20:27.915 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.915 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.915 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.915 INFO kablam! ... Oct 27 20:20:27.915 INFO kablam! 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Oct 27 20:20:27.915 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! Oct 27 20:20:27.915 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.915 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.915 INFO kablam! | ^^^^^ Oct 27 20:20:27.915 INFO kablam! ... Oct 27 20:20:27.915 INFO kablam! 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Oct 27 20:20:27.915 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.915 INFO kablam! | Oct 27 20:20:27.915 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.916 INFO kablam! | Oct 27 20:20:27.916 INFO kablam! Oct 27 20:20:27.916 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.916 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.916 INFO kablam! | Oct 27 20:20:27.916 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.916 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.916 INFO kablam! ... Oct 27 20:20:27.916 INFO kablam! 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Oct 27 20:20:27.916 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.916 INFO kablam! | Oct 27 20:20:27.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.916 INFO kablam! | Oct 27 20:20:27.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.916 INFO kablam! | Oct 27 20:20:27.916 INFO kablam! Oct 27 20:20:27.922 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.922 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.922 INFO kablam! | Oct 27 20:20:27.922 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.922 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.922 INFO kablam! ... Oct 27 20:20:27.922 INFO kablam! 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Oct 27 20:20:27.922 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.922 INFO kablam! | Oct 27 20:20:27.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.922 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.922 INFO kablam! | Oct 27 20:20:27.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.922 INFO kablam! | Oct 27 20:20:27.922 INFO kablam! Oct 27 20:20:27.922 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.922 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.922 INFO kablam! | Oct 27 20:20:27.922 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.922 INFO kablam! | ^^^^^ Oct 27 20:20:27.922 INFO kablam! ... Oct 27 20:20:27.922 INFO kablam! 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); Oct 27 20:20:27.922 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.922 INFO kablam! | Oct 27 20:20:27.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.922 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.922 INFO kablam! | Oct 27 20:20:27.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.922 INFO kablam! | Oct 27 20:20:27.922 INFO kablam! Oct 27 20:20:27.922 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.922 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.922 INFO kablam! | Oct 27 20:20:27.922 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.922 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.922 INFO kablam! ... Oct 27 20:20:27.922 INFO kablam! 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); Oct 27 20:20:27.922 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.922 INFO kablam! | Oct 27 20:20:27.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.922 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.922 INFO kablam! | Oct 27 20:20:27.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.922 INFO kablam! | Oct 27 20:20:27.922 INFO kablam! Oct 27 20:20:27.922 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.922 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.922 INFO kablam! | Oct 27 20:20:27.922 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.922 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.922 INFO kablam! ... Oct 27 20:20:27.922 INFO kablam! 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); Oct 27 20:20:27.923 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.923 INFO kablam! | Oct 27 20:20:27.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.923 INFO kablam! | Oct 27 20:20:27.923 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.923 INFO kablam! | Oct 27 20:20:27.923 INFO kablam! Oct 27 20:20:27.923 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.923 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.923 INFO kablam! | Oct 27 20:20:27.923 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.923 INFO kablam! | ^^^^^ Oct 27 20:20:27.923 INFO kablam! ... Oct 27 20:20:27.923 INFO kablam! 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Oct 27 20:20:27.923 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.923 INFO kablam! | Oct 27 20:20:27.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.923 INFO kablam! | Oct 27 20:20:27.923 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.923 INFO kablam! | Oct 27 20:20:27.923 INFO kablam! Oct 27 20:20:27.923 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.923 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.923 INFO kablam! | Oct 27 20:20:27.923 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.923 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.923 INFO kablam! ... Oct 27 20:20:27.923 INFO kablam! 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Oct 27 20:20:27.923 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.923 INFO kablam! | Oct 27 20:20:27.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.923 INFO kablam! | Oct 27 20:20:27.923 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.923 INFO kablam! | Oct 27 20:20:27.923 INFO kablam! Oct 27 20:20:27.923 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.923 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.923 INFO kablam! | Oct 27 20:20:27.923 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.923 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.923 INFO kablam! ... Oct 27 20:20:27.923 INFO kablam! 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Oct 27 20:20:27.923 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.923 INFO kablam! | Oct 27 20:20:27.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.923 INFO kablam! | Oct 27 20:20:27.923 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.923 INFO kablam! | Oct 27 20:20:27.923 INFO kablam! Oct 27 20:20:27.938 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.938 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.938 INFO kablam! | Oct 27 20:20:27.938 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.938 INFO kablam! | ^^^^^ Oct 27 20:20:27.938 INFO kablam! ... Oct 27 20:20:27.938 INFO kablam! 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Oct 27 20:20:27.938 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.938 INFO kablam! | Oct 27 20:20:27.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.938 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.938 INFO kablam! | Oct 27 20:20:27.938 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.938 INFO kablam! | Oct 27 20:20:27.938 INFO kablam! Oct 27 20:20:27.938 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.938 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.938 INFO kablam! | Oct 27 20:20:27.938 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.938 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.938 INFO kablam! ... Oct 27 20:20:27.938 INFO kablam! 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Oct 27 20:20:27.938 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.938 INFO kablam! | Oct 27 20:20:27.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.939 INFO kablam! | Oct 27 20:20:27.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.939 INFO kablam! | Oct 27 20:20:27.939 INFO kablam! Oct 27 20:20:27.939 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.939 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.939 INFO kablam! | Oct 27 20:20:27.939 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.939 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.939 INFO kablam! ... Oct 27 20:20:27.939 INFO kablam! 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Oct 27 20:20:27.939 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.939 INFO kablam! | Oct 27 20:20:27.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.939 INFO kablam! | Oct 27 20:20:27.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.939 INFO kablam! | Oct 27 20:20:27.939 INFO kablam! Oct 27 20:20:27.939 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.939 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.939 INFO kablam! | Oct 27 20:20:27.939 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.939 INFO kablam! | ^^^^^ Oct 27 20:20:27.939 INFO kablam! ... Oct 27 20:20:27.940 INFO kablam! 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Oct 27 20:20:27.940 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.940 INFO kablam! | Oct 27 20:20:27.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.940 INFO kablam! | Oct 27 20:20:27.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.940 INFO kablam! | Oct 27 20:20:27.940 INFO kablam! Oct 27 20:20:27.940 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.940 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.940 INFO kablam! | Oct 27 20:20:27.940 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.940 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.940 INFO kablam! ... Oct 27 20:20:27.940 INFO kablam! 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Oct 27 20:20:27.940 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.940 INFO kablam! | Oct 27 20:20:27.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.940 INFO kablam! | Oct 27 20:20:27.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.940 INFO kablam! | Oct 27 20:20:27.940 INFO kablam! Oct 27 20:20:27.940 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.940 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.940 INFO kablam! | Oct 27 20:20:27.940 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.941 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.941 INFO kablam! ... Oct 27 20:20:27.941 INFO kablam! 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Oct 27 20:20:27.941 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.941 INFO kablam! | Oct 27 20:20:27.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.941 INFO kablam! | Oct 27 20:20:27.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.941 INFO kablam! | Oct 27 20:20:27.941 INFO kablam! Oct 27 20:20:27.941 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.941 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.941 INFO kablam! | Oct 27 20:20:27.941 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.941 INFO kablam! | ^^^^^ Oct 27 20:20:27.941 INFO kablam! ... Oct 27 20:20:27.941 INFO kablam! 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Oct 27 20:20:27.941 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.941 INFO kablam! | Oct 27 20:20:27.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.941 INFO kablam! | Oct 27 20:20:27.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.941 INFO kablam! | Oct 27 20:20:27.941 INFO kablam! Oct 27 20:20:27.941 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.942 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.942 INFO kablam! | Oct 27 20:20:27.942 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.942 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.942 INFO kablam! ... Oct 27 20:20:27.942 INFO kablam! 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Oct 27 20:20:27.942 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.942 INFO kablam! | Oct 27 20:20:27.942 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.942 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.942 INFO kablam! | Oct 27 20:20:27.942 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.942 INFO kablam! | Oct 27 20:20:27.942 INFO kablam! Oct 27 20:20:27.942 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.942 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.942 INFO kablam! | Oct 27 20:20:27.942 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.942 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.942 INFO kablam! ... Oct 27 20:20:27.942 INFO kablam! 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Oct 27 20:20:27.942 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.942 INFO kablam! | Oct 27 20:20:27.942 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.942 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.942 INFO kablam! | Oct 27 20:20:27.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.943 INFO kablam! | Oct 27 20:20:27.943 INFO kablam! Oct 27 20:20:27.943 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.943 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.943 INFO kablam! | Oct 27 20:20:27.943 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); Oct 27 20:20:27.943 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.943 INFO kablam! | Oct 27 20:20:27.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.943 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.949 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.949 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.949 INFO kablam! ... Oct 27 20:20:27.949 INFO kablam! 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); Oct 27 20:20:27.949 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.949 INFO kablam! | Oct 27 20:20:27.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.950 INFO kablam! | Oct 27 20:20:27.950 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.950 INFO kablam! | Oct 27 20:20:27.950 INFO kablam! Oct 27 20:20:27.950 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.950 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.950 INFO kablam! | Oct 27 20:20:27.950 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.950 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.950 INFO kablam! ... Oct 27 20:20:27.950 INFO kablam! 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); Oct 27 20:20:27.950 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.950 INFO kablam! | Oct 27 20:20:27.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.950 INFO kablam! | Oct 27 20:20:27.950 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.950 INFO kablam! | Oct 27 20:20:27.950 INFO kablam! Oct 27 20:20:27.950 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.950 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.950 INFO kablam! | Oct 27 20:20:27.950 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.950 INFO kablam! | ^^^^^ Oct 27 20:20:27.950 INFO kablam! ... Oct 27 20:20:27.951 INFO kablam! 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Oct 27 20:20:27.951 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.951 INFO kablam! | Oct 27 20:20:27.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.951 INFO kablam! | Oct 27 20:20:27.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.951 INFO kablam! | Oct 27 20:20:27.951 INFO kablam! Oct 27 20:20:27.951 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.951 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.951 INFO kablam! | Oct 27 20:20:27.951 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.951 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.951 INFO kablam! ... Oct 27 20:20:27.951 INFO kablam! 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Oct 27 20:20:27.951 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.951 INFO kablam! | Oct 27 20:20:27.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.952 INFO kablam! | Oct 27 20:20:27.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.952 INFO kablam! | Oct 27 20:20:27.952 INFO kablam! Oct 27 20:20:27.952 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.952 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.952 INFO kablam! | Oct 27 20:20:27.952 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.952 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.952 INFO kablam! ... Oct 27 20:20:27.952 INFO kablam! 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Oct 27 20:20:27.952 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.952 INFO kablam! | Oct 27 20:20:27.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.952 INFO kablam! | Oct 27 20:20:27.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.952 INFO kablam! | Oct 27 20:20:27.952 INFO kablam! Oct 27 20:20:27.952 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.952 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.952 INFO kablam! | Oct 27 20:20:27.952 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.953 INFO kablam! | ^^^^^ Oct 27 20:20:27.953 INFO kablam! ... Oct 27 20:20:27.953 INFO kablam! 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Oct 27 20:20:27.953 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.953 INFO kablam! | Oct 27 20:20:27.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.953 INFO kablam! | Oct 27 20:20:27.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.953 INFO kablam! | Oct 27 20:20:27.953 INFO kablam! Oct 27 20:20:27.953 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.953 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.953 INFO kablam! | Oct 27 20:20:27.953 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.953 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.953 INFO kablam! ... Oct 27 20:20:27.953 INFO kablam! 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Oct 27 20:20:27.953 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.953 INFO kablam! | Oct 27 20:20:27.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.953 INFO kablam! | Oct 27 20:20:27.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.953 INFO kablam! | Oct 27 20:20:27.953 INFO kablam! Oct 27 20:20:27.953 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.953 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.954 INFO kablam! | Oct 27 20:20:27.954 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.954 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.954 INFO kablam! ... Oct 27 20:20:27.954 INFO kablam! 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Oct 27 20:20:27.954 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.954 INFO kablam! | Oct 27 20:20:27.954 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.954 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.954 INFO kablam! | Oct 27 20:20:27.954 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.954 INFO kablam! | Oct 27 20:20:27.954 INFO kablam! Oct 27 20:20:27.954 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.954 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.954 INFO kablam! | Oct 27 20:20:27.954 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.954 INFO kablam! | ^^^^^ Oct 27 20:20:27.954 INFO kablam! ... Oct 27 20:20:27.954 INFO kablam! 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Oct 27 20:20:27.954 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.961 INFO kablam! | Oct 27 20:20:27.961 INFO kablam! Oct 27 20:20:27.961 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.961 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.961 INFO kablam! | Oct 27 20:20:27.961 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.961 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.961 INFO kablam! ... Oct 27 20:20:27.961 INFO kablam! 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Oct 27 20:20:27.961 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.961 INFO kablam! | Oct 27 20:20:27.961 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.962 INFO kablam! | Oct 27 20:20:27.962 INFO kablam! Oct 27 20:20:27.962 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.962 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.962 INFO kablam! | Oct 27 20:20:27.962 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.962 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.962 INFO kablam! ... Oct 27 20:20:27.962 INFO kablam! 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Oct 27 20:20:27.962 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.962 INFO kablam! | Oct 27 20:20:27.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.962 INFO kablam! | Oct 27 20:20:27.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.962 INFO kablam! | Oct 27 20:20:27.962 INFO kablam! Oct 27 20:20:27.962 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.962 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.962 INFO kablam! | Oct 27 20:20:27.962 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.963 INFO kablam! | ^^^^^ Oct 27 20:20:27.963 INFO kablam! ... Oct 27 20:20:27.963 INFO kablam! 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); Oct 27 20:20:27.963 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.963 INFO kablam! | Oct 27 20:20:27.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.963 INFO kablam! | Oct 27 20:20:27.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.963 INFO kablam! | Oct 27 20:20:27.963 INFO kablam! Oct 27 20:20:27.963 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.963 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.963 INFO kablam! | Oct 27 20:20:27.963 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.963 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.963 INFO kablam! ... Oct 27 20:20:27.963 INFO kablam! 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); Oct 27 20:20:27.963 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.963 INFO kablam! | Oct 27 20:20:27.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.964 INFO kablam! | Oct 27 20:20:27.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.964 INFO kablam! | Oct 27 20:20:27.964 INFO kablam! Oct 27 20:20:27.964 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.964 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.964 INFO kablam! | Oct 27 20:20:27.964 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.964 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.964 INFO kablam! ... Oct 27 20:20:27.964 INFO kablam! 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); Oct 27 20:20:27.964 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.964 INFO kablam! | Oct 27 20:20:27.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.964 INFO kablam! | Oct 27 20:20:27.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.964 INFO kablam! | Oct 27 20:20:27.964 INFO kablam! Oct 27 20:20:27.967 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.967 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.967 INFO kablam! | Oct 27 20:20:27.967 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.967 INFO kablam! | ^^^^^ Oct 27 20:20:27.967 INFO kablam! ... Oct 27 20:20:27.967 INFO kablam! 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); Oct 27 20:20:27.967 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.967 INFO kablam! | Oct 27 20:20:27.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.967 INFO kablam! | Oct 27 20:20:27.967 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.967 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.967 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.967 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! 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); 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! 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); 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! 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.970 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.971 INFO kablam! 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); 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! 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); 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! 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); 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 `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! 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); 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! 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); 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.972 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.972 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.972 INFO kablam! | Oct 27 20:20:27.972 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); 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! 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); 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! 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.972 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.972 INFO kablam! | Oct 27 20:20:27.972 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); 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.973 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); 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.973 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.973 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.973 INFO kablam! | Oct 27 20:20:27.973 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.973 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.973 INFO kablam! ... Oct 27 20:20:27.973 INFO kablam! 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); 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.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! 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); 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.973 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.973 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.973 INFO kablam! | Oct 27 20:20:27.973 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); 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.973 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.973 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.973 INFO kablam! | Oct 27 20:20:27.973 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.973 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.973 INFO kablam! ... Oct 27 20:20:27.973 INFO kablam! 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); 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.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! 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.981 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.981 INFO kablam! | Oct 27 20:20:27.981 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); 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 `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! 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); 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.982 INFO kablam! ... Oct 27 20:20:27.982 INFO kablam! 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); Oct 27 20:20:27.982 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.982 INFO kablam! | Oct 27 20:20:27.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.982 INFO kablam! | Oct 27 20:20:27.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.982 INFO kablam! | Oct 27 20:20:27.982 INFO kablam! Oct 27 20:20:27.982 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.982 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.982 INFO kablam! | Oct 27 20:20:27.982 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.982 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.982 INFO kablam! ... Oct 27 20:20:27.982 INFO kablam! 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); Oct 27 20:20:27.982 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.982 INFO kablam! | Oct 27 20:20:27.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.982 INFO kablam! | Oct 27 20:20:27.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.982 INFO kablam! | Oct 27 20:20:27.982 INFO kablam! Oct 27 20:20:27.982 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.982 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.982 INFO kablam! | Oct 27 20:20:27.982 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.982 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.982 INFO kablam! ... Oct 27 20:20:27.982 INFO kablam! 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); Oct 27 20:20:27.982 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.982 INFO kablam! | Oct 27 20:20:27.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.982 INFO kablam! | Oct 27 20:20:27.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.982 INFO kablam! | Oct 27 20:20:27.982 INFO kablam! Oct 27 20:20:27.982 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.982 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.982 INFO kablam! | Oct 27 20:20:27.982 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.982 INFO kablam! | ^^^^^ Oct 27 20:20:27.982 INFO kablam! ... Oct 27 20:20:27.982 INFO kablam! 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Oct 27 20:20:27.982 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.982 INFO kablam! | Oct 27 20:20:27.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.982 INFO kablam! | Oct 27 20:20:27.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.982 INFO kablam! | Oct 27 20:20:27.982 INFO kablam! Oct 27 20:20:27.987 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.987 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.988 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.988 INFO kablam! ... Oct 27 20:20:27.988 INFO kablam! 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Oct 27 20:20:27.988 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! Oct 27 20:20:27.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.988 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.988 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.988 INFO kablam! ... Oct 27 20:20:27.988 INFO kablam! 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Oct 27 20:20:27.988 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! Oct 27 20:20:27.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.988 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.988 INFO kablam! | ^^^^^ Oct 27 20:20:27.988 INFO kablam! ... Oct 27 20:20:27.988 INFO kablam! 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Oct 27 20:20:27.988 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! Oct 27 20:20:27.988 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.988 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.988 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.988 INFO kablam! ... Oct 27 20:20:27.988 INFO kablam! 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Oct 27 20:20:27.988 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! Oct 27 20:20:27.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.988 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.988 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.988 INFO kablam! ... Oct 27 20:20:27.988 INFO kablam! 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Oct 27 20:20:27.988 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! Oct 27 20:20:27.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.988 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.988 INFO kablam! | ^^^^^ Oct 27 20:20:27.988 INFO kablam! ... Oct 27 20:20:27.988 INFO kablam! 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Oct 27 20:20:27.988 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! Oct 27 20:20:27.988 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.988 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.988 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.988 INFO kablam! ... Oct 27 20:20:27.988 INFO kablam! 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Oct 27 20:20:27.988 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.988 INFO kablam! | Oct 27 20:20:27.988 INFO kablam! Oct 27 20:20:27.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.988 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.988 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! 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); 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.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.997 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.997 INFO kablam! | Oct 27 20:20:27.997 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.997 INFO kablam! | ^^^^^ Oct 27 20:20:27.997 INFO kablam! ... Oct 27 20:20:27.997 INFO kablam! 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); 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.997 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.997 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.997 INFO kablam! | Oct 27 20:20:27.997 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.997 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.997 INFO kablam! ... Oct 27 20:20:27.997 INFO kablam! 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); 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.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.997 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.997 INFO kablam! | Oct 27 20:20:27.997 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.997 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.997 INFO kablam! ... Oct 27 20:20:27.997 INFO kablam! 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); 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.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.997 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.997 INFO kablam! | Oct 27 20:20:27.997 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.997 INFO kablam! | ^^^^^ Oct 27 20:20:27.997 INFO kablam! ... Oct 27 20:20:27.997 INFO kablam! 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); 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.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.998 INFO kablam! | Oct 27 20:20:27.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.998 INFO kablam! | Oct 27 20:20:27.998 INFO kablam! Oct 27 20:20:27.998 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.998 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.998 INFO kablam! | Oct 27 20:20:27.998 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.998 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.998 INFO kablam! ... Oct 27 20:20:27.998 INFO kablam! 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); Oct 27 20:20:27.998 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.998 INFO kablam! | Oct 27 20:20:27.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.998 INFO kablam! | Oct 27 20:20:27.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.998 INFO kablam! | Oct 27 20:20:27.998 INFO kablam! Oct 27 20:20:27.998 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.998 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.998 INFO kablam! | Oct 27 20:20:27.998 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.998 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.998 INFO kablam! ... Oct 27 20:20:27.998 INFO kablam! 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); Oct 27 20:20:27.998 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.998 INFO kablam! | Oct 27 20:20:27.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.998 INFO kablam! | Oct 27 20:20:27.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.998 INFO kablam! | Oct 27 20:20:27.998 INFO kablam! Oct 27 20:20:27.998 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.998 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.998 INFO kablam! | Oct 27 20:20:27.998 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.998 INFO kablam! | ^^^^^ Oct 27 20:20:27.998 INFO kablam! ... Oct 27 20:20:27.998 INFO kablam! 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); Oct 27 20:20:27.998 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.998 INFO kablam! | Oct 27 20:20:27.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.998 INFO kablam! | Oct 27 20:20:27.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.998 INFO kablam! | Oct 27 20:20:27.998 INFO kablam! Oct 27 20:20:27.998 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.998 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! 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); 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:28.003 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.003 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.003 INFO kablam! | Oct 27 20:20:28.003 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.003 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.003 INFO kablam! ... Oct 27 20:20:28.003 INFO kablam! 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); Oct 27 20:20:28.003 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.003 INFO kablam! | Oct 27 20:20:28.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.003 INFO kablam! | Oct 27 20:20:28.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.003 INFO kablam! | Oct 27 20:20:28.003 INFO kablam! Oct 27 20:20:28.003 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.003 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.003 INFO kablam! | Oct 27 20:20:28.003 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.003 INFO kablam! | ^^^^^ Oct 27 20:20:28.003 INFO kablam! ... Oct 27 20:20:28.003 INFO kablam! 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Oct 27 20:20:28.003 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.003 INFO kablam! | Oct 27 20:20:28.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.003 INFO kablam! | Oct 27 20:20:28.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.003 INFO kablam! | Oct 27 20:20:28.003 INFO kablam! Oct 27 20:20:28.003 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.003 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.003 INFO kablam! | Oct 27 20:20:28.003 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.003 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.003 INFO kablam! ... Oct 27 20:20:28.003 INFO kablam! 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Oct 27 20:20:28.003 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.003 INFO kablam! | Oct 27 20:20:28.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.003 INFO kablam! | Oct 27 20:20:28.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.003 INFO kablam! | Oct 27 20:20:28.004 INFO kablam! Oct 27 20:20:28.004 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.004 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.004 INFO kablam! | Oct 27 20:20:28.004 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.004 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.004 INFO kablam! ... Oct 27 20:20:28.004 INFO kablam! 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Oct 27 20:20:28.004 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.004 INFO kablam! | Oct 27 20:20:28.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.004 INFO kablam! | Oct 27 20:20:28.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.004 INFO kablam! | Oct 27 20:20:28.004 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! 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); 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! 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.009 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.009 INFO kablam! | Oct 27 20:20:28.009 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.009 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.009 INFO kablam! ... Oct 27 20:20:28.009 INFO kablam! 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); 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 `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! 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); 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.010 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.010 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.010 INFO kablam! ... Oct 27 20:20:28.010 INFO kablam! 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Oct 27 20:20:28.010 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.010 INFO kablam! | Oct 27 20:20:28.010 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.010 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.010 INFO kablam! | Oct 27 20:20:28.010 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.010 INFO kablam! | Oct 27 20:20:28.010 INFO kablam! Oct 27 20:20:28.010 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.010 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.010 INFO kablam! | Oct 27 20:20:28.010 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.010 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.010 INFO kablam! ... Oct 27 20:20:28.010 INFO kablam! 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Oct 27 20:20:28.010 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.010 INFO kablam! | Oct 27 20:20:28.010 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.010 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.010 INFO kablam! | Oct 27 20:20:28.010 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.010 INFO kablam! | Oct 27 20:20:28.010 INFO kablam! Oct 27 20:20:28.010 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.010 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.010 INFO kablam! | Oct 27 20:20:28.010 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.010 INFO kablam! | ^^^^^ Oct 27 20:20:28.010 INFO kablam! ... Oct 27 20:20:28.010 INFO kablam! 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); Oct 27 20:20:28.010 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.010 INFO kablam! | Oct 27 20:20:28.010 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.010 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.010 INFO kablam! | Oct 27 20:20:28.010 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.010 INFO kablam! | Oct 27 20:20:28.010 INFO kablam! Oct 27 20:20:28.010 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.010 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.010 INFO kablam! | Oct 27 20:20:28.010 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.010 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.010 INFO kablam! ... Oct 27 20:20:28.010 INFO kablam! 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); Oct 27 20:20:28.010 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.010 INFO kablam! | Oct 27 20:20:28.010 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.010 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.010 INFO kablam! | Oct 27 20:20:28.010 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.010 INFO kablam! | Oct 27 20:20:28.010 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! 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); 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! 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.012 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.012 INFO kablam! | Oct 27 20:20:28.012 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); 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 `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! 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.015 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.015 INFO kablam! | Oct 27 20:20:28.015 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.015 INFO kablam! | ^^^^^ Oct 27 20:20:28.015 INFO kablam! ... Oct 27 20:20:28.015 INFO kablam! 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Oct 27 20:20:28.015 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.015 INFO kablam! | Oct 27 20:20:28.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.015 INFO kablam! | Oct 27 20:20:28.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.015 INFO kablam! | Oct 27 20:20:28.015 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.015 INFO kablam! | Oct 27 20:20:28.015 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.015 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.015 INFO kablam! ... Oct 27 20:20:28.015 INFO kablam! 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Oct 27 20:20:28.015 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.015 INFO kablam! | Oct 27 20:20:28.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.015 INFO kablam! | Oct 27 20:20:28.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.015 INFO kablam! | Oct 27 20:20:28.015 INFO kablam! Oct 27 20:20:28.015 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.015 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.015 INFO kablam! | Oct 27 20:20:28.015 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.015 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.015 INFO kablam! ... Oct 27 20:20:28.015 INFO kablam! 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Oct 27 20:20:28.015 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.015 INFO kablam! | Oct 27 20:20:28.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.015 INFO kablam! | Oct 27 20:20:28.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.015 INFO kablam! | Oct 27 20:20:28.015 INFO kablam! Oct 27 20:20:28.019 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.019 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.019 INFO kablam! | Oct 27 20:20:28.019 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.019 INFO kablam! | ^^^^^ Oct 27 20:20:28.019 INFO kablam! ... Oct 27 20:20:28.019 INFO kablam! 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); Oct 27 20:20:28.019 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.019 INFO kablam! | Oct 27 20:20:28.019 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.019 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.019 INFO kablam! | Oct 27 20:20:28.019 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.019 INFO kablam! | Oct 27 20:20:28.019 INFO kablam! Oct 27 20:20:28.019 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.019 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.019 INFO kablam! | Oct 27 20:20:28.019 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.019 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.019 INFO kablam! ... Oct 27 20:20:28.019 INFO kablam! 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); Oct 27 20:20:28.019 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.019 INFO kablam! | Oct 27 20:20:28.019 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.019 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 `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! 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); 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.020 INFO kablam! ... Oct 27 20:20:28.020 INFO kablam! 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.020 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.020 INFO kablam! | Oct 27 20:20:28.020 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.020 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.020 INFO kablam! ... Oct 27 20:20:28.020 INFO kablam! 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); 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 `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! 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); 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.029 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.029 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.029 INFO kablam! | Oct 27 20:20:28.029 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); 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.029 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! 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); 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.029 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.029 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.029 INFO kablam! | Oct 27 20:20:28.029 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.029 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.029 INFO kablam! ... Oct 27 20:20:28.029 INFO kablam! 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); 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.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:216:36 Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! 216 | 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! 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); 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.034 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.034 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.034 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.034 INFO kablam! ... Oct 27 20:20:28.034 INFO kablam! 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); Oct 27 20:20:28.034 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.034 INFO kablam! Oct 27 20:20:28.034 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.034 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.034 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.034 INFO kablam! ... Oct 27 20:20:28.034 INFO kablam! 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); Oct 27 20:20:28.034 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! Oct 27 20:20:28.034 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.034 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.034 INFO kablam! | ^^^^^ Oct 27 20:20:28.034 INFO kablam! ... Oct 27 20:20:28.034 INFO kablam! 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Oct 27 20:20:28.034 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! Oct 27 20:20:28.034 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.034 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.034 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.034 INFO kablam! ... Oct 27 20:20:28.034 INFO kablam! 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Oct 27 20:20:28.034 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.034 INFO kablam! Oct 27 20:20:28.034 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.034 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.034 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.034 INFO kablam! ... Oct 27 20:20:28.034 INFO kablam! 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Oct 27 20:20:28.034 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! Oct 27 20:20:28.034 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.034 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.034 INFO kablam! | ^^^^^ Oct 27 20:20:28.034 INFO kablam! ... Oct 27 20:20:28.034 INFO kablam! 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Oct 27 20:20:28.034 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.034 INFO kablam! | Oct 27 20:20:28.034 INFO kablam! Oct 27 20:20:28.034 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.034 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.035 INFO kablam! | Oct 27 20:20:28.035 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.035 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.035 INFO kablam! ... Oct 27 20:20:28.035 INFO kablam! 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Oct 27 20:20:28.035 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.035 INFO kablam! Oct 27 20:20:28.035 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.035 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.035 INFO kablam! | Oct 27 20:20:28.035 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.035 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.035 INFO kablam! ... Oct 27 20:20:28.035 INFO kablam! 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Oct 27 20:20:28.035 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.035 INFO kablam! | Oct 27 20:20:28.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.035 INFO kablam! | Oct 27 20:20:28.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.035 INFO kablam! | Oct 27 20:20:28.035 INFO kablam! Oct 27 20:20:28.035 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.035 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.035 INFO kablam! | Oct 27 20:20:28.035 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.035 INFO kablam! | ^^^^^ Oct 27 20:20:28.036 INFO kablam! ... Oct 27 20:20:28.036 INFO kablam! 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.039 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.039 INFO kablam! | Oct 27 20:20:28.039 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.039 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.039 INFO kablam! ... Oct 27 20:20:28.039 INFO kablam! 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Oct 27 20:20:28.039 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.039 INFO kablam! Oct 27 20:20:28.039 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.039 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.039 INFO kablam! | Oct 27 20:20:28.039 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.039 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.039 INFO kablam! ... Oct 27 20:20:28.039 INFO kablam! 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Oct 27 20:20:28.039 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.039 INFO kablam! | Oct 27 20:20:28.039 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.039 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.039 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:216:36 Oct 27 20:20:28.040 INFO kablam! | Oct 27 20:20:28.040 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.040 INFO kablam! | ^^^^^ Oct 27 20:20:28.040 INFO kablam! ... Oct 27 20:20:28.040 INFO kablam! 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.040 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.040 INFO kablam! | Oct 27 20:20:28.040 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.040 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.040 INFO kablam! ... Oct 27 20:20:28.040 INFO kablam! 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); 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! 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:225:26 Oct 27 20:20:28.040 INFO kablam! | Oct 27 20:20:28.040 INFO kablam! 225 | 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! 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); 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:216:36 Oct 27 20:20:28.040 INFO kablam! | Oct 27 20:20:28.040 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.040 INFO kablam! | ^^^^^ Oct 27 20:20:28.040 INFO kablam! ... Oct 27 20:20:28.040 INFO kablam! 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); 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.047 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.047 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.047 INFO kablam! | Oct 27 20:20:28.047 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.047 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.047 INFO kablam! ... Oct 27 20:20:28.047 INFO kablam! 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); Oct 27 20:20:28.047 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.047 INFO kablam! Oct 27 20:20:28.047 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.047 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.047 INFO kablam! | Oct 27 20:20:28.047 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.047 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.047 INFO kablam! ... Oct 27 20:20:28.047 INFO kablam! 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); Oct 27 20:20:28.047 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.047 INFO kablam! | Oct 27 20:20:28.047 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.047 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.047 INFO kablam! | Oct 27 20:20:28.047 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.047 INFO kablam! | Oct 27 20:20:28.047 INFO kablam! Oct 27 20:20:28.047 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.047 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.047 INFO kablam! | Oct 27 20:20:28.047 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.047 INFO kablam! | ^^^^^ Oct 27 20:20:28.047 INFO kablam! ... Oct 27 20:20:28.047 INFO kablam! 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); Oct 27 20:20:28.047 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.047 INFO kablam! | Oct 27 20:20:28.047 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.047 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.047 INFO kablam! | Oct 27 20:20:28.047 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.047 INFO kablam! | Oct 27 20:20:28.047 INFO kablam! Oct 27 20:20:28.047 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.047 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.048 INFO kablam! | Oct 27 20:20:28.048 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.048 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.048 INFO kablam! ... Oct 27 20:20:28.048 INFO kablam! 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.048 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.048 INFO kablam! | Oct 27 20:20:28.048 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.048 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.048 INFO kablam! ... Oct 27 20:20:28.048 INFO kablam! 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); 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.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.048 INFO kablam! | Oct 27 20:20:28.048 INFO kablam! Oct 27 20:20:28.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.048 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.048 INFO kablam! | Oct 27 20:20:28.048 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); 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.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.048 INFO kablam! | Oct 27 20:20:28.048 INFO kablam! Oct 27 20:20:28.048 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.048 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.048 INFO kablam! | Oct 27 20:20:28.048 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.048 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.048 INFO kablam! ... Oct 27 20:20:28.048 INFO kablam! 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.048 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.048 INFO kablam! | Oct 27 20:20:28.048 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.048 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.048 INFO kablam! ... Oct 27 20:20:28.048 INFO kablam! 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); 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.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.048 INFO kablam! | Oct 27 20:20:28.048 INFO kablam! Oct 27 20:20:28.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.048 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.048 INFO kablam! | Oct 27 20:20:28.048 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); 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.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.050 INFO kablam! | Oct 27 20:20:28.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.050 INFO kablam! | Oct 27 20:20:28.050 INFO kablam! Oct 27 20:20:28.050 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.050 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.050 INFO kablam! | Oct 27 20:20:28.050 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.050 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.050 INFO kablam! ... Oct 27 20:20:28.050 INFO kablam! 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); Oct 27 20:20:28.050 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.050 INFO kablam! Oct 27 20:20:28.050 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.050 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.050 INFO kablam! | Oct 27 20:20:28.050 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.050 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.050 INFO kablam! ... Oct 27 20:20:28.050 INFO kablam! 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); Oct 27 20:20:28.050 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.050 INFO kablam! | Oct 27 20:20:28.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.050 INFO kablam! | Oct 27 20:20:28.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.050 INFO kablam! | Oct 27 20:20:28.050 INFO kablam! Oct 27 20:20:28.050 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.050 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.050 INFO kablam! | Oct 27 20:20:28.050 INFO kablam! 216 | 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! 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); 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.052 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.052 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.052 INFO kablam! | Oct 27 20:20:28.052 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.052 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.052 INFO kablam! ... Oct 27 20:20:28.052 INFO kablam! 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); Oct 27 20:20:28.052 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.052 INFO kablam! Oct 27 20:20:28.052 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.052 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.052 INFO kablam! | Oct 27 20:20:28.052 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.052 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.052 INFO kablam! ... Oct 27 20:20:28.052 INFO kablam! 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); Oct 27 20:20:28.052 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.052 INFO kablam! | Oct 27 20:20:28.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.052 INFO kablam! | Oct 27 20:20:28.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.052 INFO kablam! | Oct 27 20:20:28.052 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.056 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.056 INFO kablam! | Oct 27 20:20:28.056 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.056 INFO kablam! | ^^^^^ Oct 27 20:20:28.056 INFO kablam! ... Oct 27 20:20:28.056 INFO kablam! 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); 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.056 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.056 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.056 INFO kablam! | Oct 27 20:20:28.056 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.056 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.056 INFO kablam! ... Oct 27 20:20:28.056 INFO kablam! 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); 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! 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:225:26 Oct 27 20:20:28.056 INFO kablam! | Oct 27 20:20:28.056 INFO kablam! 225 | 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! 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); 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.056 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.056 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.056 INFO kablam! | Oct 27 20:20:28.056 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.056 INFO kablam! | ^^^^^ Oct 27 20:20:28.056 INFO kablam! ... Oct 27 20:20:28.056 INFO kablam! 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); 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.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.059 INFO kablam! | Oct 27 20:20:28.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.059 INFO kablam! | Oct 27 20:20:28.059 INFO kablam! Oct 27 20:20:28.059 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.059 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.059 INFO kablam! | Oct 27 20:20:28.059 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.059 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.059 INFO kablam! ... Oct 27 20:20:28.059 INFO kablam! 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); Oct 27 20:20:28.059 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.059 INFO kablam! Oct 27 20:20:28.059 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.059 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.059 INFO kablam! | Oct 27 20:20:28.059 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.059 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.059 INFO kablam! ... Oct 27 20:20:28.059 INFO kablam! 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); Oct 27 20:20:28.059 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.059 INFO kablam! | Oct 27 20:20:28.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.059 INFO kablam! | Oct 27 20:20:28.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.059 INFO kablam! | Oct 27 20:20:28.059 INFO kablam! Oct 27 20:20:28.059 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.059 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.059 INFO kablam! | Oct 27 20:20:28.059 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.059 INFO kablam! | ^^^^^ Oct 27 20:20:28.059 INFO kablam! ... Oct 27 20:20:28.059 INFO kablam! 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Oct 27 20:20:28.059 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.059 INFO kablam! | Oct 27 20:20:28.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.059 INFO kablam! | Oct 27 20:20:28.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.059 INFO kablam! | Oct 27 20:20:28.059 INFO kablam! Oct 27 20:20:28.063 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.063 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.063 INFO kablam! | Oct 27 20:20:28.063 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.063 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.063 INFO kablam! ... Oct 27 20:20:28.063 INFO kablam! 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Oct 27 20:20:28.063 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.063 INFO kablam! Oct 27 20:20:28.063 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.063 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.063 INFO kablam! | Oct 27 20:20:28.063 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.063 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.063 INFO kablam! ... Oct 27 20:20:28.063 INFO kablam! 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Oct 27 20:20:28.063 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.063 INFO kablam! | Oct 27 20:20:28.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.063 INFO kablam! | Oct 27 20:20:28.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.063 INFO kablam! | Oct 27 20:20:28.063 INFO kablam! Oct 27 20:20:28.063 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.063 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.063 INFO kablam! | Oct 27 20:20:28.063 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.063 INFO kablam! | ^^^^^ Oct 27 20:20:28.063 INFO kablam! ... Oct 27 20:20:28.063 INFO kablam! 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Oct 27 20:20:28.063 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.063 INFO kablam! | Oct 27 20:20:28.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.063 INFO kablam! | Oct 27 20:20:28.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.063 INFO kablam! | Oct 27 20:20:28.063 INFO kablam! Oct 27 20:20:28.063 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.063 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.063 INFO kablam! | Oct 27 20:20:28.063 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.063 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.063 INFO kablam! ... Oct 27 20:20:28.063 INFO kablam! 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Oct 27 20:20:28.063 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.063 INFO kablam! Oct 27 20:20:28.063 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.063 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.063 INFO kablam! | Oct 27 20:20:28.063 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.063 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.063 INFO kablam! ... Oct 27 20:20:28.063 INFO kablam! 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Oct 27 20:20:28.063 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.063 INFO kablam! | Oct 27 20:20:28.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.063 INFO kablam! | Oct 27 20:20:28.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.063 INFO kablam! | Oct 27 20:20:28.063 INFO kablam! Oct 27 20:20:28.066 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.066 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.066 INFO kablam! | Oct 27 20:20:28.066 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.066 INFO kablam! | ^^^^^ Oct 27 20:20:28.066 INFO kablam! ... Oct 27 20:20:28.066 INFO kablam! 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Oct 27 20:20:28.066 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.066 INFO kablam! | Oct 27 20:20:28.066 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.066 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.066 INFO kablam! | Oct 27 20:20:28.066 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.066 INFO kablam! | Oct 27 20:20:28.066 INFO kablam! Oct 27 20:20:28.066 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.066 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.066 INFO kablam! | Oct 27 20:20:28.066 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.066 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.066 INFO kablam! ... Oct 27 20:20:28.066 INFO kablam! 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Oct 27 20:20:28.066 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.066 INFO kablam! Oct 27 20:20:28.066 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.066 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.066 INFO kablam! | Oct 27 20:20:28.066 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.066 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.066 INFO kablam! ... Oct 27 20:20:28.066 INFO kablam! 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Oct 27 20:20:28.066 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.066 INFO kablam! | Oct 27 20:20:28.066 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.066 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.066 INFO kablam! | Oct 27 20:20:28.066 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.066 INFO kablam! | Oct 27 20:20:28.066 INFO kablam! Oct 27 20:20:28.068 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.068 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.068 INFO kablam! | Oct 27 20:20:28.068 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.068 INFO kablam! | ^^^^^ Oct 27 20:20:28.068 INFO kablam! ... Oct 27 20:20:28.068 INFO kablam! 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); Oct 27 20:20:28.068 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.068 INFO kablam! | Oct 27 20:20:28.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.068 INFO kablam! | Oct 27 20:20:28.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.068 INFO kablam! | Oct 27 20:20:28.068 INFO kablam! Oct 27 20:20:28.068 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.068 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.068 INFO kablam! | Oct 27 20:20:28.068 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.068 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.068 INFO kablam! ... Oct 27 20:20:28.068 INFO kablam! 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); Oct 27 20:20:28.068 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.068 INFO kablam! Oct 27 20:20:28.068 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.068 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.068 INFO kablam! | Oct 27 20:20:28.068 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.068 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.068 INFO kablam! ... Oct 27 20:20:28.068 INFO kablam! 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); Oct 27 20:20:28.068 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.068 INFO kablam! | Oct 27 20:20:28.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.068 INFO kablam! | Oct 27 20:20:28.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.068 INFO kablam! | Oct 27 20:20:28.068 INFO kablam! Oct 27 20:20:28.070 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.070 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.070 INFO kablam! | Oct 27 20:20:28.070 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.070 INFO kablam! | ^^^^^ Oct 27 20:20:28.070 INFO kablam! ... Oct 27 20:20:28.070 INFO kablam! 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); Oct 27 20:20:28.070 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.070 INFO kablam! | Oct 27 20:20:28.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.070 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.070 INFO kablam! | Oct 27 20:20:28.070 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.070 INFO kablam! | Oct 27 20:20:28.070 INFO kablam! Oct 27 20:20:28.070 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.070 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.070 INFO kablam! | Oct 27 20:20:28.070 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.070 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.070 INFO kablam! ... Oct 27 20:20:28.070 INFO kablam! 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); Oct 27 20:20:28.070 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.070 INFO kablam! Oct 27 20:20:28.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.073 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.073 INFO kablam! | Oct 27 20:20:28.073 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.073 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.073 INFO kablam! ... Oct 27 20:20:28.073 INFO kablam! 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); Oct 27 20:20:28.073 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.073 INFO kablam! | Oct 27 20:20:28.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.074 INFO kablam! | Oct 27 20:20:28.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.074 INFO kablam! | Oct 27 20:20:28.074 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.074 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.074 INFO kablam! | Oct 27 20:20:28.074 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.074 INFO kablam! | ^^^^^ Oct 27 20:20:28.074 INFO kablam! ... Oct 27 20:20:28.074 INFO kablam! 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Oct 27 20:20:28.074 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.074 INFO kablam! | Oct 27 20:20:28.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.074 INFO kablam! | Oct 27 20:20:28.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.074 INFO kablam! | Oct 27 20:20:28.074 INFO kablam! Oct 27 20:20:28.074 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.074 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.074 INFO kablam! | Oct 27 20:20:28.074 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.074 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.074 INFO kablam! ... Oct 27 20:20:28.074 INFO kablam! 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Oct 27 20:20:28.074 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.074 INFO kablam! Oct 27 20:20:28.074 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.074 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.074 INFO kablam! | Oct 27 20:20:28.074 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.074 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.074 INFO kablam! ... Oct 27 20:20:28.074 INFO kablam! 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Oct 27 20:20:28.074 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.074 INFO kablam! | Oct 27 20:20:28.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.078 INFO kablam! | Oct 27 20:20:28.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.078 INFO kablam! | Oct 27 20:20:28.078 INFO kablam! Oct 27 20:20:28.078 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.078 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.078 INFO kablam! | Oct 27 20:20:28.078 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.078 INFO kablam! | ^^^^^ Oct 27 20:20:28.078 INFO kablam! ... Oct 27 20:20:28.078 INFO kablam! 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); Oct 27 20:20:28.078 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.078 INFO kablam! | Oct 27 20:20:28.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.078 INFO kablam! | Oct 27 20:20:28.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.078 INFO kablam! | Oct 27 20:20:28.078 INFO kablam! Oct 27 20:20:28.078 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.078 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.078 INFO kablam! | Oct 27 20:20:28.078 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.078 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.078 INFO kablam! ... Oct 27 20:20:28.078 INFO kablam! 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); Oct 27 20:20:28.078 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.078 INFO kablam! Oct 27 20:20:28.088 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.088 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.088 INFO kablam! | Oct 27 20:20:28.088 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.088 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.088 INFO kablam! ... Oct 27 20:20:28.088 INFO kablam! 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); Oct 27 20:20:28.088 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.088 INFO kablam! | Oct 27 20:20:28.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.088 INFO kablam! | Oct 27 20:20:28.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.088 INFO kablam! | Oct 27 20:20:28.088 INFO kablam! Oct 27 20:20:28.088 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.088 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.088 INFO kablam! | Oct 27 20:20:28.088 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.088 INFO kablam! | ^^^^^ Oct 27 20:20:28.088 INFO kablam! ... Oct 27 20:20:28.088 INFO kablam! 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Oct 27 20:20:28.088 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.088 INFO kablam! | Oct 27 20:20:28.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.088 INFO kablam! | Oct 27 20:20:28.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.088 INFO kablam! | Oct 27 20:20:28.088 INFO kablam! Oct 27 20:20:28.088 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.088 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.088 INFO kablam! | Oct 27 20:20:28.088 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.088 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.088 INFO kablam! ... Oct 27 20:20:28.088 INFO kablam! 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Oct 27 20:20:28.088 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.088 INFO kablam! Oct 27 20:20:28.088 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.088 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.088 INFO kablam! | Oct 27 20:20:28.088 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.088 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.088 INFO kablam! ... Oct 27 20:20:28.088 INFO kablam! 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Oct 27 20:20:28.088 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.088 INFO kablam! | Oct 27 20:20:28.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.088 INFO kablam! | Oct 27 20:20:28.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! Oct 27 20:20:28.089 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.089 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.089 INFO kablam! | ^^^^^ Oct 27 20:20:28.089 INFO kablam! ... Oct 27 20:20:28.089 INFO kablam! 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Oct 27 20:20:28.089 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! Oct 27 20:20:28.089 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.089 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.089 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.089 INFO kablam! ... Oct 27 20:20:28.089 INFO kablam! 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Oct 27 20:20:28.089 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.089 INFO kablam! Oct 27 20:20:28.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.089 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.089 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.089 INFO kablam! ... Oct 27 20:20:28.089 INFO kablam! 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Oct 27 20:20:28.089 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! Oct 27 20:20:28.089 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.089 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.089 INFO kablam! | ^^^^^ Oct 27 20:20:28.089 INFO kablam! ... Oct 27 20:20:28.089 INFO kablam! 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Oct 27 20:20:28.089 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! Oct 27 20:20:28.089 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.089 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.089 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.089 INFO kablam! ... Oct 27 20:20:28.089 INFO kablam! 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Oct 27 20:20:28.089 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.089 INFO kablam! Oct 27 20:20:28.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.089 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.089 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.089 INFO kablam! ... Oct 27 20:20:28.089 INFO kablam! 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Oct 27 20:20:28.089 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.089 INFO kablam! | Oct 27 20:20:28.089 INFO kablam! Oct 27 20:20:28.091 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.091 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.091 INFO kablam! | Oct 27 20:20:28.091 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.091 INFO kablam! | ^^^^^ Oct 27 20:20:28.091 INFO kablam! ... Oct 27 20:20:28.091 INFO kablam! 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); Oct 27 20:20:28.091 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.091 INFO kablam! | Oct 27 20:20:28.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.091 INFO kablam! | Oct 27 20:20:28.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.091 INFO kablam! | Oct 27 20:20:28.091 INFO kablam! Oct 27 20:20:28.091 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.091 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.091 INFO kablam! | Oct 27 20:20:28.091 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.091 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.091 INFO kablam! ... Oct 27 20:20:28.091 INFO kablam! 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); Oct 27 20:20:28.091 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.091 INFO kablam! Oct 27 20:20:28.091 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.091 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.091 INFO kablam! | Oct 27 20:20:28.091 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.091 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.091 INFO kablam! ... Oct 27 20:20:28.091 INFO kablam! 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); Oct 27 20:20:28.091 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.091 INFO kablam! | Oct 27 20:20:28.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.091 INFO kablam! | Oct 27 20:20:28.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.091 INFO kablam! | Oct 27 20:20:28.091 INFO kablam! Oct 27 20:20:28.091 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.091 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.091 INFO kablam! | Oct 27 20:20:28.091 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.091 INFO kablam! | ^^^^^ Oct 27 20:20:28.091 INFO kablam! ... Oct 27 20:20:28.091 INFO kablam! 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); Oct 27 20:20:28.091 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.091 INFO kablam! | Oct 27 20:20:28.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.091 INFO kablam! | Oct 27 20:20:28.091 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.098 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.098 INFO kablam! | Oct 27 20:20:28.098 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.098 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.098 INFO kablam! ... Oct 27 20:20:28.098 INFO kablam! 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); 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! 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:225:26 Oct 27 20:20:28.098 INFO kablam! | Oct 27 20:20:28.098 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.098 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.098 INFO kablam! ... Oct 27 20:20:28.098 INFO kablam! 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.098 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.098 INFO kablam! | Oct 27 20:20:28.098 INFO kablam! 216 | 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! 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.098 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.098 INFO kablam! | Oct 27 20:20:28.098 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.098 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.098 INFO kablam! ... Oct 27 20:20:28.098 INFO kablam! 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); 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.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.102 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.102 INFO kablam! | Oct 27 20:20:28.102 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.102 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.102 INFO kablam! ... Oct 27 20:20:28.102 INFO kablam! 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); Oct 27 20:20:28.102 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.102 INFO kablam! | Oct 27 20:20:28.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.102 INFO kablam! | Oct 27 20:20:28.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.102 INFO kablam! | Oct 27 20:20:28.102 INFO kablam! Oct 27 20:20:28.102 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.102 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.102 INFO kablam! | Oct 27 20:20:28.102 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.102 INFO kablam! | ^^^^^ Oct 27 20:20:28.102 INFO kablam! ... Oct 27 20:20:28.102 INFO kablam! 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Oct 27 20:20:28.102 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.102 INFO kablam! | Oct 27 20:20:28.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.102 INFO kablam! | Oct 27 20:20:28.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.102 INFO kablam! | Oct 27 20:20:28.102 INFO kablam! Oct 27 20:20:28.102 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.102 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.102 INFO kablam! | Oct 27 20:20:28.102 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.102 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.102 INFO kablam! ... Oct 27 20:20:28.102 INFO kablam! 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Oct 27 20:20:28.102 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.102 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.104 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.104 INFO kablam! | Oct 27 20:20:28.104 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.105 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.105 INFO kablam! ... Oct 27 20:20:28.105 INFO kablam! 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Oct 27 20:20:28.105 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.105 INFO kablam! | Oct 27 20:20:28.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.105 INFO kablam! | Oct 27 20:20:28.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.105 INFO kablam! | Oct 27 20:20:28.105 INFO kablam! Oct 27 20:20:28.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.105 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.105 INFO kablam! | Oct 27 20:20:28.105 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.105 INFO kablam! | ^^^^^ Oct 27 20:20:28.105 INFO kablam! ... Oct 27 20:20:28.105 INFO kablam! 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Oct 27 20:20:28.105 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.105 INFO kablam! | Oct 27 20:20:28.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.105 INFO kablam! | Oct 27 20:20:28.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.105 INFO kablam! | Oct 27 20:20:28.105 INFO kablam! Oct 27 20:20:28.105 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.105 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.105 INFO kablam! | Oct 27 20:20:28.105 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.105 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.105 INFO kablam! ... Oct 27 20:20:28.105 INFO kablam! 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Oct 27 20:20:28.105 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.105 INFO kablam! Oct 27 20:20:28.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.105 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.105 INFO kablam! | Oct 27 20:20:28.105 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.105 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.105 INFO kablam! ... Oct 27 20:20:28.105 INFO kablam! 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Oct 27 20:20:28.105 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.105 INFO kablam! | Oct 27 20:20:28.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.105 INFO kablam! | Oct 27 20:20:28.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.105 INFO kablam! | Oct 27 20:20:28.105 INFO kablam! Oct 27 20:20:28.106 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.106 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.106 INFO kablam! | Oct 27 20:20:28.106 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.106 INFO kablam! | ^^^^^ Oct 27 20:20:28.106 INFO kablam! ... Oct 27 20:20:28.106 INFO kablam! 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Oct 27 20:20:28.106 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.106 INFO kablam! | Oct 27 20:20:28.106 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.106 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.106 INFO kablam! | Oct 27 20:20:28.106 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.106 INFO kablam! | Oct 27 20:20:28.106 INFO kablam! Oct 27 20:20:28.106 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.106 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.106 INFO kablam! | Oct 27 20:20:28.106 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.106 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.106 INFO kablam! ... Oct 27 20:20:28.106 INFO kablam! 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Oct 27 20:20:28.106 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.106 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:225:26 Oct 27 20:20:28.107 INFO kablam! | Oct 27 20:20:28.107 INFO kablam! 225 | 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! 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); 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.111 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.111 INFO kablam! | Oct 27 20:20:28.111 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.111 INFO kablam! | ^^^^^ Oct 27 20:20:28.111 INFO kablam! ... Oct 27 20:20:28.111 INFO kablam! 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Oct 27 20:20:28.111 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.111 INFO kablam! | Oct 27 20:20:28.111 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.111 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.111 INFO kablam! | Oct 27 20:20:28.111 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.111 INFO kablam! | Oct 27 20:20:28.111 INFO kablam! Oct 27 20:20:28.111 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.111 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.111 INFO kablam! | Oct 27 20:20:28.111 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.111 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.111 INFO kablam! ... Oct 27 20:20:28.111 INFO kablam! 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Oct 27 20:20:28.111 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.111 INFO kablam! Oct 27 20:20:28.111 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.111 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.111 INFO kablam! | Oct 27 20:20:28.111 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.111 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.111 INFO kablam! ... Oct 27 20:20:28.111 INFO kablam! 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Oct 27 20:20:28.111 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.111 INFO kablam! | Oct 27 20:20:28.111 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.111 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.111 INFO kablam! | Oct 27 20:20:28.111 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.111 INFO kablam! | Oct 27 20:20:28.111 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.111 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.111 INFO kablam! | Oct 27 20:20:28.111 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.111 INFO kablam! | ^^^^^ Oct 27 20:20:28.111 INFO kablam! ... Oct 27 20:20:28.111 INFO kablam! 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Oct 27 20:20:28.111 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.111 INFO kablam! | Oct 27 20:20:28.111 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.111 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.111 INFO kablam! | Oct 27 20:20:28.111 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.111 INFO kablam! | Oct 27 20:20:28.111 INFO kablam! Oct 27 20:20:28.111 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.112 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.112 INFO kablam! | Oct 27 20:20:28.112 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.112 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.112 INFO kablam! ... Oct 27 20:20:28.112 INFO kablam! 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); 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.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.116 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.116 INFO kablam! | Oct 27 20:20:28.116 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.116 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.116 INFO kablam! ... Oct 27 20:20:28.116 INFO kablam! 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Oct 27 20:20:28.116 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.116 INFO kablam! | Oct 27 20:20:28.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.116 INFO kablam! | Oct 27 20:20:28.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.116 INFO kablam! | Oct 27 20:20:28.116 INFO kablam! Oct 27 20:20:28.116 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.116 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.116 INFO kablam! | Oct 27 20:20:28.116 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.116 INFO kablam! | ^^^^^ Oct 27 20:20:28.116 INFO kablam! ... Oct 27 20:20:28.116 INFO kablam! 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); Oct 27 20:20:28.116 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.116 INFO kablam! | Oct 27 20:20:28.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.116 INFO kablam! | Oct 27 20:20:28.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.116 INFO kablam! | Oct 27 20:20:28.116 INFO kablam! Oct 27 20:20:28.116 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.116 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.116 INFO kablam! | Oct 27 20:20:28.116 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.116 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.116 INFO kablam! ... Oct 27 20:20:28.116 INFO kablam! 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); Oct 27 20:20:28.116 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.116 INFO kablam! Oct 27 20:20:28.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.116 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.116 INFO kablam! | Oct 27 20:20:28.116 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.116 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.116 INFO kablam! ... Oct 27 20:20:28.116 INFO kablam! 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); Oct 27 20:20:28.116 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.116 INFO kablam! | Oct 27 20:20:28.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.116 INFO kablam! | Oct 27 20:20:28.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.116 INFO kablam! | Oct 27 20:20:28.116 INFO kablam! Oct 27 20:20:28.122 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:216:36 Oct 27 20:20:28.123 INFO kablam! | Oct 27 20:20:28.123 INFO kablam! 216 | 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! 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.123 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.123 INFO kablam! | Oct 27 20:20:28.123 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.123 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.123 INFO kablam! ... Oct 27 20:20:28.131 INFO kablam! 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); 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! 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:225:26 Oct 27 20:20:28.132 INFO kablam! | Oct 27 20:20:28.132 INFO kablam! 225 | 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! 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); 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.133 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.133 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.133 INFO kablam! | Oct 27 20:20:28.133 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.133 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.133 INFO kablam! | Oct 27 20:20:28.133 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.133 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.133 INFO kablam! ... Oct 27 20:20:28.133 INFO kablam! 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); 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! 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:225:26 Oct 27 20:20:28.133 INFO kablam! | Oct 27 20:20:28.133 INFO kablam! 225 | 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! 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); 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.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! Oct 27 20:20:28.134 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.134 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.134 INFO kablam! | ^^^^^ Oct 27 20:20:28.134 INFO kablam! ... Oct 27 20:20:28.134 INFO kablam! 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Oct 27 20:20:28.134 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! Oct 27 20:20:28.134 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.134 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.134 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.134 INFO kablam! ... Oct 27 20:20:28.134 INFO kablam! 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Oct 27 20:20:28.134 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.134 INFO kablam! Oct 27 20:20:28.134 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.134 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.134 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.134 INFO kablam! ... Oct 27 20:20:28.134 INFO kablam! 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Oct 27 20:20:28.134 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! Oct 27 20:20:28.134 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.134 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.134 INFO kablam! | ^^^^^ Oct 27 20:20:28.134 INFO kablam! ... Oct 27 20:20:28.134 INFO kablam! 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); Oct 27 20:20:28.134 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! Oct 27 20:20:28.134 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.134 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.134 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.134 INFO kablam! ... Oct 27 20:20:28.134 INFO kablam! 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); Oct 27 20:20:28.134 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.134 INFO kablam! Oct 27 20:20:28.134 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.134 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.134 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.134 INFO kablam! ... Oct 27 20:20:28.134 INFO kablam! 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); Oct 27 20:20:28.134 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.134 INFO kablam! | Oct 27 20:20:28.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! Oct 27 20:20:28.135 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.135 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.135 INFO kablam! | ^^^^^ Oct 27 20:20:28.135 INFO kablam! ... Oct 27 20:20:28.135 INFO kablam! 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); Oct 27 20:20:28.135 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! Oct 27 20:20:28.135 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.135 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.135 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.135 INFO kablam! ... Oct 27 20:20:28.135 INFO kablam! 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); Oct 27 20:20:28.135 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.135 INFO kablam! Oct 27 20:20:28.135 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.135 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.135 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.135 INFO kablam! ... Oct 27 20:20:28.135 INFO kablam! 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); Oct 27 20:20:28.135 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! Oct 27 20:20:28.135 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.135 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.135 INFO kablam! | ^^^^^ Oct 27 20:20:28.135 INFO kablam! ... Oct 27 20:20:28.135 INFO kablam! 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); Oct 27 20:20:28.135 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! Oct 27 20:20:28.135 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.135 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.135 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.135 INFO kablam! ... Oct 27 20:20:28.135 INFO kablam! 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); Oct 27 20:20:28.135 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.135 INFO kablam! Oct 27 20:20:28.135 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.135 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.135 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.135 INFO kablam! ... Oct 27 20:20:28.135 INFO kablam! 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); Oct 27 20:20:28.135 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.135 INFO kablam! | Oct 27 20:20:28.135 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.136 INFO kablam! | Oct 27 20:20:28.136 INFO kablam! Oct 27 20:20:28.136 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.136 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.136 INFO kablam! | Oct 27 20:20:28.136 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.136 INFO kablam! | ^^^^^ Oct 27 20:20:28.136 INFO kablam! ... Oct 27 20:20:28.136 INFO kablam! 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); Oct 27 20:20:28.136 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.136 INFO kablam! | Oct 27 20:20:28.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.136 INFO kablam! | Oct 27 20:20:28.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.136 INFO kablam! | Oct 27 20:20:28.136 INFO kablam! Oct 27 20:20:28.139 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.139 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.139 INFO kablam! | Oct 27 20:20:28.139 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.139 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.139 INFO kablam! ... Oct 27 20:20:28.139 INFO kablam! 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); Oct 27 20:20:28.139 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.139 INFO kablam! Oct 27 20:20:28.139 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.139 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.139 INFO kablam! | Oct 27 20:20:28.139 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.139 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.139 INFO kablam! ... Oct 27 20:20:28.139 INFO kablam! 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); Oct 27 20:20:28.139 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.139 INFO kablam! | Oct 27 20:20:28.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.139 INFO kablam! | Oct 27 20:20:28.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.139 INFO kablam! | Oct 27 20:20:28.139 INFO kablam! Oct 27 20:20:28.139 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.139 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.139 INFO kablam! | Oct 27 20:20:28.139 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.139 INFO kablam! | ^^^^^ Oct 27 20:20:28.139 INFO kablam! ... Oct 27 20:20:28.139 INFO kablam! 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); Oct 27 20:20:28.139 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.139 INFO kablam! | Oct 27 20:20:28.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.139 INFO kablam! | Oct 27 20:20:28.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.139 INFO kablam! | Oct 27 20:20:28.139 INFO kablam! Oct 27 20:20:28.142 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.142 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.142 INFO kablam! | Oct 27 20:20:28.142 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.142 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.142 INFO kablam! ... Oct 27 20:20:28.142 INFO kablam! 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); 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! 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:225:26 Oct 27 20:20:28.142 INFO kablam! | Oct 27 20:20:28.142 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.142 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.142 INFO kablam! ... Oct 27 20:20:28.142 INFO kablam! 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.142 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.142 INFO kablam! | Oct 27 20:20:28.142 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.142 INFO kablam! | ^^^^^ Oct 27 20:20:28.142 INFO kablam! ... Oct 27 20:20:28.142 INFO kablam! 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); 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.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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.147 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.147 INFO kablam! | Oct 27 20:20:28.147 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.147 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.147 INFO kablam! ... Oct 27 20:20:28.147 INFO kablam! 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); Oct 27 20:20:28.147 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.147 INFO kablam! Oct 27 20:20:28.147 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.147 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.149 INFO kablam! 225 | 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! 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); 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:216:36 Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.149 INFO kablam! 216 | 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! 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.149 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.149 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.149 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.149 INFO kablam! ... Oct 27 20:20:28.149 INFO kablam! 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); 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! 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:225:26 Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.149 INFO kablam! 225 | 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! 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); 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.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:216:36 Oct 27 20:20:28.154 INFO kablam! | Oct 27 20:20:28.154 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.154 INFO kablam! | ^^^^^ Oct 27 20:20:28.154 INFO kablam! ... Oct 27 20:20:28.154 INFO kablam! 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.154 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.154 INFO kablam! | Oct 27 20:20:28.154 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.154 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.154 INFO kablam! ... Oct 27 20:20:28.154 INFO kablam! 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); 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! 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:225:26 Oct 27 20:20:28.154 INFO kablam! | Oct 27 20:20:28.154 INFO kablam! 225 | 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! 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); 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:216:36 Oct 27 20:20:28.154 INFO kablam! | Oct 27 20:20:28.154 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.154 INFO kablam! | ^^^^^ Oct 27 20:20:28.154 INFO kablam! ... Oct 27 20:20:28.154 INFO kablam! 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); 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.156 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.156 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.156 INFO kablam! | Oct 27 20:20:28.156 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.156 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.156 INFO kablam! ... Oct 27 20:20:28.156 INFO kablam! 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Oct 27 20:20:28.156 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.156 INFO kablam! Oct 27 20:20:28.156 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.156 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.156 INFO kablam! | Oct 27 20:20:28.156 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.156 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.156 INFO kablam! ... Oct 27 20:20:28.156 INFO kablam! 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Oct 27 20:20:28.156 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.156 INFO kablam! | Oct 27 20:20:28.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.156 INFO kablam! | Oct 27 20:20:28.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.156 INFO kablam! | Oct 27 20:20:28.156 INFO kablam! Oct 27 20:20:28.156 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.156 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.156 INFO kablam! | Oct 27 20:20:28.156 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.156 INFO kablam! | ^^^^^ Oct 27 20:20:28.156 INFO kablam! ... Oct 27 20:20:28.156 INFO kablam! 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Oct 27 20:20:28.156 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.156 INFO kablam! | Oct 27 20:20:28.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.156 INFO kablam! | Oct 27 20:20:28.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.156 INFO kablam! | Oct 27 20:20:28.156 INFO kablam! Oct 27 20:20:28.156 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.156 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.156 INFO kablam! | Oct 27 20:20:28.156 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.156 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.156 INFO kablam! ... Oct 27 20:20:28.156 INFO kablam! 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Oct 27 20:20:28.156 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.156 INFO kablam! Oct 27 20:20:28.159 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.159 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.159 INFO kablam! | Oct 27 20:20:28.159 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.159 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.159 INFO kablam! ... Oct 27 20:20:28.159 INFO kablam! 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Oct 27 20:20:28.159 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.159 INFO kablam! | Oct 27 20:20:28.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.159 INFO kablam! | Oct 27 20:20:28.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.159 INFO kablam! | Oct 27 20:20:28.159 INFO kablam! Oct 27 20:20:28.159 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.159 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.159 INFO kablam! | Oct 27 20:20:28.159 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.159 INFO kablam! | ^^^^^ Oct 27 20:20:28.159 INFO kablam! ... Oct 27 20:20:28.159 INFO kablam! 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); Oct 27 20:20:28.159 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.159 INFO kablam! | Oct 27 20:20:28.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.159 INFO kablam! | Oct 27 20:20:28.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.159 INFO kablam! | Oct 27 20:20:28.159 INFO kablam! Oct 27 20:20:28.159 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.159 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.159 INFO kablam! | Oct 27 20:20:28.159 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.159 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.159 INFO kablam! ... Oct 27 20:20:28.159 INFO kablam! 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); Oct 27 20:20:28.159 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.159 INFO kablam! Oct 27 20:20:28.159 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.159 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.159 INFO kablam! | Oct 27 20:20:28.159 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.159 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.159 INFO kablam! ... Oct 27 20:20:28.159 INFO kablam! 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); Oct 27 20:20:28.159 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.159 INFO kablam! | Oct 27 20:20:28.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.159 INFO kablam! | Oct 27 20:20:28.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.159 INFO kablam! | Oct 27 20:20:28.159 INFO kablam! Oct 27 20:20:28.163 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.163 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.163 INFO kablam! | Oct 27 20:20:28.163 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.163 INFO kablam! | ^^^^^ Oct 27 20:20:28.163 INFO kablam! ... Oct 27 20:20:28.163 INFO kablam! 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Oct 27 20:20:28.163 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.163 INFO kablam! | Oct 27 20:20:28.163 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.163 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.163 INFO kablam! | Oct 27 20:20:28.163 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.163 INFO kablam! | Oct 27 20:20:28.163 INFO kablam! Oct 27 20:20:28.163 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.163 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.163 INFO kablam! | Oct 27 20:20:28.163 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.163 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.163 INFO kablam! ... Oct 27 20:20:28.163 INFO kablam! 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Oct 27 20:20:28.163 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.163 INFO kablam! Oct 27 20:20:28.163 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.163 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.163 INFO kablam! | Oct 27 20:20:28.163 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.163 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.163 INFO kablam! ... Oct 27 20:20:28.163 INFO kablam! 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Oct 27 20:20:28.163 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.163 INFO kablam! | Oct 27 20:20:28.163 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.163 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.163 INFO kablam! | Oct 27 20:20:28.163 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.163 INFO kablam! | Oct 27 20:20:28.163 INFO kablam! Oct 27 20:20:28.163 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.163 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.163 INFO kablam! | Oct 27 20:20:28.163 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.163 INFO kablam! | ^^^^^ Oct 27 20:20:28.163 INFO kablam! ... Oct 27 20:20:28.163 INFO kablam! 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Oct 27 20:20:28.163 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.163 INFO kablam! | Oct 27 20:20:28.163 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.163 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.163 INFO kablam! | Oct 27 20:20:28.163 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.163 INFO kablam! | Oct 27 20:20:28.163 INFO kablam! Oct 27 20:20:28.167 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.167 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.167 INFO kablam! | Oct 27 20:20:28.167 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.167 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.167 INFO kablam! ... Oct 27 20:20:28.167 INFO kablam! 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Oct 27 20:20:28.167 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.167 INFO kablam! Oct 27 20:20:28.167 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.167 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.167 INFO kablam! | Oct 27 20:20:28.167 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.167 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.167 INFO kablam! ... Oct 27 20:20:28.167 INFO kablam! 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Oct 27 20:20:28.167 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.167 INFO kablam! | Oct 27 20:20:28.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.167 INFO kablam! | Oct 27 20:20:28.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.167 INFO kablam! | Oct 27 20:20:28.167 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:216:36 Oct 27 20:20:28.167 INFO kablam! | Oct 27 20:20:28.167 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.167 INFO kablam! | ^^^^^ Oct 27 20:20:28.167 INFO kablam! ... Oct 27 20:20:28.167 INFO kablam! 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); Oct 27 20:20:28.167 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.167 INFO kablam! | Oct 27 20:20:28.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.167 INFO kablam! | Oct 27 20:20:28.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.167 INFO kablam! | Oct 27 20:20:28.167 INFO kablam! Oct 27 20:20:28.167 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.167 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.167 INFO kablam! | Oct 27 20:20:28.167 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.167 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.167 INFO kablam! ... Oct 27 20:20:28.167 INFO kablam! 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); Oct 27 20:20:28.167 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.167 INFO kablam! Oct 27 20:20:28.173 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.173 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.173 INFO kablam! | Oct 27 20:20:28.173 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.173 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.173 INFO kablam! ... Oct 27 20:20:28.173 INFO kablam! 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); Oct 27 20:20:28.173 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.173 INFO kablam! | Oct 27 20:20:28.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.173 INFO kablam! | Oct 27 20:20:28.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.173 INFO kablam! | Oct 27 20:20:28.173 INFO kablam! Oct 27 20:20:28.173 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.173 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.173 INFO kablam! | Oct 27 20:20:28.173 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.173 INFO kablam! | ^^^^^ Oct 27 20:20:28.173 INFO kablam! ... Oct 27 20:20:28.173 INFO kablam! 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); Oct 27 20:20:28.173 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.173 INFO kablam! | Oct 27 20:20:28.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.173 INFO kablam! | Oct 27 20:20:28.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.173 INFO kablam! | Oct 27 20:20:28.173 INFO kablam! Oct 27 20:20:28.173 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.173 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.173 INFO kablam! | Oct 27 20:20:28.173 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.173 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.173 INFO kablam! ... Oct 27 20:20:28.173 INFO kablam! 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.174 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.174 INFO kablam! | Oct 27 20:20:28.174 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.174 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.174 INFO kablam! ... Oct 27 20:20:28.174 INFO kablam! 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); 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.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.174 INFO kablam! | Oct 27 20:20:28.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.174 INFO kablam! | Oct 27 20:20:28.174 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:216:36 Oct 27 20:20:28.174 INFO kablam! | Oct 27 20:20:28.174 INFO kablam! 216 | 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! 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); 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.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.174 INFO kablam! | Oct 27 20:20:28.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.174 INFO kablam! | Oct 27 20:20:28.174 INFO kablam! Oct 27 20:20:28.174 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.174 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.174 INFO kablam! | Oct 27 20:20:28.174 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.174 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.174 INFO kablam! ... Oct 27 20:20:28.174 INFO kablam! 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); 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.178 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.178 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.178 INFO kablam! | Oct 27 20:20:28.178 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.178 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.178 INFO kablam! ... Oct 27 20:20:28.179 INFO kablam! 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); Oct 27 20:20:28.179 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.179 INFO kablam! | Oct 27 20:20:28.179 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.179 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.179 INFO kablam! | Oct 27 20:20:28.179 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.179 INFO kablam! | Oct 27 20:20:28.179 INFO kablam! Oct 27 20:20:28.179 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.179 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.179 INFO kablam! | Oct 27 20:20:28.179 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.179 INFO kablam! | ^^^^^ Oct 27 20:20:28.179 INFO kablam! ... Oct 27 20:20:28.179 INFO kablam! 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 2); Oct 27 20:20:28.179 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.179 INFO kablam! | Oct 27 20:20:28.179 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.179 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.179 INFO kablam! | Oct 27 20:20:28.179 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.179 INFO kablam! | Oct 27 20:20:28.179 INFO kablam! Oct 27 20:20:28.179 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.179 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.179 INFO kablam! | Oct 27 20:20:28.179 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.179 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.179 INFO kablam! ... Oct 27 20:20:28.179 INFO kablam! 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 2); Oct 27 20:20:28.179 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.179 INFO kablam! Oct 27 20:20:28.179 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.179 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.179 INFO kablam! | Oct 27 20:20:28.179 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.179 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.179 INFO kablam! ... Oct 27 20:20:28.179 INFO kablam! 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 2); Oct 27 20:20:28.179 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.179 INFO kablam! | Oct 27 20:20:28.179 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.179 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.179 INFO kablam! | Oct 27 20:20:28.179 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.179 INFO kablam! | Oct 27 20:20:28.179 INFO kablam! Oct 27 20:20:28.179 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:216:36 Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! 216 | 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! 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); 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.182 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.182 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.182 INFO kablam! | Oct 27 20:20:28.182 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.182 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.182 INFO kablam! ... Oct 27 20:20:28.182 INFO kablam! 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); Oct 27 20:20:28.182 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.182 INFO kablam! Oct 27 20:20:28.187 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.188 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.188 INFO kablam! | Oct 27 20:20:28.188 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.188 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.188 INFO kablam! ... Oct 27 20:20:28.188 INFO kablam! 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); Oct 27 20:20:28.189 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.189 INFO kablam! | Oct 27 20:20:28.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.189 INFO kablam! | Oct 27 20:20:28.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.189 INFO kablam! | Oct 27 20:20:28.189 INFO kablam! Oct 27 20:20:28.189 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.189 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.189 INFO kablam! | Oct 27 20:20:28.189 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.189 INFO kablam! | ^^^^^ Oct 27 20:20:28.189 INFO kablam! ... Oct 27 20:20:28.189 INFO kablam! 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Oct 27 20:20:28.189 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.189 INFO kablam! | Oct 27 20:20:28.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.189 INFO kablam! | Oct 27 20:20:28.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.189 INFO kablam! | Oct 27 20:20:28.190 INFO kablam! Oct 27 20:20:28.190 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.190 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.190 INFO kablam! | Oct 27 20:20:28.190 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.190 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.190 INFO kablam! ... Oct 27 20:20:28.190 INFO kablam! 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Oct 27 20:20:28.190 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.190 INFO kablam! Oct 27 20:20:28.190 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.190 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.190 INFO kablam! | Oct 27 20:20:28.190 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.190 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.190 INFO kablam! ... Oct 27 20:20:28.190 INFO kablam! 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Oct 27 20:20:28.190 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.190 INFO kablam! | Oct 27 20:20:28.190 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.191 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.191 INFO kablam! | Oct 27 20:20:28.191 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.191 INFO kablam! | Oct 27 20:20:28.191 INFO kablam! Oct 27 20:20:28.191 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.191 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.191 INFO kablam! | Oct 27 20:20:28.191 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.191 INFO kablam! | ^^^^^ Oct 27 20:20:28.191 INFO kablam! ... Oct 27 20:20:28.191 INFO kablam! 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Oct 27 20:20:28.191 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.191 INFO kablam! | Oct 27 20:20:28.191 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.191 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.191 INFO kablam! | Oct 27 20:20:28.191 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.191 INFO kablam! | Oct 27 20:20:28.191 INFO kablam! Oct 27 20:20:28.191 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.191 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.191 INFO kablam! | Oct 27 20:20:28.191 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.191 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.192 INFO kablam! ... Oct 27 20:20:28.192 INFO kablam! 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Oct 27 20:20:28.192 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.192 INFO kablam! Oct 27 20:20:28.192 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.192 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.192 INFO kablam! | Oct 27 20:20:28.192 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.192 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.192 INFO kablam! ... Oct 27 20:20:28.192 INFO kablam! 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Oct 27 20:20:28.192 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.192 INFO kablam! | Oct 27 20:20:28.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.192 INFO kablam! | Oct 27 20:20:28.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.192 INFO kablam! | Oct 27 20:20:28.192 INFO kablam! Oct 27 20:20:28.192 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.192 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.192 INFO kablam! | Oct 27 20:20:28.192 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.192 INFO kablam! | ^^^^^ Oct 27 20:20:28.192 INFO kablam! ... Oct 27 20:20:28.193 INFO kablam! 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 2); Oct 27 20:20:28.193 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.193 INFO kablam! | Oct 27 20:20:28.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.193 INFO kablam! | Oct 27 20:20:28.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.193 INFO kablam! | Oct 27 20:20:28.193 INFO kablam! Oct 27 20:20:28.193 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.193 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.193 INFO kablam! | Oct 27 20:20:28.193 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.193 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.193 INFO kablam! ... Oct 27 20:20:28.193 INFO kablam! 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 2); Oct 27 20:20:28.193 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.193 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.200 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.200 INFO kablam! | Oct 27 20:20:28.200 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.200 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.200 INFO kablam! ... Oct 27 20:20:28.200 INFO kablam! 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 2); Oct 27 20:20:28.200 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.200 INFO kablam! | Oct 27 20:20:28.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.200 INFO kablam! | Oct 27 20:20:28.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.200 INFO kablam! | Oct 27 20:20:28.200 INFO kablam! Oct 27 20:20:28.200 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.200 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.200 INFO kablam! | Oct 27 20:20:28.200 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.200 INFO kablam! | ^^^^^ Oct 27 20:20:28.200 INFO kablam! ... Oct 27 20:20:28.200 INFO kablam! 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 2); Oct 27 20:20:28.200 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.200 INFO kablam! | Oct 27 20:20:28.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.200 INFO kablam! | Oct 27 20:20:28.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.200 INFO kablam! | Oct 27 20:20:28.200 INFO kablam! Oct 27 20:20:28.200 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.200 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.200 INFO kablam! | Oct 27 20:20:28.200 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.200 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.200 INFO kablam! ... Oct 27 20:20:28.200 INFO kablam! 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 2); Oct 27 20:20:28.200 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.200 INFO kablam! Oct 27 20:20:28.200 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:225:26 Oct 27 20:20:28.201 INFO kablam! | Oct 27 20:20:28.201 INFO kablam! 225 | 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! 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 2); 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:216:36 Oct 27 20:20:28.201 INFO kablam! | Oct 27 20:20:28.201 INFO kablam! 216 | 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! 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 2); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.201 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.201 INFO kablam! | Oct 27 20:20:28.201 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.201 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.201 INFO kablam! ... Oct 27 20:20:28.201 INFO kablam! 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 2); 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! 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:225:26 Oct 27 20:20:28.201 INFO kablam! | Oct 27 20:20:28.201 INFO kablam! 225 | 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! 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 2); 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:216:36 Oct 27 20:20:28.201 INFO kablam! | Oct 27 20:20:28.201 INFO kablam! 216 | 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! 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.201 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.201 INFO kablam! | Oct 27 20:20:28.201 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.201 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.201 INFO kablam! ... Oct 27 20:20:28.201 INFO kablam! 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); 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! 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:225:26 Oct 27 20:20:28.201 INFO kablam! | Oct 27 20:20:28.201 INFO kablam! 225 | 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! 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); 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.203 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.203 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.203 INFO kablam! | Oct 27 20:20:28.203 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.203 INFO kablam! | ^^^^^ Oct 27 20:20:28.203 INFO kablam! ... Oct 27 20:20:28.203 INFO kablam! 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Oct 27 20:20:28.203 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.203 INFO kablam! | Oct 27 20:20:28.203 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.203 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.203 INFO kablam! | Oct 27 20:20:28.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.203 INFO kablam! | Oct 27 20:20:28.203 INFO kablam! Oct 27 20:20:28.203 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.203 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.203 INFO kablam! | Oct 27 20:20:28.203 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.203 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.203 INFO kablam! ... Oct 27 20:20:28.203 INFO kablam! 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Oct 27 20:20:28.203 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.203 INFO kablam! Oct 27 20:20:28.203 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.203 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.203 INFO kablam! | Oct 27 20:20:28.203 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.203 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.203 INFO kablam! ... Oct 27 20:20:28.203 INFO kablam! 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Oct 27 20:20:28.203 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.203 INFO kablam! | Oct 27 20:20:28.203 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.203 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.203 INFO kablam! | Oct 27 20:20:28.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.203 INFO kablam! | Oct 27 20:20:28.203 INFO kablam! Oct 27 20:20:28.203 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.203 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.203 INFO kablam! | Oct 27 20:20:28.203 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.203 INFO kablam! | ^^^^^ Oct 27 20:20:28.203 INFO kablam! ... Oct 27 20:20:28.203 INFO kablam! 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Oct 27 20:20:28.203 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.203 INFO kablam! | Oct 27 20:20:28.203 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.203 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.203 INFO kablam! | Oct 27 20:20:28.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.203 INFO kablam! | Oct 27 20:20:28.203 INFO kablam! Oct 27 20:20:28.215 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.215 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.215 INFO kablam! | Oct 27 20:20:28.215 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.215 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.215 INFO kablam! ... Oct 27 20:20:28.215 INFO kablam! 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Oct 27 20:20:28.215 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.215 INFO kablam! Oct 27 20:20:28.215 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.215 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.215 INFO kablam! | Oct 27 20:20:28.215 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.215 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.215 INFO kablam! ... Oct 27 20:20:28.215 INFO kablam! 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Oct 27 20:20:28.215 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.215 INFO kablam! | Oct 27 20:20:28.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.215 INFO kablam! | Oct 27 20:20:28.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.215 INFO kablam! | Oct 27 20:20:28.215 INFO kablam! Oct 27 20:20:28.215 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.215 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.215 INFO kablam! | Oct 27 20:20:28.215 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.215 INFO kablam! | ^^^^^ Oct 27 20:20:28.215 INFO kablam! ... Oct 27 20:20:28.215 INFO kablam! 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); Oct 27 20:20:28.215 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.215 INFO kablam! | Oct 27 20:20:28.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.215 INFO kablam! | Oct 27 20:20:28.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.215 INFO kablam! | Oct 27 20:20:28.215 INFO kablam! Oct 27 20:20:28.215 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.215 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.215 INFO kablam! | Oct 27 20:20:28.215 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.215 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.215 INFO kablam! ... Oct 27 20:20:28.215 INFO kablam! 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); Oct 27 20:20:28.215 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.215 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:225:26 Oct 27 20:20:28.223 INFO kablam! | Oct 27 20:20:28.223 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.224 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.224 INFO kablam! ... Oct 27 20:20:28.224 INFO kablam! 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); 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:216:36 Oct 27 20:20:28.224 INFO kablam! | Oct 27 20:20:28.224 INFO kablam! 216 | 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! 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.224 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.224 INFO kablam! | Oct 27 20:20:28.224 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.224 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.224 INFO kablam! ... Oct 27 20:20:28.224 INFO kablam! 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.224 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.224 INFO kablam! | Oct 27 20:20:28.224 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.224 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.224 INFO kablam! ... Oct 27 20:20:28.224 INFO kablam! 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); 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:216:36 Oct 27 20:20:28.224 INFO kablam! | Oct 27 20:20:28.224 INFO kablam! 216 | 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! 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); 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.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! Oct 27 20:20:28.225 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.225 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.225 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.225 INFO kablam! ... Oct 27 20:20:28.225 INFO kablam! 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Oct 27 20:20:28.225 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.225 INFO kablam! Oct 27 20:20:28.225 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.225 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.225 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.225 INFO kablam! ... Oct 27 20:20:28.225 INFO kablam! 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Oct 27 20:20:28.225 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! Oct 27 20:20:28.225 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.225 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.225 INFO kablam! | ^^^^^ Oct 27 20:20:28.225 INFO kablam! ... Oct 27 20:20:28.225 INFO kablam! 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Oct 27 20:20:28.225 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! Oct 27 20:20:28.225 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.225 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.225 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.225 INFO kablam! ... Oct 27 20:20:28.225 INFO kablam! 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Oct 27 20:20:28.225 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.225 INFO kablam! Oct 27 20:20:28.225 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.225 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.225 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.225 INFO kablam! ... Oct 27 20:20:28.225 INFO kablam! 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Oct 27 20:20:28.225 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! Oct 27 20:20:28.225 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.225 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.225 INFO kablam! | ^^^^^ Oct 27 20:20:28.225 INFO kablam! ... Oct 27 20:20:28.225 INFO kablam! 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Oct 27 20:20:28.225 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! Oct 27 20:20:28.225 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.225 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.225 INFO kablam! | Oct 27 20:20:28.225 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.225 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.225 INFO kablam! ... Oct 27 20:20:28.226 INFO kablam! 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Oct 27 20:20:28.226 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.226 INFO kablam! Oct 27 20:20:28.226 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.226 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.226 INFO kablam! | Oct 27 20:20:28.226 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.226 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.226 INFO kablam! ... Oct 27 20:20:28.226 INFO kablam! 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Oct 27 20:20:28.226 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.226 INFO kablam! | Oct 27 20:20:28.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.226 INFO kablam! | Oct 27 20:20:28.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.226 INFO kablam! | Oct 27 20:20:28.226 INFO kablam! Oct 27 20:20:28.226 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.226 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.226 INFO kablam! | Oct 27 20:20:28.226 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.226 INFO kablam! | ^^^^^ Oct 27 20:20:28.226 INFO kablam! ... Oct 27 20:20:28.226 INFO kablam! 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Oct 27 20:20:28.226 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.226 INFO kablam! | Oct 27 20:20:28.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.226 INFO kablam! | Oct 27 20:20:28.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.226 INFO kablam! | Oct 27 20:20:28.226 INFO kablam! Oct 27 20:20:28.227 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.227 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.227 INFO kablam! | Oct 27 20:20:28.227 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.227 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.227 INFO kablam! ... Oct 27 20:20:28.227 INFO kablam! 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Oct 27 20:20:28.227 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.227 INFO kablam! Oct 27 20:20:28.227 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.227 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.227 INFO kablam! | Oct 27 20:20:28.227 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.227 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.228 INFO kablam! ... Oct 27 20:20:28.228 INFO kablam! 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); 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.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.228 INFO kablam! | Oct 27 20:20:28.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.228 INFO kablam! | Oct 27 20:20:28.228 INFO kablam! Oct 27 20:20:28.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.228 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.228 INFO kablam! | Oct 27 20:20:28.228 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); 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.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.228 INFO kablam! | Oct 27 20:20:28.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.228 INFO kablam! | Oct 27 20:20:28.228 INFO kablam! Oct 27 20:20:28.228 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.228 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.228 INFO kablam! | Oct 27 20:20:28.228 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.228 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.228 INFO kablam! ... Oct 27 20:20:28.228 INFO kablam! 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); 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.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.228 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.228 INFO kablam! | Oct 27 20:20:28.228 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.228 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.228 INFO kablam! ... Oct 27 20:20:28.228 INFO kablam! 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); 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.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.228 INFO kablam! | Oct 27 20:20:28.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.228 INFO kablam! | Oct 27 20:20:28.228 INFO kablam! Oct 27 20:20:28.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.228 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.228 INFO kablam! | Oct 27 20:20:28.228 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); 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.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.228 INFO kablam! | Oct 27 20:20:28.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.228 INFO kablam! | Oct 27 20:20:28.228 INFO kablam! Oct 27 20:20:28.228 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.228 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.228 INFO kablam! | Oct 27 20:20:28.228 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.228 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.228 INFO kablam! ... Oct 27 20:20:28.228 INFO kablam! 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); 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.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:225:26 Oct 27 20:20:28.236 INFO kablam! | Oct 27 20:20:28.236 INFO kablam! 225 | 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! 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); 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:216:36 Oct 27 20:20:28.236 INFO kablam! | Oct 27 20:20:28.236 INFO kablam! 216 | 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! 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.236 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.236 INFO kablam! | Oct 27 20:20:28.236 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.236 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.236 INFO kablam! ... Oct 27 20:20:28.236 INFO kablam! 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); 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! 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:225:26 Oct 27 20:20:28.236 INFO kablam! | Oct 27 20:20:28.236 INFO kablam! 225 | 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! 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); 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.237 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.237 INFO kablam! | Oct 27 20:20:28.237 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.237 INFO kablam! | ^^^^^ Oct 27 20:20:28.237 INFO kablam! ... Oct 27 20:20:28.237 INFO kablam! 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); Oct 27 20:20:28.237 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.237 INFO kablam! | Oct 27 20:20:28.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.237 INFO kablam! | Oct 27 20:20:28.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.237 INFO kablam! | Oct 27 20:20:28.237 INFO kablam! Oct 27 20:20:28.237 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.237 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.237 INFO kablam! | Oct 27 20:20:28.237 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.237 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.237 INFO kablam! ... Oct 27 20:20:28.237 INFO kablam! 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); Oct 27 20:20:28.237 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.237 INFO kablam! Oct 27 20:20:28.237 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.237 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.237 INFO kablam! | Oct 27 20:20:28.237 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.237 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.237 INFO kablam! ... Oct 27 20:20:28.237 INFO kablam! 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); Oct 27 20:20:28.237 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.237 INFO kablam! | Oct 27 20:20:28.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.237 INFO kablam! | Oct 27 20:20:28.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.237 INFO kablam! | Oct 27 20:20:28.237 INFO kablam! Oct 27 20:20:28.237 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.237 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.237 INFO kablam! | Oct 27 20:20:28.237 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.237 INFO kablam! | ^^^^^ Oct 27 20:20:28.237 INFO kablam! ... Oct 27 20:20:28.237 INFO kablam! 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Oct 27 20:20:28.237 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.237 INFO kablam! | Oct 27 20:20:28.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.237 INFO kablam! | Oct 27 20:20:28.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.237 INFO kablam! | Oct 27 20:20:28.237 INFO kablam! Oct 27 20:20:28.243 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.243 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.243 INFO kablam! | Oct 27 20:20:28.243 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.244 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.244 INFO kablam! ... Oct 27 20:20:28.244 INFO kablam! 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Oct 27 20:20:28.244 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.244 INFO kablam! Oct 27 20:20:28.244 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.244 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.244 INFO kablam! | Oct 27 20:20:28.244 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.244 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.244 INFO kablam! ... Oct 27 20:20:28.244 INFO kablam! 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Oct 27 20:20:28.244 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.244 INFO kablam! | Oct 27 20:20:28.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.244 INFO kablam! | Oct 27 20:20:28.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.244 INFO kablam! | Oct 27 20:20:28.244 INFO kablam! Oct 27 20:20:28.244 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.244 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.244 INFO kablam! | Oct 27 20:20:28.244 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.244 INFO kablam! | ^^^^^ Oct 27 20:20:28.244 INFO kablam! ... Oct 27 20:20:28.244 INFO kablam! 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Oct 27 20:20:28.244 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.244 INFO kablam! | Oct 27 20:20:28.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.244 INFO kablam! | Oct 27 20:20:28.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.244 INFO kablam! | Oct 27 20:20:28.244 INFO kablam! Oct 27 20:20:28.244 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.244 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.244 INFO kablam! | Oct 27 20:20:28.244 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.244 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.244 INFO kablam! ... Oct 27 20:20:28.244 INFO kablam! 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Oct 27 20:20:28.244 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.244 INFO kablam! Oct 27 20:20:28.244 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.244 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.244 INFO kablam! | Oct 27 20:20:28.244 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.244 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.244 INFO kablam! ... Oct 27 20:20:28.244 INFO kablam! 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Oct 27 20:20:28.244 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.244 INFO kablam! | Oct 27 20:20:28.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.247 INFO kablam! | Oct 27 20:20:28.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.247 INFO kablam! | Oct 27 20:20:28.247 INFO kablam! Oct 27 20:20:28.247 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.247 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.247 INFO kablam! | Oct 27 20:20:28.247 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.247 INFO kablam! | ^^^^^ Oct 27 20:20:28.247 INFO kablam! ... Oct 27 20:20:28.247 INFO kablam! 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Oct 27 20:20:28.247 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.247 INFO kablam! | Oct 27 20:20:28.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.247 INFO kablam! | Oct 27 20:20:28.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.247 INFO kablam! | Oct 27 20:20:28.247 INFO kablam! Oct 27 20:20:28.247 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.247 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.247 INFO kablam! | Oct 27 20:20:28.247 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.247 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.247 INFO kablam! ... Oct 27 20:20:28.247 INFO kablam! 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Oct 27 20:20:28.247 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.247 INFO kablam! Oct 27 20:20:28.247 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.247 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.247 INFO kablam! | Oct 27 20:20:28.247 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.247 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.247 INFO kablam! ... Oct 27 20:20:28.247 INFO kablam! 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Oct 27 20:20:28.247 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.247 INFO kablam! | Oct 27 20:20:28.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.247 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.248 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:216:36 Oct 27 20:20:28.248 INFO kablam! | Oct 27 20:20:28.248 INFO kablam! 216 | 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! 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); 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.248 INFO kablam! Oct 27 20:20:28.248 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.248 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.248 INFO kablam! | Oct 27 20:20:28.248 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.248 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.248 INFO kablam! ... Oct 27 20:20:28.248 INFO kablam! 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.248 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.248 INFO kablam! | Oct 27 20:20:28.248 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.248 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.248 INFO kablam! ... Oct 27 20:20:28.248 INFO kablam! 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); 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.248 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:216:36 Oct 27 20:20:28.248 INFO kablam! | Oct 27 20:20:28.248 INFO kablam! 216 | 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! 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); 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.248 INFO kablam! Oct 27 20:20:28.248 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.248 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.248 INFO kablam! | Oct 27 20:20:28.248 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.248 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.248 INFO kablam! ... Oct 27 20:20:28.248 INFO kablam! 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); 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.254 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.255 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.255 INFO kablam! | Oct 27 20:20:28.255 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.255 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.255 INFO kablam! ... Oct 27 20:20:28.255 INFO kablam! 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); Oct 27 20:20:28.255 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.255 INFO kablam! | Oct 27 20:20:28.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.255 INFO kablam! | Oct 27 20:20:28.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.255 INFO kablam! | Oct 27 20:20:28.255 INFO kablam! Oct 27 20:20:28.255 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.255 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.255 INFO kablam! | Oct 27 20:20:28.255 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.255 INFO kablam! | ^^^^^ Oct 27 20:20:28.255 INFO kablam! ... Oct 27 20:20:28.255 INFO kablam! 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Oct 27 20:20:28.255 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.255 INFO kablam! | Oct 27 20:20:28.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.255 INFO kablam! | Oct 27 20:20:28.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.255 INFO kablam! | Oct 27 20:20:28.255 INFO kablam! Oct 27 20:20:28.255 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.255 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.255 INFO kablam! | Oct 27 20:20:28.255 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.255 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.255 INFO kablam! ... Oct 27 20:20:28.255 INFO kablam! 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Oct 27 20:20:28.255 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.255 INFO kablam! Oct 27 20:20:28.255 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.255 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.255 INFO kablam! | Oct 27 20:20:28.255 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.255 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.255 INFO kablam! ... Oct 27 20:20:28.255 INFO kablam! 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Oct 27 20:20:28.255 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.255 INFO kablam! | Oct 27 20:20:28.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.255 INFO kablam! | Oct 27 20:20:28.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.255 INFO kablam! | Oct 27 20:20:28.255 INFO kablam! Oct 27 20:20:28.258 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.259 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.259 INFO kablam! | ^^^^^ Oct 27 20:20:28.259 INFO kablam! ... Oct 27 20:20:28.259 INFO kablam! 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); Oct 27 20:20:28.259 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! Oct 27 20:20:28.259 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.259 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.259 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.259 INFO kablam! ... Oct 27 20:20:28.259 INFO kablam! 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); Oct 27 20:20:28.259 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.259 INFO kablam! Oct 27 20:20:28.259 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.259 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.259 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.259 INFO kablam! ... Oct 27 20:20:28.259 INFO kablam! 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); Oct 27 20:20:28.259 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! Oct 27 20:20:28.259 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.259 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.259 INFO kablam! | ^^^^^ Oct 27 20:20:28.259 INFO kablam! ... Oct 27 20:20:28.259 INFO kablam! 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Oct 27 20:20:28.259 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! Oct 27 20:20:28.259 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.259 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.259 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.259 INFO kablam! ... Oct 27 20:20:28.259 INFO kablam! 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Oct 27 20:20:28.259 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.259 INFO kablam! Oct 27 20:20:28.259 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.259 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.259 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.259 INFO kablam! ... Oct 27 20:20:28.259 INFO kablam! 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Oct 27 20:20:28.259 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! Oct 27 20:20:28.259 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.259 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.259 INFO kablam! | ^^^^^ Oct 27 20:20:28.259 INFO kablam! ... Oct 27 20:20:28.259 INFO kablam! 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Oct 27 20:20:28.259 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.259 INFO kablam! | Oct 27 20:20:28.259 INFO kablam! Oct 27 20:20:28.271 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.271 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.271 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.271 INFO kablam! ... Oct 27 20:20:28.271 INFO kablam! 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Oct 27 20:20:28.271 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.271 INFO kablam! Oct 27 20:20:28.271 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.271 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.271 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.271 INFO kablam! ... Oct 27 20:20:28.271 INFO kablam! 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Oct 27 20:20:28.271 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! Oct 27 20:20:28.271 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.271 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.271 INFO kablam! | ^^^^^ Oct 27 20:20:28.271 INFO kablam! ... Oct 27 20:20:28.271 INFO kablam! 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); Oct 27 20:20:28.271 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! Oct 27 20:20:28.271 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.271 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.271 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.271 INFO kablam! ... Oct 27 20:20:28.271 INFO kablam! 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); Oct 27 20:20:28.271 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.271 INFO kablam! Oct 27 20:20:28.271 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.271 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.271 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.271 INFO kablam! ... Oct 27 20:20:28.271 INFO kablam! 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); Oct 27 20:20:28.271 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! Oct 27 20:20:28.271 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.271 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.271 INFO kablam! | ^^^^^ Oct 27 20:20:28.271 INFO kablam! ... Oct 27 20:20:28.271 INFO kablam! 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); Oct 27 20:20:28.271 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! Oct 27 20:20:28.271 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.271 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.271 INFO kablam! | Oct 27 20:20:28.271 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.271 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.272 INFO kablam! ... Oct 27 20:20:28.272 INFO kablam! 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.272 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.272 INFO kablam! | Oct 27 20:20:28.272 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.272 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.272 INFO kablam! ... Oct 27 20:20:28.272 INFO kablam! 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); 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.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.272 INFO kablam! | Oct 27 20:20:28.272 INFO kablam! Oct 27 20:20:28.272 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.272 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.272 INFO kablam! | Oct 27 20:20:28.272 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); 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.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.272 INFO kablam! | Oct 27 20:20:28.272 INFO kablam! Oct 27 20:20:28.272 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.272 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.272 INFO kablam! | Oct 27 20:20:28.272 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.272 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.272 INFO kablam! ... Oct 27 20:20:28.272 INFO kablam! 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.272 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.272 INFO kablam! | Oct 27 20:20:28.272 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.272 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.272 INFO kablam! ... Oct 27 20:20:28.272 INFO kablam! 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); 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.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.272 INFO kablam! | Oct 27 20:20:28.272 INFO kablam! Oct 27 20:20:28.272 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.272 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.272 INFO kablam! | Oct 27 20:20:28.272 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); 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.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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.285 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.285 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.285 INFO kablam! ... Oct 27 20:20:28.285 INFO kablam! 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); 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.286 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.286 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.286 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.286 INFO kablam! ... Oct 27 20:20:28.286 INFO kablam! 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); Oct 27 20:20:28.286 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! Oct 27 20:20:28.286 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.286 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.286 INFO kablam! | ^^^^^ Oct 27 20:20:28.286 INFO kablam! ... Oct 27 20:20:28.286 INFO kablam! 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Oct 27 20:20:28.286 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! Oct 27 20:20:28.286 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.286 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.286 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.286 INFO kablam! ... Oct 27 20:20:28.286 INFO kablam! 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Oct 27 20:20:28.286 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.286 INFO kablam! Oct 27 20:20:28.286 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.286 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.286 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.286 INFO kablam! ... Oct 27 20:20:28.286 INFO kablam! 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Oct 27 20:20:28.286 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! Oct 27 20:20:28.286 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.286 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.286 INFO kablam! | ^^^^^ Oct 27 20:20:28.286 INFO kablam! ... Oct 27 20:20:28.286 INFO kablam! 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Oct 27 20:20:28.286 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! Oct 27 20:20:28.286 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.286 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.286 INFO kablam! | Oct 27 20:20:28.286 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.286 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.286 INFO kablam! ... Oct 27 20:20:28.286 INFO kablam! 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Oct 27 20:20:28.286 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.299 INFO kablam! Oct 27 20:20:28.299 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.299 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.299 INFO kablam! | Oct 27 20:20:28.299 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.299 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.299 INFO kablam! ... Oct 27 20:20:28.300 INFO kablam! 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Oct 27 20:20:28.300 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.300 INFO kablam! | Oct 27 20:20:28.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.300 INFO kablam! | Oct 27 20:20:28.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.300 INFO kablam! | Oct 27 20:20:28.300 INFO kablam! Oct 27 20:20:28.300 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.300 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.300 INFO kablam! | Oct 27 20:20:28.300 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.300 INFO kablam! | ^^^^^ Oct 27 20:20:28.300 INFO kablam! ... Oct 27 20:20:28.300 INFO kablam! 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Oct 27 20:20:28.300 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.301 INFO kablam! | Oct 27 20:20:28.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.301 INFO kablam! | Oct 27 20:20:28.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.301 INFO kablam! | Oct 27 20:20:28.301 INFO kablam! Oct 27 20:20:28.301 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.301 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.301 INFO kablam! | Oct 27 20:20:28.301 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.301 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.301 INFO kablam! ... Oct 27 20:20:28.301 INFO kablam! 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Oct 27 20:20:28.301 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.301 INFO kablam! Oct 27 20:20:28.301 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.301 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.302 INFO kablam! | Oct 27 20:20:28.302 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.302 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.302 INFO kablam! ... Oct 27 20:20:28.302 INFO kablam! 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Oct 27 20:20:28.302 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.302 INFO kablam! | Oct 27 20:20:28.302 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.302 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.302 INFO kablam! | Oct 27 20:20:28.302 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.302 INFO kablam! | Oct 27 20:20:28.302 INFO kablam! Oct 27 20:20:28.302 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.302 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.302 INFO kablam! | Oct 27 20:20:28.302 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.302 INFO kablam! | ^^^^^ Oct 27 20:20:28.303 INFO kablam! ... Oct 27 20:20:28.303 INFO kablam! 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); Oct 27 20:20:28.303 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.303 INFO kablam! | Oct 27 20:20:28.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.303 INFO kablam! | Oct 27 20:20:28.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.303 INFO kablam! | Oct 27 20:20:28.304 INFO kablam! Oct 27 20:20:28.304 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.304 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.304 INFO kablam! | Oct 27 20:20:28.304 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.304 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.304 INFO kablam! ... Oct 27 20:20:28.305 INFO kablam! 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); Oct 27 20:20:28.305 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.305 INFO kablam! Oct 27 20:20:28.305 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.305 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.305 INFO kablam! | Oct 27 20:20:28.305 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.305 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.305 INFO kablam! ... Oct 27 20:20:28.305 INFO kablam! 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); Oct 27 20:20:28.305 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.305 INFO kablam! | Oct 27 20:20:28.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.305 INFO kablam! | Oct 27 20:20:28.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.305 INFO kablam! | Oct 27 20:20:28.305 INFO kablam! Oct 27 20:20:28.305 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.305 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.306 INFO kablam! | Oct 27 20:20:28.306 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.306 INFO kablam! | ^^^^^ Oct 27 20:20:28.306 INFO kablam! ... Oct 27 20:20:28.306 INFO kablam! 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); Oct 27 20:20:28.306 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.306 INFO kablam! | Oct 27 20:20:28.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.306 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.306 INFO kablam! | Oct 27 20:20:28.306 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.306 INFO kablam! | Oct 27 20:20:28.306 INFO kablam! Oct 27 20:20:28.306 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.306 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.306 INFO kablam! | Oct 27 20:20:28.306 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.306 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.306 INFO kablam! ... Oct 27 20:20:28.306 INFO kablam! 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); Oct 27 20:20:28.306 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.307 INFO kablam! Oct 27 20:20:28.307 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.307 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.307 INFO kablam! | Oct 27 20:20:28.307 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.307 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.307 INFO kablam! ... Oct 27 20:20:28.307 INFO kablam! 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); Oct 27 20:20:28.307 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.307 INFO kablam! | Oct 27 20:20:28.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.307 INFO kablam! | Oct 27 20:20:28.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.307 INFO kablam! | Oct 27 20:20:28.308 INFO kablam! Oct 27 20:20:28.308 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.308 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.308 INFO kablam! | Oct 27 20:20:28.308 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.308 INFO kablam! | ^^^^^ Oct 27 20:20:28.308 INFO kablam! ... Oct 27 20:20:28.308 INFO kablam! 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); Oct 27 20:20:28.308 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.308 INFO kablam! | Oct 27 20:20:28.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.308 INFO kablam! | Oct 27 20:20:28.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.308 INFO kablam! | Oct 27 20:20:28.308 INFO kablam! Oct 27 20:20:28.308 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.308 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.308 INFO kablam! | Oct 27 20:20:28.308 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.308 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.308 INFO kablam! ... Oct 27 20:20:28.308 INFO kablam! 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); Oct 27 20:20:28.309 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.309 INFO kablam! Oct 27 20:20:28.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.309 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.309 INFO kablam! | Oct 27 20:20:28.309 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.309 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.309 INFO kablam! ... Oct 27 20:20:28.309 INFO kablam! 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); Oct 27 20:20:28.309 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.309 INFO kablam! | Oct 27 20:20:28.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.309 INFO kablam! | Oct 27 20:20:28.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.309 INFO kablam! | Oct 27 20:20:28.309 INFO kablam! Oct 27 20:20:28.309 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.309 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.309 INFO kablam! | Oct 27 20:20:28.309 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.309 INFO kablam! | ^^^^^ Oct 27 20:20:28.309 INFO kablam! ... Oct 27 20:20:28.310 INFO kablam! 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); Oct 27 20:20:28.310 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.310 INFO kablam! | Oct 27 20:20:28.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.310 INFO kablam! | Oct 27 20:20:28.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.310 INFO kablam! | Oct 27 20:20:28.310 INFO kablam! Oct 27 20:20:28.310 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.310 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.310 INFO kablam! | Oct 27 20:20:28.310 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.310 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.310 INFO kablam! ... Oct 27 20:20:28.310 INFO kablam! 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); Oct 27 20:20:28.310 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.310 INFO kablam! Oct 27 20:20:28.310 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.310 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.310 INFO kablam! | Oct 27 20:20:28.311 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.311 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.311 INFO kablam! ... Oct 27 20:20:28.311 INFO kablam! 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); Oct 27 20:20:28.311 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.311 INFO kablam! | Oct 27 20:20:28.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.311 INFO kablam! | Oct 27 20:20:28.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.311 INFO kablam! | Oct 27 20:20:28.311 INFO kablam! Oct 27 20:20:28.311 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.311 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.311 INFO kablam! | Oct 27 20:20:28.311 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.311 INFO kablam! | ^^^^^ Oct 27 20:20:28.311 INFO kablam! ... Oct 27 20:20:28.312 INFO kablam! 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Oct 27 20:20:28.312 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.312 INFO kablam! | Oct 27 20:20:28.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.312 INFO kablam! | Oct 27 20:20:28.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.312 INFO kablam! | Oct 27 20:20:28.312 INFO kablam! Oct 27 20:20:28.312 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.312 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.312 INFO kablam! | Oct 27 20:20:28.312 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.312 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.312 INFO kablam! ... Oct 27 20:20:28.312 INFO kablam! 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Oct 27 20:20:28.312 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.312 INFO kablam! Oct 27 20:20:28.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.312 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.312 INFO kablam! | Oct 27 20:20:28.312 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.312 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.313 INFO kablam! ... Oct 27 20:20:28.313 INFO kablam! 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Oct 27 20:20:28.313 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.313 INFO kablam! | Oct 27 20:20:28.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.313 INFO kablam! | Oct 27 20:20:28.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.313 INFO kablam! | Oct 27 20:20:28.313 INFO kablam! Oct 27 20:20:28.313 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.313 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.313 INFO kablam! | Oct 27 20:20:28.313 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.313 INFO kablam! | ^^^^^ Oct 27 20:20:28.313 INFO kablam! ... Oct 27 20:20:28.313 INFO kablam! 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Oct 27 20:20:28.313 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.313 INFO kablam! | Oct 27 20:20:28.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.313 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! Oct 27 20:20:28.314 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.314 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.314 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.314 INFO kablam! ... Oct 27 20:20:28.314 INFO kablam! 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Oct 27 20:20:28.314 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.314 INFO kablam! Oct 27 20:20:28.314 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.314 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.314 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.314 INFO kablam! ... Oct 27 20:20:28.314 INFO kablam! 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Oct 27 20:20:28.314 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! Oct 27 20:20:28.314 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.314 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.314 INFO kablam! | ^^^^^ Oct 27 20:20:28.314 INFO kablam! ... Oct 27 20:20:28.314 INFO kablam! 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); Oct 27 20:20:28.314 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! Oct 27 20:20:28.314 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.314 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.314 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.314 INFO kablam! ... Oct 27 20:20:28.314 INFO kablam! 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); Oct 27 20:20:28.314 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.314 INFO kablam! Oct 27 20:20:28.314 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.314 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.314 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.314 INFO kablam! ... Oct 27 20:20:28.314 INFO kablam! 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); Oct 27 20:20:28.314 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! Oct 27 20:20:28.314 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.314 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.314 INFO kablam! | ^^^^^ Oct 27 20:20:28.314 INFO kablam! ... Oct 27 20:20:28.314 INFO kablam! 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); Oct 27 20:20:28.314 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.314 INFO kablam! | Oct 27 20:20:28.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.314 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.315 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.315 INFO kablam! | Oct 27 20:20:28.315 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.315 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.315 INFO kablam! ... Oct 27 20:20:28.315 INFO kablam! 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); 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! 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:225:26 Oct 27 20:20:28.315 INFO kablam! | Oct 27 20:20:28.315 INFO kablam! 225 | 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! 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); 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:216:36 Oct 27 20:20:28.315 INFO kablam! | Oct 27 20:20:28.315 INFO kablam! 216 | 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! 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.320 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.320 INFO kablam! | Oct 27 20:20:28.320 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.320 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.320 INFO kablam! ... Oct 27 20:20:28.320 INFO kablam! 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.320 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.320 INFO kablam! | Oct 27 20:20:28.320 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.320 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.320 INFO kablam! ... Oct 27 20:20:28.320 INFO kablam! 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.320 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.320 INFO kablam! | Oct 27 20:20:28.320 INFO kablam! 216 | 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! 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.320 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.320 INFO kablam! | Oct 27 20:20:28.320 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.320 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.320 INFO kablam! ... Oct 27 20:20:28.320 INFO kablam! 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.320 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.320 INFO kablam! | Oct 27 20:20:28.320 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.320 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.320 INFO kablam! ... Oct 27 20:20:28.320 INFO kablam! 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.320 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.320 INFO kablam! | Oct 27 20:20:28.320 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.320 INFO kablam! | ^^^^^ Oct 27 20:20:28.321 INFO kablam! ... Oct 27 20:20:28.321 INFO kablam! 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); Oct 27 20:20:28.321 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.321 INFO kablam! | Oct 27 20:20:28.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.321 INFO kablam! | Oct 27 20:20:28.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.321 INFO kablam! | Oct 27 20:20:28.321 INFO kablam! Oct 27 20:20:28.321 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.321 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.321 INFO kablam! | Oct 27 20:20:28.321 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.321 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.321 INFO kablam! ... Oct 27 20:20:28.321 INFO kablam! 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); Oct 27 20:20:28.321 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.321 INFO kablam! Oct 27 20:20:28.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.321 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.321 INFO kablam! | Oct 27 20:20:28.321 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.321 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.321 INFO kablam! ... Oct 27 20:20:28.321 INFO kablam! 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); Oct 27 20:20:28.321 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.321 INFO kablam! | Oct 27 20:20:28.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.321 INFO kablam! | Oct 27 20:20:28.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.321 INFO kablam! | Oct 27 20:20:28.321 INFO kablam! Oct 27 20:20:28.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.321 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.321 INFO kablam! | Oct 27 20:20:28.321 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.321 INFO kablam! | ^^^^^ Oct 27 20:20:28.321 INFO kablam! ... Oct 27 20:20:28.321 INFO kablam! 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Oct 27 20:20:28.321 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.321 INFO kablam! | Oct 27 20:20:28.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.321 INFO kablam! | Oct 27 20:20:28.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.321 INFO kablam! | Oct 27 20:20:28.321 INFO kablam! Oct 27 20:20:28.327 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.327 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.327 INFO kablam! | Oct 27 20:20:28.327 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.327 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.327 INFO kablam! ... Oct 27 20:20:28.327 INFO kablam! 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Oct 27 20:20:28.327 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.327 INFO kablam! Oct 27 20:20:28.327 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.327 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.327 INFO kablam! | Oct 27 20:20:28.327 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.327 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.327 INFO kablam! ... Oct 27 20:20:28.327 INFO kablam! 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Oct 27 20:20:28.327 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.327 INFO kablam! | Oct 27 20:20:28.327 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.327 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.327 INFO kablam! | Oct 27 20:20:28.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.327 INFO kablam! | Oct 27 20:20:28.327 INFO kablam! Oct 27 20:20:28.327 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.327 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.327 INFO kablam! | Oct 27 20:20:28.327 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.327 INFO kablam! | ^^^^^ Oct 27 20:20:28.327 INFO kablam! ... Oct 27 20:20:28.327 INFO kablam! 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); Oct 27 20:20:28.327 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.327 INFO kablam! | Oct 27 20:20:28.327 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.327 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.327 INFO kablam! | Oct 27 20:20:28.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.327 INFO kablam! | Oct 27 20:20:28.327 INFO kablam! Oct 27 20:20:28.327 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.327 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.327 INFO kablam! | Oct 27 20:20:28.327 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.327 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.327 INFO kablam! ... Oct 27 20:20:28.327 INFO kablam! 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); Oct 27 20:20:28.327 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.327 INFO kablam! Oct 27 20:20:28.327 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.327 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.327 INFO kablam! | Oct 27 20:20:28.327 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.327 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.327 INFO kablam! ... Oct 27 20:20:28.327 INFO kablam! 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); Oct 27 20:20:28.327 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.327 INFO kablam! | Oct 27 20:20:28.327 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.327 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.327 INFO kablam! | Oct 27 20:20:28.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.327 INFO kablam! | Oct 27 20:20:28.327 INFO kablam! Oct 27 20:20:28.327 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.327 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.327 INFO kablam! | Oct 27 20:20:28.327 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.327 INFO kablam! | ^^^^^ Oct 27 20:20:28.327 INFO kablam! ... Oct 27 20:20:28.327 INFO kablam! 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); Oct 27 20:20:28.327 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.328 INFO kablam! | Oct 27 20:20:28.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.328 INFO kablam! | Oct 27 20:20:28.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.328 INFO kablam! | Oct 27 20:20:28.328 INFO kablam! Oct 27 20:20:28.328 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.328 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.328 INFO kablam! | Oct 27 20:20:28.328 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.328 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.328 INFO kablam! ... Oct 27 20:20:28.328 INFO kablam! 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); Oct 27 20:20:28.328 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.328 INFO kablam! Oct 27 20:20:28.328 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.328 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.328 INFO kablam! | Oct 27 20:20:28.328 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.328 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.328 INFO kablam! ... Oct 27 20:20:28.328 INFO kablam! 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); Oct 27 20:20:28.328 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.328 INFO kablam! | Oct 27 20:20:28.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.328 INFO kablam! | Oct 27 20:20:28.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.328 INFO kablam! | Oct 27 20:20:28.328 INFO kablam! Oct 27 20:20:28.331 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.331 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.331 INFO kablam! | Oct 27 20:20:28.331 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.331 INFO kablam! | ^^^^^ Oct 27 20:20:28.331 INFO kablam! ... Oct 27 20:20:28.331 INFO kablam! 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Oct 27 20:20:28.331 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.331 INFO kablam! | Oct 27 20:20:28.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.331 INFO kablam! | Oct 27 20:20:28.331 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.331 INFO kablam! | Oct 27 20:20:28.331 INFO kablam! Oct 27 20:20:28.331 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.331 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.331 INFO kablam! | Oct 27 20:20:28.331 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.331 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.331 INFO kablam! ... Oct 27 20:20:28.331 INFO kablam! 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Oct 27 20:20:28.331 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.331 INFO kablam! Oct 27 20:20:28.331 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.331 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.331 INFO kablam! | Oct 27 20:20:28.331 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.331 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.331 INFO kablam! ... Oct 27 20:20:28.331 INFO kablam! 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Oct 27 20:20:28.331 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.331 INFO kablam! | Oct 27 20:20:28.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.331 INFO kablam! | Oct 27 20:20:28.331 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.331 INFO kablam! | Oct 27 20:20:28.331 INFO kablam! Oct 27 20:20:28.331 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.331 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.331 INFO kablam! | Oct 27 20:20:28.331 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.331 INFO kablam! | ^^^^^ Oct 27 20:20:28.332 INFO kablam! ... Oct 27 20:20:28.332 INFO kablam! 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); 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.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.332 INFO kablam! | Oct 27 20:20:28.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.332 INFO kablam! | Oct 27 20:20:28.332 INFO kablam! Oct 27 20:20:28.332 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.332 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.332 INFO kablam! | Oct 27 20:20:28.332 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.332 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.332 INFO kablam! ... Oct 27 20:20:28.332 INFO kablam! 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.332 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.332 INFO kablam! | Oct 27 20:20:28.332 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.332 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.332 INFO kablam! ... Oct 27 20:20:28.332 INFO kablam! 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); 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.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.332 INFO kablam! | Oct 27 20:20:28.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.332 INFO kablam! | Oct 27 20:20:28.332 INFO kablam! Oct 27 20:20:28.332 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.332 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.332 INFO kablam! | Oct 27 20:20:28.332 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 4); 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.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.332 INFO kablam! | Oct 27 20:20:28.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.332 INFO kablam! | Oct 27 20:20:28.332 INFO kablam! Oct 27 20:20:28.332 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.332 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.332 INFO kablam! | Oct 27 20:20:28.332 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.332 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.332 INFO kablam! ... Oct 27 20:20:28.332 INFO kablam! 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 4); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.332 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.332 INFO kablam! | Oct 27 20:20:28.332 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.332 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.332 INFO kablam! ... Oct 27 20:20:28.332 INFO kablam! 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 4); 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.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.332 INFO kablam! | Oct 27 20:20:28.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.332 INFO kablam! | Oct 27 20:20:28.332 INFO kablam! Oct 27 20:20:28.341 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.341 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.341 INFO kablam! | Oct 27 20:20:28.341 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.341 INFO kablam! | ^^^^^ Oct 27 20:20:28.341 INFO kablam! ... Oct 27 20:20:28.341 INFO kablam! 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 4); 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.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! 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 4); 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.341 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.341 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.341 INFO kablam! | Oct 27 20:20:28.341 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.341 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.341 INFO kablam! ... Oct 27 20:20:28.341 INFO kablam! 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 4); 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.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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.341 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.341 INFO kablam! | Oct 27 20:20:28.341 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.341 INFO kablam! | ^^^^^ Oct 27 20:20:28.341 INFO kablam! ... Oct 27 20:20:28.341 INFO kablam! 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 4); 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.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! 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 4); 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.341 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.342 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.342 INFO kablam! | Oct 27 20:20:28.342 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.342 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.342 INFO kablam! ... Oct 27 20:20:28.342 INFO kablam! 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 4); Oct 27 20:20:28.342 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.342 INFO kablam! | Oct 27 20:20:28.342 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.342 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.342 INFO kablam! | Oct 27 20:20:28.342 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.342 INFO kablam! | Oct 27 20:20:28.342 INFO kablam! Oct 27 20:20:28.342 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.342 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.342 INFO kablam! | Oct 27 20:20:28.342 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.342 INFO kablam! | ^^^^^ Oct 27 20:20:28.342 INFO kablam! ... Oct 27 20:20:28.342 INFO kablam! 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Oct 27 20:20:28.342 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.342 INFO kablam! | Oct 27 20:20:28.342 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.342 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.342 INFO kablam! | Oct 27 20:20:28.342 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.342 INFO kablam! | Oct 27 20:20:28.342 INFO kablam! Oct 27 20:20:28.342 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.342 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.342 INFO kablam! | Oct 27 20:20:28.342 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.342 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.342 INFO kablam! ... Oct 27 20:20:28.342 INFO kablam! 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Oct 27 20:20:28.342 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.342 INFO kablam! Oct 27 20:20:28.342 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.342 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.342 INFO kablam! | Oct 27 20:20:28.342 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.342 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.342 INFO kablam! ... Oct 27 20:20:28.342 INFO kablam! 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Oct 27 20:20:28.342 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.342 INFO kablam! | Oct 27 20:20:28.342 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.342 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.342 INFO kablam! | Oct 27 20:20:28.342 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.342 INFO kablam! | Oct 27 20:20:28.342 INFO kablam! Oct 27 20:20:28.347 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.347 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.347 INFO kablam! | Oct 27 20:20:28.347 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.347 INFO kablam! | ^^^^^ Oct 27 20:20:28.347 INFO kablam! ... Oct 27 20:20:28.347 INFO kablam! 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 4); Oct 27 20:20:28.347 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.347 INFO kablam! | Oct 27 20:20:28.347 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.347 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.347 INFO kablam! | Oct 27 20:20:28.347 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.347 INFO kablam! | Oct 27 20:20:28.347 INFO kablam! Oct 27 20:20:28.347 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.347 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.347 INFO kablam! | Oct 27 20:20:28.347 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.347 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.347 INFO kablam! ... Oct 27 20:20:28.347 INFO kablam! 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 4); Oct 27 20:20:28.347 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.347 INFO kablam! Oct 27 20:20:28.347 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.347 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.347 INFO kablam! | Oct 27 20:20:28.347 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.347 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.347 INFO kablam! ... Oct 27 20:20:28.347 INFO kablam! 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 4); Oct 27 20:20:28.347 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.347 INFO kablam! | Oct 27 20:20:28.347 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.347 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.347 INFO kablam! | Oct 27 20:20:28.347 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.347 INFO kablam! | Oct 27 20:20:28.347 INFO kablam! Oct 27 20:20:28.347 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.347 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.348 INFO kablam! | Oct 27 20:20:28.348 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.348 INFO kablam! | ^^^^^ Oct 27 20:20:28.348 INFO kablam! ... Oct 27 20:20:28.348 INFO kablam! 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Oct 27 20:20:28.348 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.348 INFO kablam! | Oct 27 20:20:28.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.348 INFO kablam! | Oct 27 20:20:28.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.348 INFO kablam! | Oct 27 20:20:28.348 INFO kablam! Oct 27 20:20:28.348 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.348 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.348 INFO kablam! | Oct 27 20:20:28.348 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.348 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.348 INFO kablam! ... Oct 27 20:20:28.348 INFO kablam! 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Oct 27 20:20:28.348 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.348 INFO kablam! Oct 27 20:20:28.348 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.348 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.348 INFO kablam! | Oct 27 20:20:28.348 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.348 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.348 INFO kablam! ... Oct 27 20:20:28.348 INFO kablam! 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Oct 27 20:20:28.348 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.348 INFO kablam! | Oct 27 20:20:28.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.348 INFO kablam! | Oct 27 20:20:28.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.348 INFO kablam! | Oct 27 20:20:28.348 INFO kablam! Oct 27 20:20:28.348 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.348 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.348 INFO kablam! | Oct 27 20:20:28.348 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.348 INFO kablam! | ^^^^^ Oct 27 20:20:28.348 INFO kablam! ... Oct 27 20:20:28.348 INFO kablam! 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Oct 27 20:20:28.348 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.348 INFO kablam! | Oct 27 20:20:28.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.348 INFO kablam! | Oct 27 20:20:28.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.348 INFO kablam! | Oct 27 20:20:28.348 INFO kablam! Oct 27 20:20:28.348 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.348 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.348 INFO kablam! | Oct 27 20:20:28.348 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.348 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.348 INFO kablam! ... Oct 27 20:20:28.348 INFO kablam! 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Oct 27 20:20:28.348 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.348 INFO kablam! Oct 27 20:20:28.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.352 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.352 INFO kablam! | Oct 27 20:20:28.352 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.352 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.352 INFO kablam! ... Oct 27 20:20:28.352 INFO kablam! 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Oct 27 20:20:28.352 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.352 INFO kablam! | Oct 27 20:20:28.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.352 INFO kablam! | Oct 27 20:20:28.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.352 INFO kablam! | Oct 27 20:20:28.352 INFO kablam! Oct 27 20:20:28.352 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.352 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.352 INFO kablam! | Oct 27 20:20:28.352 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.352 INFO kablam! | ^^^^^ Oct 27 20:20:28.352 INFO kablam! ... Oct 27 20:20:28.352 INFO kablam! 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Oct 27 20:20:28.352 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.352 INFO kablam! | Oct 27 20:20:28.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.352 INFO kablam! | Oct 27 20:20:28.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.352 INFO kablam! | Oct 27 20:20:28.352 INFO kablam! Oct 27 20:20:28.352 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.352 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.352 INFO kablam! | Oct 27 20:20:28.352 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.352 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.352 INFO kablam! ... Oct 27 20:20:28.352 INFO kablam! 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Oct 27 20:20:28.352 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.352 INFO kablam! Oct 27 20:20:28.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.352 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.352 INFO kablam! | Oct 27 20:20:28.352 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.352 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.352 INFO kablam! ... Oct 27 20:20:28.352 INFO kablam! 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Oct 27 20:20:28.352 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.352 INFO kablam! | Oct 27 20:20:28.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.352 INFO kablam! | Oct 27 20:20:28.352 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 `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! 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); 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! 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); 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! 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); 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.359 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.359 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.359 INFO kablam! | Oct 27 20:20:28.359 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.359 INFO kablam! | ^^^^^ Oct 27 20:20:28.359 INFO kablam! ... Oct 27 20:20:28.359 INFO kablam! 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 4); 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.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.359 INFO kablam! | Oct 27 20:20:28.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.359 INFO kablam! | Oct 27 20:20:28.359 INFO kablam! Oct 27 20:20:28.359 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.359 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.359 INFO kablam! | Oct 27 20:20:28.359 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.359 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.359 INFO kablam! ... Oct 27 20:20:28.359 INFO kablam! 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 4); 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.359 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.359 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.359 INFO kablam! | Oct 27 20:20:28.359 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.359 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.359 INFO kablam! ... Oct 27 20:20:28.359 INFO kablam! 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 4); 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.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.359 INFO kablam! | Oct 27 20:20:28.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.359 INFO kablam! | Oct 27 20:20:28.359 INFO kablam! Oct 27 20:20:28.359 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.359 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.359 INFO kablam! | Oct 27 20:20:28.359 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.359 INFO kablam! | ^^^^^ Oct 27 20:20:28.359 INFO kablam! ... Oct 27 20:20:28.359 INFO kablam! 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); 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.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.359 INFO kablam! | Oct 27 20:20:28.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.359 INFO kablam! | Oct 27 20:20:28.359 INFO kablam! Oct 27 20:20:28.359 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.359 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.359 INFO kablam! | Oct 27 20:20:28.359 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.359 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.359 INFO kablam! ... Oct 27 20:20:28.359 INFO kablam! 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); 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.359 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.359 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.359 INFO kablam! | Oct 27 20:20:28.359 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.359 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.359 INFO kablam! ... Oct 27 20:20:28.359 INFO kablam! 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); 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.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.360 INFO kablam! | Oct 27 20:20:28.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.360 INFO kablam! | Oct 27 20:20:28.360 INFO kablam! Oct 27 20:20:28.362 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.362 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! 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 4); 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.363 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.363 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.363 INFO kablam! | Oct 27 20:20:28.363 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.363 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.363 INFO kablam! ... Oct 27 20:20:28.363 INFO kablam! 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 4); 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.363 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.363 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.363 INFO kablam! | Oct 27 20:20:28.363 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.363 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.363 INFO kablam! ... Oct 27 20:20:28.363 INFO kablam! 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 4); 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.363 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.367 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.367 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.367 INFO kablam! | Oct 27 20:20:28.367 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.367 INFO kablam! | ^^^^^ Oct 27 20:20:28.367 INFO kablam! ... Oct 27 20:20:28.367 INFO kablam! 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 4); Oct 27 20:20:28.367 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.367 INFO kablam! | Oct 27 20:20:28.367 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.367 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.367 INFO kablam! | Oct 27 20:20:28.367 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.367 INFO kablam! | Oct 27 20:20:28.367 INFO kablam! Oct 27 20:20:28.367 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.367 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.367 INFO kablam! | Oct 27 20:20:28.367 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.367 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.367 INFO kablam! ... Oct 27 20:20:28.367 INFO kablam! 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 4); Oct 27 20:20:28.367 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.367 INFO kablam! Oct 27 20:20:28.367 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.367 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.367 INFO kablam! | Oct 27 20:20:28.367 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.367 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.367 INFO kablam! ... Oct 27 20:20:28.367 INFO kablam! 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 4); Oct 27 20:20:28.367 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.367 INFO kablam! | Oct 27 20:20:28.367 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.367 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.367 INFO kablam! | Oct 27 20:20:28.367 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.367 INFO kablam! | Oct 27 20:20:28.367 INFO kablam! Oct 27 20:20:28.367 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.367 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.367 INFO kablam! | Oct 27 20:20:28.367 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.367 INFO kablam! | ^^^^^ Oct 27 20:20:28.367 INFO kablam! ... Oct 27 20:20:28.367 INFO kablam! 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); Oct 27 20:20:28.367 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.367 INFO kablam! | Oct 27 20:20:28.367 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.367 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.367 INFO kablam! | Oct 27 20:20:28.367 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! 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); 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.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! 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); 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! 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); 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 `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! 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); 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! 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); 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! = 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.376 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.376 INFO kablam! | Oct 27 20:20:28.376 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.376 INFO kablam! | ^^^^^ Oct 27 20:20:28.376 INFO kablam! ... Oct 27 20:20:28.376 INFO kablam! 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 4); 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! = 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! 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 4); 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! 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 4); 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! = 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.376 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.376 INFO kablam! | Oct 27 20:20:28.376 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.376 INFO kablam! | ^^^^^ Oct 27 20:20:28.376 INFO kablam! ... Oct 27 20:20:28.376 INFO kablam! 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 4); 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! = 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.384 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.384 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.384 INFO kablam! | Oct 27 20:20:28.384 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.384 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.384 INFO kablam! ... Oct 27 20:20:28.384 INFO kablam! 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 4); Oct 27 20:20:28.384 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.384 INFO kablam! Oct 27 20:20:28.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.384 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.384 INFO kablam! | Oct 27 20:20:28.384 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.384 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.384 INFO kablam! ... Oct 27 20:20:28.384 INFO kablam! 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 4); Oct 27 20:20:28.384 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.384 INFO kablam! | Oct 27 20:20:28.384 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.384 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.384 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.384 INFO kablam! | Oct 27 20:20:28.384 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.384 INFO kablam! | ^^^^^ Oct 27 20:20:28.384 INFO kablam! ... Oct 27 20:20:28.384 INFO kablam! 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Oct 27 20:20:28.384 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.384 INFO kablam! | Oct 27 20:20:28.384 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.384 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.384 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.384 INFO kablam! | Oct 27 20:20:28.384 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.384 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.384 INFO kablam! ... Oct 27 20:20:28.384 INFO kablam! 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Oct 27 20:20:28.384 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.384 INFO kablam! Oct 27 20:20:28.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.384 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.384 INFO kablam! | Oct 27 20:20:28.384 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.384 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.384 INFO kablam! ... Oct 27 20:20:28.384 INFO kablam! 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Oct 27 20:20:28.384 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.384 INFO kablam! | Oct 27 20:20:28.384 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.384 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.384 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.384 INFO kablam! | Oct 27 20:20:28.384 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.384 INFO kablam! | ^^^^^ Oct 27 20:20:28.384 INFO kablam! ... Oct 27 20:20:28.384 INFO kablam! 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 4); Oct 27 20:20:28.384 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.384 INFO kablam! | Oct 27 20:20:28.384 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.384 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.385 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.385 INFO kablam! | Oct 27 20:20:28.385 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.385 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.385 INFO kablam! ... Oct 27 20:20:28.385 INFO kablam! 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 4); Oct 27 20:20:28.385 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.385 INFO kablam! Oct 27 20:20:28.385 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.385 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.385 INFO kablam! | Oct 27 20:20:28.385 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.385 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.385 INFO kablam! ... Oct 27 20:20:28.385 INFO kablam! 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 4); Oct 27 20:20:28.385 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.385 INFO kablam! | Oct 27 20:20:28.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.385 INFO kablam! | Oct 27 20:20:28.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.385 INFO kablam! | Oct 27 20:20:28.385 INFO kablam! Oct 27 20:20:28.392 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.392 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.392 INFO kablam! | Oct 27 20:20:28.392 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.392 INFO kablam! | ^^^^^ Oct 27 20:20:28.392 INFO kablam! ... Oct 27 20:20:28.392 INFO kablam! 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); 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.392 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.392 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.392 INFO kablam! | Oct 27 20:20:28.392 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.392 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.392 INFO kablam! ... Oct 27 20:20:28.392 INFO kablam! 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); 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! 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! 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); 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.392 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.392 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.392 INFO kablam! | Oct 27 20:20:28.392 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.392 INFO kablam! | ^^^^^ Oct 27 20:20:28.392 INFO kablam! ... Oct 27 20:20:28.392 INFO kablam! 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); 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.392 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.392 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.392 INFO kablam! | Oct 27 20:20:28.392 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.392 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.392 INFO kablam! ... Oct 27 20:20:28.392 INFO kablam! 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); 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! 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.393 INFO kablam! 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); Oct 27 20:20:28.393 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.393 INFO kablam! | Oct 27 20:20:28.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.393 INFO kablam! | Oct 27 20:20:28.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.393 INFO kablam! | Oct 27 20:20:28.393 INFO kablam! Oct 27 20:20:28.393 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.393 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.393 INFO kablam! | Oct 27 20:20:28.393 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.393 INFO kablam! | ^^^^^ Oct 27 20:20:28.393 INFO kablam! ... Oct 27 20:20:28.393 INFO kablam! 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Oct 27 20:20:28.393 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.393 INFO kablam! | Oct 27 20:20:28.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.393 INFO kablam! | Oct 27 20:20:28.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.393 INFO kablam! | Oct 27 20:20:28.393 INFO kablam! Oct 27 20:20:28.393 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.393 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.393 INFO kablam! | Oct 27 20:20:28.393 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.393 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.393 INFO kablam! ... Oct 27 20:20:28.393 INFO kablam! 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Oct 27 20:20:28.393 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.393 INFO kablam! Oct 27 20:20:28.393 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.393 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.393 INFO kablam! | Oct 27 20:20:28.393 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.393 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.393 INFO kablam! ... Oct 27 20:20:28.399 INFO kablam! 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); 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! 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); 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! 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); 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.400 INFO kablam! ... Oct 27 20:20:28.400 INFO kablam! 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); Oct 27 20:20:28.400 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.400 INFO kablam! | Oct 27 20:20:28.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.400 INFO kablam! | Oct 27 20:20:28.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.400 INFO kablam! | Oct 27 20:20:28.400 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! 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); 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.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! Oct 27 20:20:28.409 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.409 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.409 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.409 INFO kablam! ... Oct 27 20:20:28.409 INFO kablam! 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Oct 27 20:20:28.409 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.409 INFO kablam! Oct 27 20:20:28.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.409 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.409 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.409 INFO kablam! ... Oct 27 20:20:28.409 INFO kablam! 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Oct 27 20:20:28.409 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! Oct 27 20:20:28.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.409 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.409 INFO kablam! | ^^^^^ Oct 27 20:20:28.409 INFO kablam! ... Oct 27 20:20:28.409 INFO kablam! 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Oct 27 20:20:28.409 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! Oct 27 20:20:28.409 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.409 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.409 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.409 INFO kablam! ... Oct 27 20:20:28.409 INFO kablam! 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Oct 27 20:20:28.409 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.409 INFO kablam! Oct 27 20:20:28.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.409 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.409 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.409 INFO kablam! ... Oct 27 20:20:28.409 INFO kablam! 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Oct 27 20:20:28.409 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! Oct 27 20:20:28.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.409 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.409 INFO kablam! | ^^^^^ Oct 27 20:20:28.409 INFO kablam! ... Oct 27 20:20:28.409 INFO kablam! 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Oct 27 20:20:28.409 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.409 INFO kablam! | Oct 27 20:20:28.409 INFO kablam! Oct 27 20:20:28.409 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.409 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.410 INFO kablam! | Oct 27 20:20:28.410 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.410 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.410 INFO kablam! ... Oct 27 20:20:28.410 INFO kablam! 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Oct 27 20:20:28.410 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.410 INFO kablam! Oct 27 20:20:28.410 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.410 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.410 INFO kablam! | Oct 27 20:20:28.410 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.410 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.410 INFO kablam! ... Oct 27 20:20:28.410 INFO kablam! 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Oct 27 20:20:28.410 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.410 INFO kablam! | Oct 27 20:20:28.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.410 INFO kablam! | Oct 27 20:20:28.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.410 INFO kablam! | Oct 27 20:20:28.410 INFO kablam! Oct 27 20:20:28.410 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.410 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.410 INFO kablam! | Oct 27 20:20:28.410 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.410 INFO kablam! | ^^^^^ Oct 27 20:20:28.410 INFO kablam! ... Oct 27 20:20:28.410 INFO kablam! 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Oct 27 20:20:28.410 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.410 INFO kablam! | Oct 27 20:20:28.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.410 INFO kablam! | Oct 27 20:20:28.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.410 INFO kablam! | Oct 27 20:20:28.410 INFO kablam! Oct 27 20:20:28.410 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.410 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.410 INFO kablam! | Oct 27 20:20:28.410 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.410 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.410 INFO kablam! ... Oct 27 20:20:28.410 INFO kablam! 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Oct 27 20:20:28.410 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.410 INFO kablam! Oct 27 20:20:28.410 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.410 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.410 INFO kablam! | Oct 27 20:20:28.410 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.410 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.410 INFO kablam! ... Oct 27 20:20:28.410 INFO kablam! 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Oct 27 20:20:28.410 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.410 INFO kablam! | Oct 27 20:20:28.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.410 INFO kablam! | Oct 27 20:20:28.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.410 INFO kablam! | Oct 27 20:20:28.410 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! 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); 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! 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Oct 27 20:20:28.416 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.416 INFO kablam! Oct 27 20:20:28.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.416 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.416 INFO kablam! | Oct 27 20:20:28.416 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.416 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.416 INFO kablam! ... Oct 27 20:20:28.416 INFO kablam! 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Oct 27 20:20:28.416 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.416 INFO kablam! | Oct 27 20:20:28.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.416 INFO kablam! | Oct 27 20:20:28.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.416 INFO kablam! | Oct 27 20:20:28.416 INFO kablam! Oct 27 20:20:28.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.416 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.416 INFO kablam! | Oct 27 20:20:28.416 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.416 INFO kablam! | ^^^^^ Oct 27 20:20:28.416 INFO kablam! ... Oct 27 20:20:28.416 INFO kablam! 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Oct 27 20:20:28.416 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.416 INFO kablam! | Oct 27 20:20:28.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.416 INFO kablam! | Oct 27 20:20:28.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.416 INFO kablam! | Oct 27 20:20:28.416 INFO kablam! Oct 27 20:20:28.416 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.416 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.416 INFO kablam! | Oct 27 20:20:28.416 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.416 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.416 INFO kablam! ... Oct 27 20:20:28.416 INFO kablam! 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Oct 27 20:20:28.416 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.416 INFO kablam! Oct 27 20:20:28.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.416 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.416 INFO kablam! | Oct 27 20:20:28.416 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.416 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.416 INFO kablam! ... Oct 27 20:20:28.416 INFO kablam! 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Oct 27 20:20:28.416 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.416 INFO kablam! | Oct 27 20:20:28.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.416 INFO kablam! | Oct 27 20:20:28.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.416 INFO kablam! | Oct 27 20:20:28.416 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.429 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.429 INFO kablam! | ^^^^^ Oct 27 20:20:28.429 INFO kablam! ... Oct 27 20:20:28.429 INFO kablam! 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Oct 27 20:20:28.429 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! Oct 27 20:20:28.429 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.429 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.429 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.429 INFO kablam! ... Oct 27 20:20:28.429 INFO kablam! 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Oct 27 20:20:28.429 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.429 INFO kablam! Oct 27 20:20:28.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.429 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.429 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.429 INFO kablam! ... Oct 27 20:20:28.429 INFO kablam! 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Oct 27 20:20:28.429 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! Oct 27 20:20:28.429 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.429 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.429 INFO kablam! | ^^^^^ Oct 27 20:20:28.429 INFO kablam! ... Oct 27 20:20:28.429 INFO kablam! 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Oct 27 20:20:28.429 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! Oct 27 20:20:28.429 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.429 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.429 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.429 INFO kablam! ... Oct 27 20:20:28.429 INFO kablam! 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Oct 27 20:20:28.429 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.429 INFO kablam! Oct 27 20:20:28.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.429 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.429 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.429 INFO kablam! ... Oct 27 20:20:28.429 INFO kablam! 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Oct 27 20:20:28.429 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! Oct 27 20:20:28.429 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.429 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.429 INFO kablam! | ^^^^^ Oct 27 20:20:28.429 INFO kablam! ... Oct 27 20:20:28.429 INFO kablam! 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Oct 27 20:20:28.429 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.429 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! Oct 27 20:20:28.430 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.430 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.430 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.430 INFO kablam! ... Oct 27 20:20:28.430 INFO kablam! 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Oct 27 20:20:28.430 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.430 INFO kablam! Oct 27 20:20:28.430 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.430 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.430 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.430 INFO kablam! ... Oct 27 20:20:28.430 INFO kablam! 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Oct 27 20:20:28.430 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! Oct 27 20:20:28.430 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.430 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.430 INFO kablam! | ^^^^^ Oct 27 20:20:28.430 INFO kablam! ... Oct 27 20:20:28.430 INFO kablam! 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Oct 27 20:20:28.430 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! Oct 27 20:20:28.430 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.430 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.430 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.430 INFO kablam! ... Oct 27 20:20:28.430 INFO kablam! 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Oct 27 20:20:28.430 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.430 INFO kablam! Oct 27 20:20:28.430 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.430 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.430 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.430 INFO kablam! ... Oct 27 20:20:28.430 INFO kablam! 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Oct 27 20:20:28.430 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! Oct 27 20:20:28.430 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.430 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.430 INFO kablam! | ^^^^^ Oct 27 20:20:28.430 INFO kablam! ... Oct 27 20:20:28.430 INFO kablam! 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Oct 27 20:20:28.430 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.430 INFO kablam! | Oct 27 20:20:28.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.430 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! 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); 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.441 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.441 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.441 INFO kablam! ... Oct 27 20:20:28.441 INFO kablam! 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Oct 27 20:20:28.441 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! Oct 27 20:20:28.441 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.441 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.441 INFO kablam! | ^^^^^ Oct 27 20:20:28.441 INFO kablam! ... Oct 27 20:20:28.441 INFO kablam! 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Oct 27 20:20:28.441 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! Oct 27 20:20:28.441 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.441 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.441 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.441 INFO kablam! ... Oct 27 20:20:28.441 INFO kablam! 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Oct 27 20:20:28.441 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.441 INFO kablam! Oct 27 20:20:28.441 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.441 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.441 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.441 INFO kablam! ... Oct 27 20:20:28.441 INFO kablam! 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Oct 27 20:20:28.441 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! Oct 27 20:20:28.441 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.441 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.441 INFO kablam! | ^^^^^ Oct 27 20:20:28.441 INFO kablam! ... Oct 27 20:20:28.441 INFO kablam! 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Oct 27 20:20:28.441 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! Oct 27 20:20:28.441 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.441 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.441 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.441 INFO kablam! ... Oct 27 20:20:28.441 INFO kablam! 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Oct 27 20:20:28.441 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.441 INFO kablam! Oct 27 20:20:28.441 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.441 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.441 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.441 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.441 INFO kablam! ... Oct 27 20:20:28.441 INFO kablam! 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Oct 27 20:20:28.441 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.441 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! Oct 27 20:20:28.442 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.442 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.442 INFO kablam! | ^^^^^ Oct 27 20:20:28.442 INFO kablam! ... Oct 27 20:20:28.442 INFO kablam! 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Oct 27 20:20:28.442 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! Oct 27 20:20:28.442 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.442 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.442 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.442 INFO kablam! ... Oct 27 20:20:28.442 INFO kablam! 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Oct 27 20:20:28.442 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.442 INFO kablam! Oct 27 20:20:28.442 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.442 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.442 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.442 INFO kablam! ... Oct 27 20:20:28.442 INFO kablam! 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Oct 27 20:20:28.442 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! Oct 27 20:20:28.442 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.442 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.442 INFO kablam! | ^^^^^ Oct 27 20:20:28.442 INFO kablam! ... Oct 27 20:20:28.442 INFO kablam! 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Oct 27 20:20:28.442 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! Oct 27 20:20:28.442 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.442 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.442 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.442 INFO kablam! ... Oct 27 20:20:28.442 INFO kablam! 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Oct 27 20:20:28.442 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.442 INFO kablam! Oct 27 20:20:28.442 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.442 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.442 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.442 INFO kablam! ... Oct 27 20:20:28.442 INFO kablam! 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Oct 27 20:20:28.442 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.442 INFO kablam! | Oct 27 20:20:28.442 INFO kablam! Oct 27 20:20:28.442 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.443 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.443 INFO kablam! | Oct 27 20:20:28.443 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.443 INFO kablam! | ^^^^^ Oct 27 20:20:28.443 INFO kablam! ... Oct 27 20:20:28.443 INFO kablam! 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); 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.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! 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); 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! 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); 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.443 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.443 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.443 INFO kablam! | Oct 27 20:20:28.443 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.443 INFO kablam! | ^^^^^ Oct 27 20:20:28.443 INFO kablam! ... Oct 27 20:20:28.443 INFO kablam! 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 4); 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.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.450 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! Oct 27 20:20:28.451 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.451 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.451 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.451 INFO kablam! ... Oct 27 20:20:28.451 INFO kablam! 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 4); Oct 27 20:20:28.451 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.451 INFO kablam! Oct 27 20:20:28.451 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.451 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.451 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.451 INFO kablam! ... Oct 27 20:20:28.451 INFO kablam! 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 4); Oct 27 20:20:28.451 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! Oct 27 20:20:28.451 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.451 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.451 INFO kablam! | ^^^^^ Oct 27 20:20:28.451 INFO kablam! ... Oct 27 20:20:28.451 INFO kablam! 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Oct 27 20:20:28.451 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! Oct 27 20:20:28.451 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.451 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.451 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.451 INFO kablam! ... Oct 27 20:20:28.451 INFO kablam! 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Oct 27 20:20:28.451 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.451 INFO kablam! Oct 27 20:20:28.451 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.451 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.451 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.451 INFO kablam! ... Oct 27 20:20:28.451 INFO kablam! 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Oct 27 20:20:28.451 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! Oct 27 20:20:28.451 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.451 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.451 INFO kablam! | ^^^^^ Oct 27 20:20:28.451 INFO kablam! ... Oct 27 20:20:28.451 INFO kablam! 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Oct 27 20:20:28.451 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! Oct 27 20:20:28.451 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.451 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.451 INFO kablam! | Oct 27 20:20:28.451 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.452 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.452 INFO kablam! ... Oct 27 20:20:28.452 INFO kablam! 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Oct 27 20:20:28.452 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.452 INFO kablam! Oct 27 20:20:28.452 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.452 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.452 INFO kablam! | Oct 27 20:20:28.452 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.452 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.452 INFO kablam! ... Oct 27 20:20:28.452 INFO kablam! 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Oct 27 20:20:28.452 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.452 INFO kablam! | Oct 27 20:20:28.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.452 INFO kablam! | Oct 27 20:20:28.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.452 INFO kablam! | Oct 27 20:20:28.452 INFO kablam! Oct 27 20:20:28.462 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.462 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.462 INFO kablam! | Oct 27 20:20:28.462 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.462 INFO kablam! | ^^^^^ Oct 27 20:20:28.462 INFO kablam! ... Oct 27 20:20:28.462 INFO kablam! 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Oct 27 20:20:28.462 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.462 INFO kablam! | Oct 27 20:20:28.462 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.462 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.462 INFO kablam! | Oct 27 20:20:28.462 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.462 INFO kablam! | Oct 27 20:20:28.462 INFO kablam! Oct 27 20:20:28.462 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.462 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.462 INFO kablam! | Oct 27 20:20:28.462 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.462 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.462 INFO kablam! ... Oct 27 20:20:28.462 INFO kablam! 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Oct 27 20:20:28.462 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.462 INFO kablam! Oct 27 20:20:28.462 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.462 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.462 INFO kablam! | Oct 27 20:20:28.462 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.462 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.462 INFO kablam! ... Oct 27 20:20:28.462 INFO kablam! 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Oct 27 20:20:28.462 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.462 INFO kablam! | Oct 27 20:20:28.462 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.462 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.462 INFO kablam! | Oct 27 20:20:28.462 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.462 INFO kablam! | Oct 27 20:20:28.462 INFO kablam! Oct 27 20:20:28.462 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.462 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.462 INFO kablam! | Oct 27 20:20:28.462 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.462 INFO kablam! | ^^^^^ Oct 27 20:20:28.462 INFO kablam! ... Oct 27 20:20:28.462 INFO kablam! 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 4); Oct 27 20:20:28.462 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.462 INFO kablam! | Oct 27 20:20:28.462 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.462 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.462 INFO kablam! | Oct 27 20:20:28.463 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.463 INFO kablam! | Oct 27 20:20:28.463 INFO kablam! Oct 27 20:20:28.463 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.463 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.463 INFO kablam! | Oct 27 20:20:28.463 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.463 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.463 INFO kablam! ... Oct 27 20:20:28.463 INFO kablam! 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 4); Oct 27 20:20:28.463 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.463 INFO kablam! Oct 27 20:20:28.463 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.463 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.463 INFO kablam! | Oct 27 20:20:28.463 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.463 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.463 INFO kablam! ... Oct 27 20:20:28.463 INFO kablam! 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 4); Oct 27 20:20:28.463 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.463 INFO kablam! | Oct 27 20:20:28.463 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.463 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.463 INFO kablam! | Oct 27 20:20:28.463 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.463 INFO kablam! | Oct 27 20:20:28.463 INFO kablam! Oct 27 20:20:28.463 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.463 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.463 INFO kablam! | Oct 27 20:20:28.463 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.463 INFO kablam! | ^^^^^ Oct 27 20:20:28.463 INFO kablam! ... Oct 27 20:20:28.463 INFO kablam! 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 4); Oct 27 20:20:28.463 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.463 INFO kablam! | Oct 27 20:20:28.463 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.463 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.463 INFO kablam! | Oct 27 20:20:28.463 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.463 INFO kablam! | Oct 27 20:20:28.463 INFO kablam! Oct 27 20:20:28.463 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.463 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.463 INFO kablam! | Oct 27 20:20:28.463 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.464 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.464 INFO kablam! ... Oct 27 20:20:28.464 INFO kablam! 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 4); Oct 27 20:20:28.464 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.464 INFO kablam! Oct 27 20:20:28.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.464 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.464 INFO kablam! | Oct 27 20:20:28.464 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.464 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.464 INFO kablam! ... Oct 27 20:20:28.464 INFO kablam! 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 4); Oct 27 20:20:28.464 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.464 INFO kablam! | Oct 27 20:20:28.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.464 INFO kablam! | Oct 27 20:20:28.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.464 INFO kablam! | Oct 27 20:20:28.464 INFO kablam! Oct 27 20:20:28.464 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.464 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.464 INFO kablam! | Oct 27 20:20:28.464 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.464 INFO kablam! | ^^^^^ Oct 27 20:20:28.464 INFO kablam! ... Oct 27 20:20:28.464 INFO kablam! 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Oct 27 20:20:28.464 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.464 INFO kablam! | Oct 27 20:20:28.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.464 INFO kablam! | Oct 27 20:20:28.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.464 INFO kablam! | Oct 27 20:20:28.464 INFO kablam! Oct 27 20:20:28.464 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.464 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.464 INFO kablam! | Oct 27 20:20:28.464 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.464 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.464 INFO kablam! ... Oct 27 20:20:28.464 INFO kablam! 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Oct 27 20:20:28.464 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.464 INFO kablam! Oct 27 20:20:28.467 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.467 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.467 INFO kablam! | Oct 27 20:20:28.467 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.467 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.467 INFO kablam! ... Oct 27 20:20:28.467 INFO kablam! 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Oct 27 20:20:28.467 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.467 INFO kablam! | Oct 27 20:20:28.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.467 INFO kablam! | Oct 27 20:20:28.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.467 INFO kablam! | Oct 27 20:20:28.467 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! 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 4); 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! 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 4); 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! 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 4); 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.470 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.470 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.470 INFO kablam! | Oct 27 20:20:28.470 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.470 INFO kablam! | ^^^^^ Oct 27 20:20:28.470 INFO kablam! ... Oct 27 20:20:28.470 INFO kablam! 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 4); Oct 27 20:20:28.470 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.470 INFO kablam! | Oct 27 20:20:28.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.470 INFO kablam! | Oct 27 20:20:28.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.470 INFO kablam! | Oct 27 20:20:28.470 INFO kablam! Oct 27 20:20:28.470 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.470 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.470 INFO kablam! | Oct 27 20:20:28.470 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.470 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.470 INFO kablam! ... Oct 27 20:20:28.470 INFO kablam! 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 4); Oct 27 20:20:28.470 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.470 INFO kablam! Oct 27 20:20:28.470 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.470 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.470 INFO kablam! | Oct 27 20:20:28.470 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.470 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.470 INFO kablam! ... Oct 27 20:20:28.470 INFO kablam! 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 4); Oct 27 20:20:28.470 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.470 INFO kablam! | Oct 27 20:20:28.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.470 INFO kablam! | Oct 27 20:20:28.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.470 INFO kablam! | Oct 27 20:20:28.470 INFO kablam! Oct 27 20:20:28.472 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.472 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.472 INFO kablam! | Oct 27 20:20:28.472 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.472 INFO kablam! | ^^^^^ Oct 27 20:20:28.472 INFO kablam! ... Oct 27 20:20:28.472 INFO kablam! 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Oct 27 20:20:28.472 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.472 INFO kablam! | Oct 27 20:20:28.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.472 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.472 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.472 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.472 INFO kablam! | Oct 27 20:20:28.472 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.472 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.472 INFO kablam! ... Oct 27 20:20:28.472 INFO kablam! 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Oct 27 20:20:28.472 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.472 INFO kablam! Oct 27 20:20:28.479 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.479 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.479 INFO kablam! | Oct 27 20:20:28.479 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.479 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.479 INFO kablam! ... Oct 27 20:20:28.479 INFO kablam! 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Oct 27 20:20:28.479 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.479 INFO kablam! | Oct 27 20:20:28.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.479 INFO kablam! | Oct 27 20:20:28.479 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.479 INFO kablam! | Oct 27 20:20:28.479 INFO kablam! Oct 27 20:20:28.479 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.479 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.479 INFO kablam! | Oct 27 20:20:28.479 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.479 INFO kablam! | ^^^^^ Oct 27 20:20:28.479 INFO kablam! ... Oct 27 20:20:28.479 INFO kablam! 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Oct 27 20:20:28.479 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.479 INFO kablam! | Oct 27 20:20:28.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.479 INFO kablam! | Oct 27 20:20:28.479 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.479 INFO kablam! | Oct 27 20:20:28.479 INFO kablam! Oct 27 20:20:28.479 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.479 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.479 INFO kablam! | Oct 27 20:20:28.479 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.479 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.479 INFO kablam! ... Oct 27 20:20:28.479 INFO kablam! 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Oct 27 20:20:28.479 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.479 INFO kablam! Oct 27 20:20:28.479 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.479 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.479 INFO kablam! | Oct 27 20:20:28.479 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.479 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.479 INFO kablam! ... Oct 27 20:20:28.479 INFO kablam! 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Oct 27 20:20:28.479 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.479 INFO kablam! | Oct 27 20:20:28.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.479 INFO kablam! | Oct 27 20:20:28.479 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.479 INFO kablam! | Oct 27 20:20:28.479 INFO kablam! Oct 27 20:20:28.479 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.479 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.479 INFO kablam! | Oct 27 20:20:28.479 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.479 INFO kablam! | ^^^^^ Oct 27 20:20:28.479 INFO kablam! ... Oct 27 20:20:28.479 INFO kablam! 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); Oct 27 20:20:28.479 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.479 INFO kablam! | Oct 27 20:20:28.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.479 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! 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); 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! 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); 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.505 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.505 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.505 INFO kablam! | Oct 27 20:20:28.505 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.505 INFO kablam! | ^^^^^ Oct 27 20:20:28.505 INFO kablam! ... Oct 27 20:20:28.505 INFO kablam! 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Oct 27 20:20:28.505 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.505 INFO kablam! | Oct 27 20:20:28.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.505 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! Oct 27 20:20:28.506 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.506 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.506 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.506 INFO kablam! ... Oct 27 20:20:28.506 INFO kablam! 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Oct 27 20:20:28.506 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.506 INFO kablam! Oct 27 20:20:28.506 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.506 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.506 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.506 INFO kablam! ... Oct 27 20:20:28.506 INFO kablam! 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Oct 27 20:20:28.506 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! Oct 27 20:20:28.506 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.506 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.506 INFO kablam! | ^^^^^ Oct 27 20:20:28.506 INFO kablam! ... Oct 27 20:20:28.506 INFO kablam! 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Oct 27 20:20:28.506 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! Oct 27 20:20:28.506 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.506 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.506 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.506 INFO kablam! ... Oct 27 20:20:28.506 INFO kablam! 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Oct 27 20:20:28.506 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.506 INFO kablam! Oct 27 20:20:28.506 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.506 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.506 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.506 INFO kablam! ... Oct 27 20:20:28.506 INFO kablam! 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Oct 27 20:20:28.506 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! Oct 27 20:20:28.506 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.506 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.506 INFO kablam! | ^^^^^ Oct 27 20:20:28.506 INFO kablam! ... Oct 27 20:20:28.506 INFO kablam! 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Oct 27 20:20:28.506 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.506 INFO kablam! Oct 27 20:20:28.506 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.506 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.506 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.507 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.507 INFO kablam! ... Oct 27 20:20:28.507 INFO kablam! 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Oct 27 20:20:28.507 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.507 INFO kablam! Oct 27 20:20:28.507 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.507 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.507 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.507 INFO kablam! ... Oct 27 20:20:28.507 INFO kablam! 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Oct 27 20:20:28.507 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! Oct 27 20:20:28.507 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.507 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.507 INFO kablam! | ^^^^^ Oct 27 20:20:28.507 INFO kablam! ... Oct 27 20:20:28.507 INFO kablam! 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Oct 27 20:20:28.507 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! Oct 27 20:20:28.507 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.507 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.507 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.507 INFO kablam! ... Oct 27 20:20:28.507 INFO kablam! 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Oct 27 20:20:28.507 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.507 INFO kablam! Oct 27 20:20:28.507 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.507 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.507 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.507 INFO kablam! ... Oct 27 20:20:28.507 INFO kablam! 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Oct 27 20:20:28.507 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! Oct 27 20:20:28.507 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.507 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.507 INFO kablam! | ^^^^^ Oct 27 20:20:28.507 INFO kablam! ... Oct 27 20:20:28.507 INFO kablam! 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Oct 27 20:20:28.507 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! Oct 27 20:20:28.507 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.507 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.507 INFO kablam! | Oct 27 20:20:28.507 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.507 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.507 INFO kablam! ... Oct 27 20:20:28.507 INFO kablam! 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Oct 27 20:20:28.508 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.508 INFO kablam! Oct 27 20:20:28.508 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.508 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.508 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.508 INFO kablam! ... Oct 27 20:20:28.508 INFO kablam! 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Oct 27 20:20:28.508 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! Oct 27 20:20:28.508 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.508 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.508 INFO kablam! | ^^^^^ Oct 27 20:20:28.508 INFO kablam! ... Oct 27 20:20:28.508 INFO kablam! 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Oct 27 20:20:28.508 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! Oct 27 20:20:28.508 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.508 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.508 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.508 INFO kablam! ... Oct 27 20:20:28.508 INFO kablam! 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Oct 27 20:20:28.508 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.508 INFO kablam! Oct 27 20:20:28.508 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.508 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.508 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.508 INFO kablam! ... Oct 27 20:20:28.508 INFO kablam! 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Oct 27 20:20:28.508 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! Oct 27 20:20:28.508 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.508 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.508 INFO kablam! | ^^^^^ Oct 27 20:20:28.508 INFO kablam! ... Oct 27 20:20:28.508 INFO kablam! 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 8); Oct 27 20:20:28.508 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! Oct 27 20:20:28.508 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.508 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.508 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.508 INFO kablam! ... Oct 27 20:20:28.508 INFO kablam! 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 8); Oct 27 20:20:28.508 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.508 INFO kablam! Oct 27 20:20:28.508 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.508 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.508 INFO kablam! | Oct 27 20:20:28.508 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! 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 8); 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! 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); 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.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! Oct 27 20:20:28.512 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.512 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.512 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.512 INFO kablam! ... Oct 27 20:20:28.512 INFO kablam! 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); Oct 27 20:20:28.512 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.512 INFO kablam! Oct 27 20:20:28.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.512 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.512 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.512 INFO kablam! ... Oct 27 20:20:28.512 INFO kablam! 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); Oct 27 20:20:28.512 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! Oct 27 20:20:28.512 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.512 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.512 INFO kablam! | ^^^^^ Oct 27 20:20:28.512 INFO kablam! ... Oct 27 20:20:28.512 INFO kablam! 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Oct 27 20:20:28.512 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! Oct 27 20:20:28.512 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.512 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.512 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.512 INFO kablam! ... Oct 27 20:20:28.512 INFO kablam! 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Oct 27 20:20:28.512 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.512 INFO kablam! Oct 27 20:20:28.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.512 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.512 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.512 INFO kablam! ... Oct 27 20:20:28.512 INFO kablam! 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Oct 27 20:20:28.512 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! Oct 27 20:20:28.512 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.512 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.512 INFO kablam! | ^^^^^ Oct 27 20:20:28.512 INFO kablam! ... Oct 27 20:20:28.512 INFO kablam! 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); Oct 27 20:20:28.512 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.512 INFO kablam! | Oct 27 20:20:28.512 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! 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); 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.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! 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); 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! 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); 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.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! Oct 27 20:20:28.520 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.520 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.520 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.520 INFO kablam! ... Oct 27 20:20:28.520 INFO kablam! 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); Oct 27 20:20:28.520 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.520 INFO kablam! Oct 27 20:20:28.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.520 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.520 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.520 INFO kablam! ... Oct 27 20:20:28.520 INFO kablam! 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); Oct 27 20:20:28.520 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! Oct 27 20:20:28.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.520 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.520 INFO kablam! | ^^^^^ Oct 27 20:20:28.520 INFO kablam! ... Oct 27 20:20:28.520 INFO kablam! 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 8); Oct 27 20:20:28.520 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! Oct 27 20:20:28.520 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.520 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.520 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.520 INFO kablam! ... Oct 27 20:20:28.520 INFO kablam! 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 8); Oct 27 20:20:28.520 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.520 INFO kablam! Oct 27 20:20:28.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.520 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.520 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.520 INFO kablam! ... Oct 27 20:20:28.520 INFO kablam! 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 8); Oct 27 20:20:28.520 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! Oct 27 20:20:28.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.520 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.520 INFO kablam! | ^^^^^ Oct 27 20:20:28.520 INFO kablam! ... Oct 27 20:20:28.520 INFO kablam! 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 8); Oct 27 20:20:28.520 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.520 INFO kablam! | Oct 27 20:20:28.520 INFO kablam! Oct 27 20:20:28.527 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.527 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.527 INFO kablam! | Oct 27 20:20:28.527 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.527 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.527 INFO kablam! ... Oct 27 20:20:28.527 INFO kablam! 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 8); 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! 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! 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 8); 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! 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 8); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.527 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.527 INFO kablam! | Oct 27 20:20:28.527 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.527 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.527 INFO kablam! ... Oct 27 20:20:28.527 INFO kablam! 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 8); 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.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.529 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.529 INFO kablam! | Oct 27 20:20:28.529 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.529 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.529 INFO kablam! ... Oct 27 20:20:28.529 INFO kablam! 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 8); Oct 27 20:20:28.529 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.529 INFO kablam! | Oct 27 20:20:28.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.529 INFO kablam! | Oct 27 20:20:28.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.529 INFO kablam! | Oct 27 20:20:28.529 INFO kablam! Oct 27 20:20:28.529 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.529 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.529 INFO kablam! | Oct 27 20:20:28.529 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.529 INFO kablam! | ^^^^^ Oct 27 20:20:28.529 INFO kablam! ... Oct 27 20:20:28.529 INFO kablam! 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Oct 27 20:20:28.529 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.529 INFO kablam! | Oct 27 20:20:28.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.529 INFO kablam! | Oct 27 20:20:28.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.529 INFO kablam! | Oct 27 20:20:28.529 INFO kablam! Oct 27 20:20:28.529 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.529 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.529 INFO kablam! | Oct 27 20:20:28.529 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.529 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.529 INFO kablam! ... Oct 27 20:20:28.529 INFO kablam! 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Oct 27 20:20:28.529 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.529 INFO kablam! Oct 27 20:20:28.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.529 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.529 INFO kablam! | Oct 27 20:20:28.529 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.529 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.529 INFO kablam! ... Oct 27 20:20:28.529 INFO kablam! 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Oct 27 20:20:28.529 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.529 INFO kablam! | Oct 27 20:20:28.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.529 INFO kablam! | Oct 27 20:20:28.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.529 INFO kablam! | Oct 27 20:20:28.529 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.531 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.531 INFO kablam! | Oct 27 20:20:28.531 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.531 INFO kablam! | ^^^^^ Oct 27 20:20:28.531 INFO kablam! ... Oct 27 20:20:28.531 INFO kablam! 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Oct 27 20:20:28.531 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.531 INFO kablam! | Oct 27 20:20:28.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.531 INFO kablam! | Oct 27 20:20:28.531 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.531 INFO kablam! | Oct 27 20:20:28.531 INFO kablam! Oct 27 20:20:28.531 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.531 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.531 INFO kablam! | Oct 27 20:20:28.531 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.531 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.531 INFO kablam! ... Oct 27 20:20:28.531 INFO kablam! 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Oct 27 20:20:28.531 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.531 INFO kablam! Oct 27 20:20:28.531 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.531 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.531 INFO kablam! | Oct 27 20:20:28.531 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.531 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.531 INFO kablam! ... Oct 27 20:20:28.531 INFO kablam! 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Oct 27 20:20:28.531 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.531 INFO kablam! | Oct 27 20:20:28.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.531 INFO kablam! | Oct 27 20:20:28.531 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.531 INFO kablam! | Oct 27 20:20:28.531 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.531 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.531 INFO kablam! | Oct 27 20:20:28.531 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.531 INFO kablam! | ^^^^^ Oct 27 20:20:28.531 INFO kablam! ... Oct 27 20:20:28.531 INFO kablam! 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Oct 27 20:20:28.531 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.531 INFO kablam! | Oct 27 20:20:28.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.531 INFO kablam! | Oct 27 20:20:28.531 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.531 INFO kablam! | Oct 27 20:20:28.531 INFO kablam! Oct 27 20:20:28.539 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.539 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.539 INFO kablam! | Oct 27 20:20:28.539 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.539 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.539 INFO kablam! ... Oct 27 20:20:28.539 INFO kablam! 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Oct 27 20:20:28.539 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.539 INFO kablam! Oct 27 20:20:28.539 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.539 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.539 INFO kablam! | Oct 27 20:20:28.539 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.539 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.539 INFO kablam! ... Oct 27 20:20:28.539 INFO kablam! 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Oct 27 20:20:28.539 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.539 INFO kablam! | Oct 27 20:20:28.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.539 INFO kablam! | Oct 27 20:20:28.539 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.539 INFO kablam! | Oct 27 20:20:28.539 INFO kablam! Oct 27 20:20:28.539 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.539 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.539 INFO kablam! | Oct 27 20:20:28.539 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.539 INFO kablam! | ^^^^^ Oct 27 20:20:28.539 INFO kablam! ... Oct 27 20:20:28.539 INFO kablam! 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Oct 27 20:20:28.539 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.539 INFO kablam! | Oct 27 20:20:28.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.539 INFO kablam! | Oct 27 20:20:28.539 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.539 INFO kablam! | Oct 27 20:20:28.539 INFO kablam! Oct 27 20:20:28.539 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.539 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.539 INFO kablam! | Oct 27 20:20:28.539 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.539 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.539 INFO kablam! ... Oct 27 20:20:28.539 INFO kablam! 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Oct 27 20:20:28.539 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.539 INFO kablam! Oct 27 20:20:28.539 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.539 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.539 INFO kablam! | Oct 27 20:20:28.539 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.539 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.539 INFO kablam! ... Oct 27 20:20:28.539 INFO kablam! 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Oct 27 20:20:28.540 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.540 INFO kablam! | Oct 27 20:20:28.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.540 INFO kablam! | Oct 27 20:20:28.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.540 INFO kablam! | Oct 27 20:20:28.540 INFO kablam! Oct 27 20:20:28.540 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.540 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.540 INFO kablam! | Oct 27 20:20:28.540 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.540 INFO kablam! | ^^^^^ Oct 27 20:20:28.540 INFO kablam! ... Oct 27 20:20:28.540 INFO kablam! 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Oct 27 20:20:28.540 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.540 INFO kablam! | Oct 27 20:20:28.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.540 INFO kablam! | Oct 27 20:20:28.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.540 INFO kablam! | Oct 27 20:20:28.540 INFO kablam! Oct 27 20:20:28.540 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.540 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.540 INFO kablam! | Oct 27 20:20:28.540 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.540 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.540 INFO kablam! ... Oct 27 20:20:28.540 INFO kablam! 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Oct 27 20:20:28.540 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.540 INFO kablam! Oct 27 20:20:28.540 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.540 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.540 INFO kablam! | Oct 27 20:20:28.540 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.540 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.540 INFO kablam! ... Oct 27 20:20:28.540 INFO kablam! 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Oct 27 20:20:28.540 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.540 INFO kablam! | Oct 27 20:20:28.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.540 INFO kablam! | Oct 27 20:20:28.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.540 INFO kablam! | Oct 27 20:20:28.540 INFO kablam! Oct 27 20:20:28.548 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.548 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.548 INFO kablam! | Oct 27 20:20:28.548 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.548 INFO kablam! | ^^^^^ Oct 27 20:20:28.548 INFO kablam! ... Oct 27 20:20:28.548 INFO kablam! 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 8); Oct 27 20:20:28.548 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.548 INFO kablam! | Oct 27 20:20:28.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.548 INFO kablam! | Oct 27 20:20:28.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.548 INFO kablam! | Oct 27 20:20:28.548 INFO kablam! Oct 27 20:20:28.548 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.548 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.548 INFO kablam! | Oct 27 20:20:28.548 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.548 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.548 INFO kablam! ... Oct 27 20:20:28.548 INFO kablam! 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 8); Oct 27 20:20:28.548 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.548 INFO kablam! Oct 27 20:20:28.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.548 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.548 INFO kablam! | Oct 27 20:20:28.548 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.548 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.548 INFO kablam! ... Oct 27 20:20:28.548 INFO kablam! 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 8); Oct 27 20:20:28.548 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.548 INFO kablam! | Oct 27 20:20:28.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.548 INFO kablam! | Oct 27 20:20:28.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.549 INFO kablam! | Oct 27 20:20:28.549 INFO kablam! Oct 27 20:20:28.549 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.549 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.549 INFO kablam! | Oct 27 20:20:28.549 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.549 INFO kablam! | ^^^^^ Oct 27 20:20:28.549 INFO kablam! ... Oct 27 20:20:28.549 INFO kablam! 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Oct 27 20:20:28.549 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.549 INFO kablam! | Oct 27 20:20:28.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.549 INFO kablam! | Oct 27 20:20:28.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.549 INFO kablam! | Oct 27 20:20:28.549 INFO kablam! Oct 27 20:20:28.549 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.549 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.549 INFO kablam! | Oct 27 20:20:28.549 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.549 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.549 INFO kablam! ... Oct 27 20:20:28.549 INFO kablam! 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Oct 27 20:20:28.549 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.549 INFO kablam! Oct 27 20:20:28.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.549 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.549 INFO kablam! | Oct 27 20:20:28.549 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.549 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.549 INFO kablam! ... Oct 27 20:20:28.549 INFO kablam! 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Oct 27 20:20:28.549 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.549 INFO kablam! | Oct 27 20:20:28.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.549 INFO kablam! | Oct 27 20:20:28.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.549 INFO kablam! | Oct 27 20:20:28.549 INFO kablam! Oct 27 20:20:28.558 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.559 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.559 INFO kablam! | ^^^^^ Oct 27 20:20:28.559 INFO kablam! ... Oct 27 20:20:28.559 INFO kablam! 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Oct 27 20:20:28.559 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! Oct 27 20:20:28.559 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.559 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.559 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.559 INFO kablam! ... Oct 27 20:20:28.559 INFO kablam! 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Oct 27 20:20:28.559 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.559 INFO kablam! Oct 27 20:20:28.559 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.559 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.559 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.559 INFO kablam! ... Oct 27 20:20:28.559 INFO kablam! 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Oct 27 20:20:28.559 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! Oct 27 20:20:28.559 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.559 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.559 INFO kablam! | ^^^^^ Oct 27 20:20:28.559 INFO kablam! ... Oct 27 20:20:28.559 INFO kablam! 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Oct 27 20:20:28.559 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! Oct 27 20:20:28.559 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.559 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.559 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.559 INFO kablam! ... Oct 27 20:20:28.559 INFO kablam! 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Oct 27 20:20:28.559 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.559 INFO kablam! Oct 27 20:20:28.559 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.559 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.559 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.559 INFO kablam! ... Oct 27 20:20:28.559 INFO kablam! 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Oct 27 20:20:28.559 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.559 INFO kablam! | Oct 27 20:20:28.559 INFO kablam! Oct 27 20:20:28.559 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.559 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.560 INFO kablam! | Oct 27 20:20:28.560 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.560 INFO kablam! | ^^^^^ Oct 27 20:20:28.560 INFO kablam! ... Oct 27 20:20:28.560 INFO kablam! 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); 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.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.560 INFO kablam! | Oct 27 20:20:28.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.560 INFO kablam! | Oct 27 20:20:28.560 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! 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); 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! 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); 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.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.560 INFO kablam! | Oct 27 20:20:28.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.560 INFO kablam! | Oct 27 20:20:28.560 INFO kablam! Oct 27 20:20:28.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.560 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.560 INFO kablam! | Oct 27 20:20:28.560 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.560 INFO kablam! | ^^^^^ Oct 27 20:20:28.560 INFO kablam! ... Oct 27 20:20:28.560 INFO kablam! 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 8); 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.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.560 INFO kablam! | Oct 27 20:20:28.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.560 INFO kablam! | Oct 27 20:20:28.560 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! 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 8); 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.567 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.567 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.567 INFO kablam! | Oct 27 20:20:28.567 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.567 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.567 INFO kablam! ... Oct 27 20:20:28.567 INFO kablam! 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 8); Oct 27 20:20:28.567 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.567 INFO kablam! | Oct 27 20:20:28.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.567 INFO kablam! | Oct 27 20:20:28.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.567 INFO kablam! | Oct 27 20:20:28.567 INFO kablam! Oct 27 20:20:28.567 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.567 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.567 INFO kablam! | Oct 27 20:20:28.567 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.567 INFO kablam! | ^^^^^ Oct 27 20:20:28.567 INFO kablam! ... Oct 27 20:20:28.567 INFO kablam! 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Oct 27 20:20:28.567 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.567 INFO kablam! | Oct 27 20:20:28.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.567 INFO kablam! | Oct 27 20:20:28.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.567 INFO kablam! | Oct 27 20:20:28.567 INFO kablam! Oct 27 20:20:28.567 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.567 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.567 INFO kablam! | Oct 27 20:20:28.567 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.567 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.567 INFO kablam! ... Oct 27 20:20:28.567 INFO kablam! 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Oct 27 20:20:28.567 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.567 INFO kablam! Oct 27 20:20:28.567 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.567 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.567 INFO kablam! | Oct 27 20:20:28.567 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.567 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.567 INFO kablam! ... Oct 27 20:20:28.567 INFO kablam! 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Oct 27 20:20:28.567 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.567 INFO kablam! | Oct 27 20:20:28.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.567 INFO kablam! | Oct 27 20:20:28.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.567 INFO kablam! | Oct 27 20:20:28.567 INFO kablam! Oct 27 20:20:28.573 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.573 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.573 INFO kablam! | Oct 27 20:20:28.573 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.573 INFO kablam! | ^^^^^ Oct 27 20:20:28.573 INFO kablam! ... Oct 27 20:20:28.573 INFO kablam! 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Oct 27 20:20:28.573 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.573 INFO kablam! | Oct 27 20:20:28.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.573 INFO kablam! | Oct 27 20:20:28.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.573 INFO kablam! | Oct 27 20:20:28.573 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! 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Oct 27 20:20:28.573 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.573 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! 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); 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.595 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.595 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.595 INFO kablam! | ^^^^^ Oct 27 20:20:28.595 INFO kablam! ... Oct 27 20:20:28.595 INFO kablam! 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Oct 27 20:20:28.595 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! Oct 27 20:20:28.595 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.595 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.595 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.595 INFO kablam! ... Oct 27 20:20:28.595 INFO kablam! 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Oct 27 20:20:28.595 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.595 INFO kablam! Oct 27 20:20:28.595 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.595 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.595 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.595 INFO kablam! ... Oct 27 20:20:28.595 INFO kablam! 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Oct 27 20:20:28.595 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! Oct 27 20:20:28.595 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.595 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.595 INFO kablam! | ^^^^^ Oct 27 20:20:28.595 INFO kablam! ... Oct 27 20:20:28.595 INFO kablam! 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Oct 27 20:20:28.595 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! Oct 27 20:20:28.595 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.595 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.595 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.595 INFO kablam! ... Oct 27 20:20:28.595 INFO kablam! 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Oct 27 20:20:28.595 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.595 INFO kablam! Oct 27 20:20:28.595 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.595 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.595 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.595 INFO kablam! ... Oct 27 20:20:28.595 INFO kablam! 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Oct 27 20:20:28.595 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! Oct 27 20:20:28.595 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.595 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.595 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.595 INFO kablam! | ^^^^^ Oct 27 20:20:28.595 INFO kablam! ... Oct 27 20:20:28.595 INFO kablam! 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 8); Oct 27 20:20:28.595 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.595 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! Oct 27 20:20:28.596 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.596 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.596 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.596 INFO kablam! ... Oct 27 20:20:28.596 INFO kablam! 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 8); Oct 27 20:20:28.596 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.596 INFO kablam! Oct 27 20:20:28.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.596 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.596 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.596 INFO kablam! ... Oct 27 20:20:28.596 INFO kablam! 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 8); Oct 27 20:20:28.596 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! Oct 27 20:20:28.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.596 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.596 INFO kablam! | ^^^^^ Oct 27 20:20:28.596 INFO kablam! ... Oct 27 20:20:28.596 INFO kablam! 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 8); Oct 27 20:20:28.596 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! Oct 27 20:20:28.596 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.596 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.596 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.596 INFO kablam! ... Oct 27 20:20:28.596 INFO kablam! 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 8); Oct 27 20:20:28.596 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.596 INFO kablam! Oct 27 20:20:28.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.596 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.596 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.596 INFO kablam! ... Oct 27 20:20:28.596 INFO kablam! 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 8); Oct 27 20:20:28.596 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! Oct 27 20:20:28.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.596 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.596 INFO kablam! | ^^^^^ Oct 27 20:20:28.596 INFO kablam! ... Oct 27 20:20:28.596 INFO kablam! 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); Oct 27 20:20:28.596 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! Oct 27 20:20:28.596 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.596 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.596 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.596 INFO kablam! ... Oct 27 20:20:28.596 INFO kablam! 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); Oct 27 20:20:28.596 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.596 INFO kablam! Oct 27 20:20:28.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.596 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.596 INFO kablam! | Oct 27 20:20:28.596 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.596 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.596 INFO kablam! ... Oct 27 20:20:28.597 INFO kablam! 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); 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! 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); 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! 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); 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! 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); 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.608 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.608 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.608 INFO kablam! | Oct 27 20:20:28.608 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.608 INFO kablam! | ^^^^^ Oct 27 20:20:28.608 INFO kablam! ... Oct 27 20:20:28.608 INFO kablam! 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Oct 27 20:20:28.608 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.608 INFO kablam! | Oct 27 20:20:28.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.608 INFO kablam! | Oct 27 20:20:28.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.608 INFO kablam! | Oct 27 20:20:28.608 INFO kablam! Oct 27 20:20:28.608 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.608 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.608 INFO kablam! | Oct 27 20:20:28.608 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.608 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.608 INFO kablam! ... Oct 27 20:20:28.608 INFO kablam! 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Oct 27 20:20:28.608 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.608 INFO kablam! Oct 27 20:20:28.608 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.608 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.608 INFO kablam! | Oct 27 20:20:28.608 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.608 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.608 INFO kablam! ... Oct 27 20:20:28.608 INFO kablam! 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Oct 27 20:20:28.608 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.608 INFO kablam! | Oct 27 20:20:28.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.608 INFO kablam! | Oct 27 20:20:28.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.608 INFO kablam! | Oct 27 20:20:28.608 INFO kablam! Oct 27 20:20:28.608 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.608 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.608 INFO kablam! | Oct 27 20:20:28.608 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.608 INFO kablam! | ^^^^^ Oct 27 20:20:28.608 INFO kablam! ... Oct 27 20:20:28.608 INFO kablam! 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Oct 27 20:20:28.608 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.608 INFO kablam! | Oct 27 20:20:28.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.608 INFO kablam! | Oct 27 20:20:28.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.608 INFO kablam! | Oct 27 20:20:28.608 INFO kablam! Oct 27 20:20:28.608 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.608 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.608 INFO kablam! | Oct 27 20:20:28.608 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.608 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.608 INFO kablam! ... Oct 27 20:20:28.609 INFO kablam! 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Oct 27 20:20:28.609 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.609 INFO kablam! Oct 27 20:20:28.609 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.609 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.609 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.609 INFO kablam! ... Oct 27 20:20:28.609 INFO kablam! 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Oct 27 20:20:28.609 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! Oct 27 20:20:28.609 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.609 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.609 INFO kablam! | ^^^^^ Oct 27 20:20:28.609 INFO kablam! ... Oct 27 20:20:28.609 INFO kablam! 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 8); Oct 27 20:20:28.609 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! Oct 27 20:20:28.609 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.609 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.609 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.609 INFO kablam! ... Oct 27 20:20:28.609 INFO kablam! 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 8); Oct 27 20:20:28.609 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.609 INFO kablam! Oct 27 20:20:28.609 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.609 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.609 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.609 INFO kablam! ... Oct 27 20:20:28.609 INFO kablam! 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 8); Oct 27 20:20:28.609 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! Oct 27 20:20:28.609 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.609 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.609 INFO kablam! | ^^^^^ Oct 27 20:20:28.609 INFO kablam! ... Oct 27 20:20:28.609 INFO kablam! 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Oct 27 20:20:28.609 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.609 INFO kablam! | Oct 27 20:20:28.609 INFO kablam! Oct 27 20:20:28.620 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.620 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.620 INFO kablam! | Oct 27 20:20:28.620 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.620 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.620 INFO kablam! ... Oct 27 20:20:28.620 INFO kablam! 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Oct 27 20:20:28.620 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.620 INFO kablam! Oct 27 20:20:28.620 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.620 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.620 INFO kablam! | Oct 27 20:20:28.620 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.620 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.620 INFO kablam! ... Oct 27 20:20:28.620 INFO kablam! 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Oct 27 20:20:28.620 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.620 INFO kablam! | Oct 27 20:20:28.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.620 INFO kablam! | Oct 27 20:20:28.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.620 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! Oct 27 20:20:28.621 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.621 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.621 INFO kablam! | ^^^^^ Oct 27 20:20:28.621 INFO kablam! ... Oct 27 20:20:28.621 INFO kablam! 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 8); Oct 27 20:20:28.621 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! Oct 27 20:20:28.621 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.621 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.621 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.621 INFO kablam! ... Oct 27 20:20:28.621 INFO kablam! 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 8); Oct 27 20:20:28.621 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.621 INFO kablam! Oct 27 20:20:28.621 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.621 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.621 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.621 INFO kablam! ... Oct 27 20:20:28.621 INFO kablam! 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 8); Oct 27 20:20:28.621 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! Oct 27 20:20:28.621 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.621 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.621 INFO kablam! | ^^^^^ Oct 27 20:20:28.621 INFO kablam! ... Oct 27 20:20:28.621 INFO kablam! 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 8); Oct 27 20:20:28.621 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! Oct 27 20:20:28.621 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.621 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.621 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.621 INFO kablam! ... Oct 27 20:20:28.621 INFO kablam! 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 8); Oct 27 20:20:28.621 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.621 INFO kablam! Oct 27 20:20:28.621 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.621 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.621 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.621 INFO kablam! ... Oct 27 20:20:28.621 INFO kablam! 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 8); Oct 27 20:20:28.621 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.621 INFO kablam! Oct 27 20:20:28.621 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.621 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.621 INFO kablam! | Oct 27 20:20:28.622 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.622 INFO kablam! | ^^^^^ Oct 27 20:20:28.622 INFO kablam! ... Oct 27 20:20:28.622 INFO kablam! 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Oct 27 20:20:28.622 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.622 INFO kablam! | Oct 27 20:20:28.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.622 INFO kablam! | Oct 27 20:20:28.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.622 INFO kablam! | Oct 27 20:20:28.622 INFO kablam! Oct 27 20:20:28.622 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.622 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.622 INFO kablam! | Oct 27 20:20:28.622 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.622 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.622 INFO kablam! ... Oct 27 20:20:28.622 INFO kablam! 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Oct 27 20:20:28.622 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.622 INFO kablam! Oct 27 20:20:28.622 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.622 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.622 INFO kablam! | Oct 27 20:20:28.622 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.622 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.622 INFO kablam! ... Oct 27 20:20:28.622 INFO kablam! 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Oct 27 20:20:28.622 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.622 INFO kablam! | Oct 27 20:20:28.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.622 INFO kablam! | Oct 27 20:20:28.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.622 INFO kablam! | Oct 27 20:20:28.622 INFO kablam! Oct 27 20:20:28.627 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.627 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.627 INFO kablam! | ^^^^^ Oct 27 20:20:28.627 INFO kablam! ... Oct 27 20:20:28.627 INFO kablam! 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Oct 27 20:20:28.627 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! Oct 27 20:20:28.627 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.627 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.627 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.627 INFO kablam! ... Oct 27 20:20:28.627 INFO kablam! 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Oct 27 20:20:28.627 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.627 INFO kablam! Oct 27 20:20:28.627 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.627 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.627 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.627 INFO kablam! ... Oct 27 20:20:28.627 INFO kablam! 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Oct 27 20:20:28.627 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! Oct 27 20:20:28.627 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.627 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.627 INFO kablam! | ^^^^^ Oct 27 20:20:28.627 INFO kablam! ... Oct 27 20:20:28.627 INFO kablam! 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 8); Oct 27 20:20:28.627 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! Oct 27 20:20:28.627 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.627 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.627 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.627 INFO kablam! ... Oct 27 20:20:28.627 INFO kablam! 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 8); Oct 27 20:20:28.627 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.627 INFO kablam! Oct 27 20:20:28.627 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.627 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.627 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.627 INFO kablam! ... Oct 27 20:20:28.627 INFO kablam! 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 8); Oct 27 20:20:28.627 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.627 INFO kablam! | Oct 27 20:20:28.627 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.628 INFO kablam! | ^^^^^ Oct 27 20:20:28.628 INFO kablam! ... Oct 27 20:20:28.628 INFO kablam! 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Oct 27 20:20:28.628 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.628 INFO kablam! | Oct 27 20:20:28.628 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.628 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.628 INFO kablam! | Oct 27 20:20:28.628 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.628 INFO kablam! | Oct 27 20:20:28.628 INFO kablam! Oct 27 20:20:28.628 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.628 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.628 INFO kablam! | Oct 27 20:20:28.628 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.628 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.628 INFO kablam! ... Oct 27 20:20:28.628 INFO kablam! 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Oct 27 20:20:28.628 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.628 INFO kablam! Oct 27 20:20:28.630 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.630 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.630 INFO kablam! | Oct 27 20:20:28.630 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.630 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.630 INFO kablam! ... Oct 27 20:20:28.630 INFO kablam! 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Oct 27 20:20:28.630 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.630 INFO kablam! | Oct 27 20:20:28.630 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.630 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.630 INFO kablam! | Oct 27 20:20:28.630 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.630 INFO kablam! | Oct 27 20:20:28.630 INFO kablam! Oct 27 20:20:28.630 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.630 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.630 INFO kablam! | Oct 27 20:20:28.630 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.630 INFO kablam! | ^^^^^ Oct 27 20:20:28.630 INFO kablam! ... Oct 27 20:20:28.630 INFO kablam! 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 8); Oct 27 20:20:28.630 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.630 INFO kablam! | Oct 27 20:20:28.630 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.630 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.630 INFO kablam! | Oct 27 20:20:28.630 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.630 INFO kablam! | Oct 27 20:20:28.630 INFO kablam! Oct 27 20:20:28.630 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.630 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.630 INFO kablam! | Oct 27 20:20:28.630 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.630 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.630 INFO kablam! ... Oct 27 20:20:28.630 INFO kablam! 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 8); Oct 27 20:20:28.630 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.630 INFO kablam! Oct 27 20:20:28.630 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.630 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.630 INFO kablam! | Oct 27 20:20:28.630 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.630 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.630 INFO kablam! ... Oct 27 20:20:28.630 INFO kablam! 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 8); Oct 27 20:20:28.630 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.630 INFO kablam! | Oct 27 20:20:28.630 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.630 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.630 INFO kablam! | Oct 27 20:20:28.630 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.630 INFO kablam! | Oct 27 20:20:28.630 INFO kablam! Oct 27 20:20:28.635 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.635 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.635 INFO kablam! | Oct 27 20:20:28.635 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.635 INFO kablam! | ^^^^^ Oct 27 20:20:28.635 INFO kablam! ... Oct 27 20:20:28.635 INFO kablam! 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 8); Oct 27 20:20:28.635 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.635 INFO kablam! | Oct 27 20:20:28.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.635 INFO kablam! | Oct 27 20:20:28.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.635 INFO kablam! | Oct 27 20:20:28.635 INFO kablam! Oct 27 20:20:28.635 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.635 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.635 INFO kablam! | Oct 27 20:20:28.635 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.635 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.635 INFO kablam! ... Oct 27 20:20:28.635 INFO kablam! 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 8); Oct 27 20:20:28.635 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.635 INFO kablam! Oct 27 20:20:28.635 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.635 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.635 INFO kablam! | Oct 27 20:20:28.635 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.635 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.635 INFO kablam! ... Oct 27 20:20:28.635 INFO kablam! 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 8); Oct 27 20:20:28.635 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.635 INFO kablam! | Oct 27 20:20:28.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.635 INFO kablam! | Oct 27 20:20:28.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.635 INFO kablam! | Oct 27 20:20:28.635 INFO kablam! Oct 27 20:20:28.635 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.635 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.635 INFO kablam! | Oct 27 20:20:28.635 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.635 INFO kablam! | ^^^^^ Oct 27 20:20:28.635 INFO kablam! ... Oct 27 20:20:28.635 INFO kablam! 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 8); Oct 27 20:20:28.635 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.635 INFO kablam! | Oct 27 20:20:28.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.635 INFO kablam! | Oct 27 20:20:28.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.635 INFO kablam! | Oct 27 20:20:28.635 INFO kablam! Oct 27 20:20:28.635 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.635 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.635 INFO kablam! | Oct 27 20:20:28.635 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.635 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.635 INFO kablam! ... Oct 27 20:20:28.635 INFO kablam! 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 8); Oct 27 20:20:28.635 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.635 INFO kablam! Oct 27 20:20:28.635 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.635 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.635 INFO kablam! | Oct 27 20:20:28.635 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.635 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.635 INFO kablam! ... Oct 27 20:20:28.635 INFO kablam! 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 8); Oct 27 20:20:28.635 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.635 INFO kablam! | Oct 27 20:20:28.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.636 INFO kablam! | Oct 27 20:20:28.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.636 INFO kablam! | Oct 27 20:20:28.636 INFO kablam! Oct 27 20:20:28.639 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.639 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.639 INFO kablam! | Oct 27 20:20:28.639 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.639 INFO kablam! | ^^^^^ Oct 27 20:20:28.639 INFO kablam! ... Oct 27 20:20:28.639 INFO kablam! 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 8); Oct 27 20:20:28.639 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.639 INFO kablam! | Oct 27 20:20:28.639 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.639 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.639 INFO kablam! | Oct 27 20:20:28.639 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.639 INFO kablam! | Oct 27 20:20:28.639 INFO kablam! Oct 27 20:20:28.639 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.639 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.639 INFO kablam! | Oct 27 20:20:28.639 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.639 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.639 INFO kablam! ... Oct 27 20:20:28.639 INFO kablam! 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 8); Oct 27 20:20:28.639 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.639 INFO kablam! Oct 27 20:20:28.639 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.639 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.639 INFO kablam! | Oct 27 20:20:28.639 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.639 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.639 INFO kablam! ... Oct 27 20:20:28.639 INFO kablam! 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 8); Oct 27 20:20:28.639 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.639 INFO kablam! | Oct 27 20:20:28.639 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.639 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.639 INFO kablam! | Oct 27 20:20:28.639 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.639 INFO kablam! | Oct 27 20:20:28.639 INFO kablam! Oct 27 20:20:28.645 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.645 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.645 INFO kablam! | Oct 27 20:20:28.645 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.645 INFO kablam! | ^^^^^ Oct 27 20:20:28.645 INFO kablam! ... Oct 27 20:20:28.645 INFO kablam! 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Oct 27 20:20:28.645 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.645 INFO kablam! | Oct 27 20:20:28.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.645 INFO kablam! | Oct 27 20:20:28.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.645 INFO kablam! | Oct 27 20:20:28.645 INFO kablam! Oct 27 20:20:28.645 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.645 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.645 INFO kablam! | Oct 27 20:20:28.645 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.645 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.645 INFO kablam! ... Oct 27 20:20:28.645 INFO kablam! 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Oct 27 20:20:28.645 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.645 INFO kablam! Oct 27 20:20:28.645 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.645 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.645 INFO kablam! | Oct 27 20:20:28.645 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.645 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.645 INFO kablam! ... Oct 27 20:20:28.645 INFO kablam! 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Oct 27 20:20:28.645 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.645 INFO kablam! | Oct 27 20:20:28.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.645 INFO kablam! | Oct 27 20:20:28.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.645 INFO kablam! | Oct 27 20:20:28.645 INFO kablam! Oct 27 20:20:28.645 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.645 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.645 INFO kablam! | Oct 27 20:20:28.645 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.645 INFO kablam! | ^^^^^ Oct 27 20:20:28.645 INFO kablam! ... Oct 27 20:20:28.645 INFO kablam! 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); Oct 27 20:20:28.645 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.645 INFO kablam! | Oct 27 20:20:28.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.645 INFO kablam! | Oct 27 20:20:28.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.645 INFO kablam! | Oct 27 20:20:28.645 INFO kablam! Oct 27 20:20:28.645 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.645 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.645 INFO kablam! | Oct 27 20:20:28.645 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.645 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.645 INFO kablam! ... Oct 27 20:20:28.645 INFO kablam! 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); Oct 27 20:20:28.646 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.646 INFO kablam! Oct 27 20:20:28.651 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.651 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.651 INFO kablam! | Oct 27 20:20:28.651 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.651 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.651 INFO kablam! ... Oct 27 20:20:28.651 INFO kablam! 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); Oct 27 20:20:28.651 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.651 INFO kablam! | Oct 27 20:20:28.651 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.651 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.651 INFO kablam! | Oct 27 20:20:28.651 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.651 INFO kablam! | Oct 27 20:20:28.651 INFO kablam! Oct 27 20:20:28.651 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.651 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.651 INFO kablam! | Oct 27 20:20:28.651 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.651 INFO kablam! | ^^^^^ Oct 27 20:20:28.651 INFO kablam! ... Oct 27 20:20:28.651 INFO kablam! 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Oct 27 20:20:28.651 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.651 INFO kablam! | Oct 27 20:20:28.651 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.651 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.651 INFO kablam! | Oct 27 20:20:28.651 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.651 INFO kablam! | Oct 27 20:20:28.651 INFO kablam! Oct 27 20:20:28.651 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.651 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.651 INFO kablam! | Oct 27 20:20:28.651 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.651 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.651 INFO kablam! ... Oct 27 20:20:28.651 INFO kablam! 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Oct 27 20:20:28.652 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.652 INFO kablam! Oct 27 20:20:28.652 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.652 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.652 INFO kablam! | Oct 27 20:20:28.652 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.652 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.652 INFO kablam! ... Oct 27 20:20:28.652 INFO kablam! 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Oct 27 20:20:28.652 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.652 INFO kablam! | Oct 27 20:20:28.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.652 INFO kablam! | Oct 27 20:20:28.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.652 INFO kablam! | Oct 27 20:20:28.652 INFO kablam! Oct 27 20:20:28.652 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.652 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.652 INFO kablam! | Oct 27 20:20:28.652 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.652 INFO kablam! | ^^^^^ Oct 27 20:20:28.652 INFO kablam! ... Oct 27 20:20:28.652 INFO kablam! 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); Oct 27 20:20:28.652 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.652 INFO kablam! | Oct 27 20:20:28.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.652 INFO kablam! | Oct 27 20:20:28.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.652 INFO kablam! | Oct 27 20:20:28.652 INFO kablam! Oct 27 20:20:28.652 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.652 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.652 INFO kablam! | Oct 27 20:20:28.652 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.652 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.652 INFO kablam! ... Oct 27 20:20:28.652 INFO kablam! 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); Oct 27 20:20:28.652 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.652 INFO kablam! Oct 27 20:20:28.652 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.652 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.652 INFO kablam! | Oct 27 20:20:28.652 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.652 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.652 INFO kablam! ... Oct 27 20:20:28.652 INFO kablam! 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); Oct 27 20:20:28.652 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.652 INFO kablam! | Oct 27 20:20:28.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.652 INFO kablam! | Oct 27 20:20:28.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.652 INFO kablam! | Oct 27 20:20:28.652 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.658 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.658 INFO kablam! | ^^^^^ Oct 27 20:20:28.658 INFO kablam! ... Oct 27 20:20:28.658 INFO kablam! 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); 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! 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.658 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.658 INFO kablam! | Oct 27 20:20:28.658 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.658 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.658 INFO kablam! ... Oct 27 20:20:28.658 INFO kablam! 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.658 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.658 INFO kablam! | Oct 27 20:20:28.658 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.658 INFO kablam! | ^^^^^ Oct 27 20:20:28.658 INFO kablam! ... Oct 27 20:20:28.658 INFO kablam! 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); 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! 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.658 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.658 INFO kablam! | Oct 27 20:20:28.658 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.658 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.658 INFO kablam! ... Oct 27 20:20:28.658 INFO kablam! 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); 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.659 INFO kablam! | Oct 27 20:20:28.659 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.659 INFO kablam! | Oct 27 20:20:28.659 INFO kablam! Oct 27 20:20:28.667 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.667 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.667 INFO kablam! | Oct 27 20:20:28.667 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.667 INFO kablam! | ^^^^^ Oct 27 20:20:28.667 INFO kablam! ... Oct 27 20:20:28.667 INFO kablam! 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); 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.667 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.667 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.667 INFO kablam! | Oct 27 20:20:28.667 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.667 INFO kablam! | Oct 27 20:20:28.667 INFO kablam! Oct 27 20:20:28.667 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.667 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.667 INFO kablam! | Oct 27 20:20:28.667 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.667 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.667 INFO kablam! ... Oct 27 20:20:28.667 INFO kablam! 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); 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.667 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.667 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.667 INFO kablam! | Oct 27 20:20:28.667 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.667 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.667 INFO kablam! ... Oct 27 20:20:28.667 INFO kablam! 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); 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.667 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.667 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.667 INFO kablam! | Oct 27 20:20:28.667 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.667 INFO kablam! | Oct 27 20:20:28.667 INFO kablam! Oct 27 20:20:28.667 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.667 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.667 INFO kablam! | Oct 27 20:20:28.667 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.667 INFO kablam! | ^^^^^ Oct 27 20:20:28.667 INFO kablam! ... Oct 27 20:20:28.667 INFO kablam! 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); 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.667 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.667 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.667 INFO kablam! | Oct 27 20:20:28.667 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.667 INFO kablam! | Oct 27 20:20:28.667 INFO kablam! Oct 27 20:20:28.667 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.667 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.668 INFO kablam! | Oct 27 20:20:28.668 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.668 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.668 INFO kablam! ... Oct 27 20:20:28.668 INFO kablam! 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); Oct 27 20:20:28.668 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.668 INFO kablam! Oct 27 20:20:28.668 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.668 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.668 INFO kablam! | Oct 27 20:20:28.668 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.668 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.668 INFO kablam! ... Oct 27 20:20:28.668 INFO kablam! 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); Oct 27 20:20:28.668 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.668 INFO kablam! | Oct 27 20:20:28.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.668 INFO kablam! | Oct 27 20:20:28.668 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.668 INFO kablam! | Oct 27 20:20:28.668 INFO kablam! Oct 27 20:20:28.668 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.668 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.668 INFO kablam! | Oct 27 20:20:28.668 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.668 INFO kablam! | ^^^^^ Oct 27 20:20:28.668 INFO kablam! ... Oct 27 20:20:28.668 INFO kablam! 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); Oct 27 20:20:28.668 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.668 INFO kablam! | Oct 27 20:20:28.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.668 INFO kablam! | Oct 27 20:20:28.668 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.668 INFO kablam! | Oct 27 20:20:28.668 INFO kablam! Oct 27 20:20:28.668 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.668 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.668 INFO kablam! | Oct 27 20:20:28.668 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.668 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.668 INFO kablam! ... Oct 27 20:20:28.668 INFO kablam! 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); Oct 27 20:20:28.668 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.668 INFO kablam! Oct 27 20:20:28.668 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.668 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.668 INFO kablam! | Oct 27 20:20:28.668 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.668 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.668 INFO kablam! ... Oct 27 20:20:28.668 INFO kablam! 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); Oct 27 20:20:28.668 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.668 INFO kablam! | Oct 27 20:20:28.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.668 INFO kablam! | Oct 27 20:20:28.668 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.668 INFO kablam! | Oct 27 20:20:28.668 INFO kablam! Oct 27 20:20:28.671 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.671 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.671 INFO kablam! | Oct 27 20:20:28.671 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.671 INFO kablam! | ^^^^^ Oct 27 20:20:28.671 INFO kablam! ... Oct 27 20:20:28.671 INFO kablam! 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); Oct 27 20:20:28.671 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.671 INFO kablam! | Oct 27 20:20:28.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.671 INFO kablam! | Oct 27 20:20:28.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.671 INFO kablam! | Oct 27 20:20:28.671 INFO kablam! Oct 27 20:20:28.671 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.671 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.671 INFO kablam! | Oct 27 20:20:28.671 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.671 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.671 INFO kablam! ... Oct 27 20:20:28.671 INFO kablam! 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); Oct 27 20:20:28.671 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.671 INFO kablam! Oct 27 20:20:28.671 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.671 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.671 INFO kablam! | Oct 27 20:20:28.671 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.671 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.671 INFO kablam! ... Oct 27 20:20:28.671 INFO kablam! 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); Oct 27 20:20:28.671 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.671 INFO kablam! | Oct 27 20:20:28.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.671 INFO kablam! | Oct 27 20:20:28.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.671 INFO kablam! | Oct 27 20:20:28.671 INFO kablam! Oct 27 20:20:28.671 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.671 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.671 INFO kablam! | Oct 27 20:20:28.671 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.671 INFO kablam! | ^^^^^ Oct 27 20:20:28.671 INFO kablam! ... Oct 27 20:20:28.671 INFO kablam! 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); Oct 27 20:20:28.671 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.671 INFO kablam! | Oct 27 20:20:28.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.671 INFO kablam! | Oct 27 20:20:28.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.671 INFO kablam! | Oct 27 20:20:28.671 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.674 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.674 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.674 INFO kablam! ... Oct 27 20:20:28.674 INFO kablam! 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.674 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.674 INFO kablam! | Oct 27 20:20:28.674 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.674 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.674 INFO kablam! ... Oct 27 20:20:28.674 INFO kablam! 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); 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.679 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.679 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.679 INFO kablam! | Oct 27 20:20:28.679 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.679 INFO kablam! | ^^^^^ Oct 27 20:20:28.679 INFO kablam! ... Oct 27 20:20:28.679 INFO kablam! 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Oct 27 20:20:28.679 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.679 INFO kablam! | Oct 27 20:20:28.679 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.679 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.679 INFO kablam! | Oct 27 20:20:28.679 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.679 INFO kablam! | Oct 27 20:20:28.679 INFO kablam! Oct 27 20:20:28.679 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.679 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.679 INFO kablam! | Oct 27 20:20:28.679 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.679 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.679 INFO kablam! ... Oct 27 20:20:28.679 INFO kablam! 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Oct 27 20:20:28.679 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.679 INFO kablam! Oct 27 20:20:28.679 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.679 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.679 INFO kablam! | Oct 27 20:20:28.679 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.679 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.679 INFO kablam! ... Oct 27 20:20:28.679 INFO kablam! 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Oct 27 20:20:28.679 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.679 INFO kablam! | Oct 27 20:20:28.679 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.679 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.679 INFO kablam! | Oct 27 20:20:28.679 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.679 INFO kablam! | Oct 27 20:20:28.679 INFO kablam! Oct 27 20:20:28.679 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.679 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.679 INFO kablam! | Oct 27 20:20:28.679 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.679 INFO kablam! | ^^^^^ Oct 27 20:20:28.679 INFO kablam! ... Oct 27 20:20:28.679 INFO kablam! 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); 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! 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); 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! 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); 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.683 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.683 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.683 INFO kablam! | Oct 27 20:20:28.683 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.683 INFO kablam! | ^^^^^ Oct 27 20:20:28.683 INFO kablam! ... Oct 27 20:20:28.683 INFO kablam! 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Oct 27 20:20:28.683 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.683 INFO kablam! | Oct 27 20:20:28.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.683 INFO kablam! | Oct 27 20:20:28.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.683 INFO kablam! | Oct 27 20:20:28.683 INFO kablam! Oct 27 20:20:28.683 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.683 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.683 INFO kablam! | Oct 27 20:20:28.683 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.683 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.683 INFO kablam! ... Oct 27 20:20:28.683 INFO kablam! 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Oct 27 20:20:28.683 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.683 INFO kablam! Oct 27 20:20:28.683 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.683 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.683 INFO kablam! | Oct 27 20:20:28.683 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.683 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.683 INFO kablam! ... Oct 27 20:20:28.683 INFO kablam! 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Oct 27 20:20:28.683 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.683 INFO kablam! | Oct 27 20:20:28.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.683 INFO kablam! | Oct 27 20:20:28.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.683 INFO kablam! | Oct 27 20:20:28.683 INFO kablam! Oct 27 20:20:28.683 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.683 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.683 INFO kablam! | Oct 27 20:20:28.683 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.683 INFO kablam! | ^^^^^ Oct 27 20:20:28.683 INFO kablam! ... Oct 27 20:20:28.683 INFO kablam! 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Oct 27 20:20:28.683 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.683 INFO kablam! | Oct 27 20:20:28.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.683 INFO kablam! | Oct 27 20:20:28.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.683 INFO kablam! | Oct 27 20:20:28.683 INFO kablam! Oct 27 20:20:28.687 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.687 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.687 INFO kablam! | Oct 27 20:20:28.687 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.687 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.687 INFO kablam! ... Oct 27 20:20:28.687 INFO kablam! 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Oct 27 20:20:28.687 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.687 INFO kablam! Oct 27 20:20:28.687 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.687 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.687 INFO kablam! | Oct 27 20:20:28.687 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.687 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.687 INFO kablam! ... Oct 27 20:20:28.687 INFO kablam! 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Oct 27 20:20:28.687 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.687 INFO kablam! | Oct 27 20:20:28.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.687 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.687 INFO kablam! | Oct 27 20:20:28.687 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.687 INFO kablam! | Oct 27 20:20:28.687 INFO kablam! Oct 27 20:20:28.687 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.687 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.687 INFO kablam! | Oct 27 20:20:28.687 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.687 INFO kablam! | ^^^^^ Oct 27 20:20:28.687 INFO kablam! ... Oct 27 20:20:28.687 INFO kablam! 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); Oct 27 20:20:28.687 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.687 INFO kablam! | Oct 27 20:20:28.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.687 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.687 INFO kablam! | Oct 27 20:20:28.687 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.687 INFO kablam! | Oct 27 20:20:28.687 INFO kablam! Oct 27 20:20:28.687 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.687 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.687 INFO kablam! | Oct 27 20:20:28.687 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.687 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.687 INFO kablam! ... Oct 27 20:20:28.687 INFO kablam! 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); Oct 27 20:20:28.687 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.687 INFO kablam! Oct 27 20:20:28.687 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.687 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.687 INFO kablam! | Oct 27 20:20:28.687 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.687 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.687 INFO kablam! ... Oct 27 20:20:28.688 INFO kablam! 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); 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! 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); 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.692 INFO kablam! | Oct 27 20:20:28.692 INFO kablam! Oct 27 20:20:28.692 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.692 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.692 INFO kablam! | Oct 27 20:20:28.692 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.692 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.692 INFO kablam! ... Oct 27 20:20:28.692 INFO kablam! 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.692 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.692 INFO kablam! | Oct 27 20:20:28.692 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.692 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.692 INFO kablam! ... Oct 27 20:20:28.692 INFO kablam! 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); 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.692 INFO kablam! | Oct 27 20:20:28.692 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! 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); Oct 27 20:20:28.692 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.695 INFO kablam! | Oct 27 20:20:28.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.695 INFO kablam! | Oct 27 20:20:28.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.695 INFO kablam! | Oct 27 20:20:28.695 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.695 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.695 INFO kablam! ... Oct 27 20:20:28.695 INFO kablam! 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); Oct 27 20:20:28.695 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.695 INFO kablam! Oct 27 20:20:28.695 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.695 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.695 INFO kablam! | Oct 27 20:20:28.695 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.695 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.695 INFO kablam! ... Oct 27 20:20:28.695 INFO kablam! 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); Oct 27 20:20:28.695 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.695 INFO kablam! | Oct 27 20:20:28.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.695 INFO kablam! | Oct 27 20:20:28.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.695 INFO kablam! | Oct 27 20:20:28.695 INFO kablam! Oct 27 20:20:28.695 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.695 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.695 INFO kablam! | Oct 27 20:20:28.695 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.695 INFO kablam! | ^^^^^ Oct 27 20:20:28.695 INFO kablam! ... Oct 27 20:20:28.695 INFO kablam! 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); Oct 27 20:20:28.695 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.695 INFO kablam! | Oct 27 20:20:28.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.695 INFO kablam! | Oct 27 20:20:28.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.695 INFO kablam! | Oct 27 20:20:28.695 INFO kablam! Oct 27 20:20:28.697 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.697 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.697 INFO kablam! | Oct 27 20:20:28.697 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.697 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.697 INFO kablam! ... Oct 27 20:20:28.697 INFO kablam! 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); Oct 27 20:20:28.697 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.697 INFO kablam! Oct 27 20:20:28.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.697 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.697 INFO kablam! | Oct 27 20:20:28.697 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.697 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.697 INFO kablam! ... Oct 27 20:20:28.697 INFO kablam! 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); Oct 27 20:20:28.697 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.697 INFO kablam! | Oct 27 20:20:28.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.697 INFO kablam! | Oct 27 20:20:28.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.697 INFO kablam! | Oct 27 20:20:28.697 INFO kablam! Oct 27 20:20:28.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.697 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.697 INFO kablam! | Oct 27 20:20:28.697 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.697 INFO kablam! | ^^^^^ Oct 27 20:20:28.697 INFO kablam! ... Oct 27 20:20:28.697 INFO kablam! 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Oct 27 20:20:28.697 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.697 INFO kablam! | Oct 27 20:20:28.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.697 INFO kablam! | Oct 27 20:20:28.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.697 INFO kablam! | Oct 27 20:20:28.697 INFO kablam! Oct 27 20:20:28.698 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.698 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.698 INFO kablam! | Oct 27 20:20:28.698 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.698 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.698 INFO kablam! ... Oct 27 20:20:28.698 INFO kablam! 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Oct 27 20:20:28.698 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.698 INFO kablam! Oct 27 20:20:28.700 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.700 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.700 INFO kablam! | Oct 27 20:20:28.700 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.700 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.700 INFO kablam! ... Oct 27 20:20:28.700 INFO kablam! 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Oct 27 20:20:28.700 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.700 INFO kablam! | Oct 27 20:20:28.700 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.700 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.700 INFO kablam! | Oct 27 20:20:28.700 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.700 INFO kablam! | Oct 27 20:20:28.700 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! 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); 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 `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! 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); 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! 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); 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.711 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.711 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.711 INFO kablam! | Oct 27 20:20:28.711 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.711 INFO kablam! | ^^^^^ Oct 27 20:20:28.711 INFO kablam! ... Oct 27 20:20:28.711 INFO kablam! 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Oct 27 20:20:28.711 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.711 INFO kablam! | Oct 27 20:20:28.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.711 INFO kablam! | Oct 27 20:20:28.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.711 INFO kablam! | Oct 27 20:20:28.711 INFO kablam! Oct 27 20:20:28.711 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.711 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.711 INFO kablam! | Oct 27 20:20:28.711 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.711 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.711 INFO kablam! ... Oct 27 20:20:28.711 INFO kablam! 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Oct 27 20:20:28.711 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.711 INFO kablam! Oct 27 20:20:28.711 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.711 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.711 INFO kablam! | Oct 27 20:20:28.711 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.711 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.711 INFO kablam! ... Oct 27 20:20:28.711 INFO kablam! 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Oct 27 20:20:28.711 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.711 INFO kablam! | Oct 27 20:20:28.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.711 INFO kablam! | Oct 27 20:20:28.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.711 INFO kablam! | Oct 27 20:20:28.711 INFO kablam! Oct 27 20:20:28.711 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.711 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.711 INFO kablam! | Oct 27 20:20:28.711 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.711 INFO kablam! | ^^^^^ Oct 27 20:20:28.711 INFO kablam! ... Oct 27 20:20:28.711 INFO kablam! 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); Oct 27 20:20:28.711 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.711 INFO kablam! | Oct 27 20:20:28.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.711 INFO kablam! | Oct 27 20:20:28.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.711 INFO kablam! | Oct 27 20:20:28.711 INFO kablam! Oct 27 20:20:28.712 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.712 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.712 INFO kablam! | Oct 27 20:20:28.712 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.712 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.712 INFO kablam! ... Oct 27 20:20:28.712 INFO kablam! 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); Oct 27 20:20:28.712 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.712 INFO kablam! Oct 27 20:20:28.712 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.712 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.712 INFO kablam! | Oct 27 20:20:28.712 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.712 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.712 INFO kablam! ... Oct 27 20:20:28.712 INFO kablam! 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); Oct 27 20:20:28.712 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.712 INFO kablam! | Oct 27 20:20:28.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.712 INFO kablam! | Oct 27 20:20:28.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.712 INFO kablam! | Oct 27 20:20:28.712 INFO kablam! Oct 27 20:20:28.723 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.723 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.723 INFO kablam! | ^^^^^ Oct 27 20:20:28.723 INFO kablam! ... Oct 27 20:20:28.723 INFO kablam! 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); Oct 27 20:20:28.723 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! Oct 27 20:20:28.723 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.723 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.723 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.723 INFO kablam! ... Oct 27 20:20:28.723 INFO kablam! 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); Oct 27 20:20:28.723 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.723 INFO kablam! Oct 27 20:20:28.723 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.723 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.723 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.723 INFO kablam! ... Oct 27 20:20:28.723 INFO kablam! 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); Oct 27 20:20:28.723 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! Oct 27 20:20:28.723 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.723 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.723 INFO kablam! | ^^^^^ Oct 27 20:20:28.723 INFO kablam! ... Oct 27 20:20:28.723 INFO kablam! 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 16); Oct 27 20:20:28.723 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! Oct 27 20:20:28.723 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.723 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.723 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.723 INFO kablam! ... Oct 27 20:20:28.723 INFO kablam! 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 16); Oct 27 20:20:28.723 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.723 INFO kablam! Oct 27 20:20:28.723 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.723 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.723 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.723 INFO kablam! ... Oct 27 20:20:28.723 INFO kablam! 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 16); Oct 27 20:20:28.723 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! Oct 27 20:20:28.723 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.723 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.723 INFO kablam! | Oct 27 20:20:28.723 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.723 INFO kablam! | ^^^^^ Oct 27 20:20:28.723 INFO kablam! ... Oct 27 20:20:28.724 INFO kablam! 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 16); Oct 27 20:20:28.724 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! Oct 27 20:20:28.724 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.724 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.724 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.724 INFO kablam! ... Oct 27 20:20:28.724 INFO kablam! 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 16); Oct 27 20:20:28.724 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.724 INFO kablam! Oct 27 20:20:28.724 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.724 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.724 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.724 INFO kablam! ... Oct 27 20:20:28.724 INFO kablam! 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 16); Oct 27 20:20:28.724 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! Oct 27 20:20:28.724 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.724 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.724 INFO kablam! | ^^^^^ Oct 27 20:20:28.724 INFO kablam! ... Oct 27 20:20:28.724 INFO kablam! 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Oct 27 20:20:28.724 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! Oct 27 20:20:28.724 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.724 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.724 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.724 INFO kablam! ... Oct 27 20:20:28.724 INFO kablam! 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Oct 27 20:20:28.724 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.724 INFO kablam! Oct 27 20:20:28.724 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.724 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.724 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.724 INFO kablam! ... Oct 27 20:20:28.724 INFO kablam! 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Oct 27 20:20:28.724 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.724 INFO kablam! | Oct 27 20:20:28.724 INFO kablam! Oct 27 20:20:28.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.729 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.729 INFO kablam! | Oct 27 20:20:28.729 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.729 INFO kablam! | ^^^^^ Oct 27 20:20:28.729 INFO kablam! ... Oct 27 20:20:28.729 INFO kablam! 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 16); Oct 27 20:20:28.729 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.729 INFO kablam! | Oct 27 20:20:28.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.729 INFO kablam! | Oct 27 20:20:28.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.729 INFO kablam! | Oct 27 20:20:28.729 INFO kablam! Oct 27 20:20:28.729 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.729 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.729 INFO kablam! | Oct 27 20:20:28.730 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.730 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.730 INFO kablam! ... Oct 27 20:20:28.730 INFO kablam! 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 16); Oct 27 20:20:28.730 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.730 INFO kablam! Oct 27 20:20:28.730 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.730 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.730 INFO kablam! | Oct 27 20:20:28.730 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.730 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.730 INFO kablam! ... Oct 27 20:20:28.730 INFO kablam! 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 16); Oct 27 20:20:28.730 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.730 INFO kablam! | Oct 27 20:20:28.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.730 INFO kablam! | Oct 27 20:20:28.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.730 INFO kablam! | Oct 27 20:20:28.730 INFO kablam! Oct 27 20:20:28.730 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.730 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.730 INFO kablam! | Oct 27 20:20:28.730 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.730 INFO kablam! | ^^^^^ Oct 27 20:20:28.730 INFO kablam! ... Oct 27 20:20:28.730 INFO kablam! 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 16); Oct 27 20:20:28.730 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.730 INFO kablam! | Oct 27 20:20:28.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.730 INFO kablam! | Oct 27 20:20:28.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.730 INFO kablam! | Oct 27 20:20:28.730 INFO kablam! Oct 27 20:20:28.730 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.730 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.730 INFO kablam! | Oct 27 20:20:28.730 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.730 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.730 INFO kablam! ... Oct 27 20:20:28.730 INFO kablam! 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 16); Oct 27 20:20:28.730 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.730 INFO kablam! Oct 27 20:20:28.730 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.730 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.730 INFO kablam! | Oct 27 20:20:28.730 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.730 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.730 INFO kablam! ... Oct 27 20:20:28.730 INFO kablam! 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 16); Oct 27 20:20:28.730 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.730 INFO kablam! | Oct 27 20:20:28.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.730 INFO kablam! | Oct 27 20:20:28.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.730 INFO kablam! | Oct 27 20:20:28.730 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! 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); 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.733 INFO kablam! | Oct 27 20:20:28.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.733 INFO kablam! | Oct 27 20:20:28.733 INFO kablam! Oct 27 20:20:28.734 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.734 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.734 INFO kablam! | Oct 27 20:20:28.734 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.734 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.734 INFO kablam! ... Oct 27 20:20:28.734 INFO kablam! 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); Oct 27 20:20:28.734 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.734 INFO kablam! Oct 27 20:20:28.734 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.734 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.734 INFO kablam! | Oct 27 20:20:28.734 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.734 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.734 INFO kablam! ... Oct 27 20:20:28.734 INFO kablam! 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); Oct 27 20:20:28.734 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.734 INFO kablam! | Oct 27 20:20:28.734 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.734 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.734 INFO kablam! | Oct 27 20:20:28.734 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.734 INFO kablam! | Oct 27 20:20:28.734 INFO kablam! Oct 27 20:20:28.734 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.734 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.734 INFO kablam! | Oct 27 20:20:28.734 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.734 INFO kablam! | ^^^^^ Oct 27 20:20:28.734 INFO kablam! ... Oct 27 20:20:28.734 INFO kablam! 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); Oct 27 20:20:28.734 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.734 INFO kablam! | Oct 27 20:20:28.735 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.735 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.735 INFO kablam! | Oct 27 20:20:28.735 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.735 INFO kablam! | Oct 27 20:20:28.735 INFO kablam! Oct 27 20:20:28.735 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.735 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.735 INFO kablam! | Oct 27 20:20:28.735 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.735 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.735 INFO kablam! ... Oct 27 20:20:28.735 INFO kablam! 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); 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.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! 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); 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.740 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.740 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.740 INFO kablam! | Oct 27 20:20:28.740 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.740 INFO kablam! | ^^^^^ Oct 27 20:20:28.740 INFO kablam! ... Oct 27 20:20:28.740 INFO kablam! 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); 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.740 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.740 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.740 INFO kablam! | Oct 27 20:20:28.740 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.740 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.740 INFO kablam! ... Oct 27 20:20:28.740 INFO kablam! 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); 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! 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! 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); 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! 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 16); 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.743 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.743 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.743 INFO kablam! | Oct 27 20:20:28.743 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.743 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.743 INFO kablam! ... Oct 27 20:20:28.743 INFO kablam! 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.743 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.743 INFO kablam! | Oct 27 20:20:28.743 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.743 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.743 INFO kablam! ... Oct 27 20:20:28.743 INFO kablam! 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 16); 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.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! 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 16); 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.745 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.745 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.745 INFO kablam! | Oct 27 20:20:28.745 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.745 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.745 INFO kablam! ... Oct 27 20:20:28.745 INFO kablam! 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 16); Oct 27 20:20:28.745 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.745 INFO kablam! Oct 27 20:20:28.747 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.747 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.747 INFO kablam! | Oct 27 20:20:28.747 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.747 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.747 INFO kablam! ... Oct 27 20:20:28.747 INFO kablam! 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 16); Oct 27 20:20:28.747 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.747 INFO kablam! | Oct 27 20:20:28.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.747 INFO kablam! | Oct 27 20:20:28.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.747 INFO kablam! | Oct 27 20:20:28.747 INFO kablam! Oct 27 20:20:28.747 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.747 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.747 INFO kablam! | Oct 27 20:20:28.747 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.747 INFO kablam! | ^^^^^ Oct 27 20:20:28.747 INFO kablam! ... Oct 27 20:20:28.747 INFO kablam! 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 16); Oct 27 20:20:28.747 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.747 INFO kablam! | Oct 27 20:20:28.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.747 INFO kablam! | Oct 27 20:20:28.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.747 INFO kablam! | Oct 27 20:20:28.747 INFO kablam! Oct 27 20:20:28.747 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.747 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.747 INFO kablam! | Oct 27 20:20:28.747 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.747 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.747 INFO kablam! ... Oct 27 20:20:28.747 INFO kablam! 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 16); Oct 27 20:20:28.747 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.747 INFO kablam! Oct 27 20:20:28.747 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.747 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.747 INFO kablam! | Oct 27 20:20:28.747 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.747 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.747 INFO kablam! ... Oct 27 20:20:28.747 INFO kablam! 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 16); Oct 27 20:20:28.747 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.747 INFO kablam! | Oct 27 20:20:28.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.747 INFO kablam! | Oct 27 20:20:28.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.747 INFO kablam! | Oct 27 20:20:28.747 INFO kablam! Oct 27 20:20:28.753 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.753 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.753 INFO kablam! | Oct 27 20:20:28.753 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.753 INFO kablam! | ^^^^^ Oct 27 20:20:28.753 INFO kablam! ... Oct 27 20:20:28.753 INFO kablam! 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 16); 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.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.753 INFO kablam! | Oct 27 20:20:28.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.753 INFO kablam! | Oct 27 20:20:28.753 INFO kablam! Oct 27 20:20:28.753 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.753 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! 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 16); 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.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.753 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.753 INFO kablam! | Oct 27 20:20:28.753 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.753 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.753 INFO kablam! ... Oct 27 20:20:28.753 INFO kablam! 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 16); 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.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.753 INFO kablam! | Oct 27 20:20:28.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.753 INFO kablam! | Oct 27 20:20:28.753 INFO kablam! Oct 27 20:20:28.753 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.753 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.753 INFO kablam! | Oct 27 20:20:28.753 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.753 INFO kablam! | ^^^^^ Oct 27 20:20:28.753 INFO kablam! ... Oct 27 20:20:28.753 INFO kablam! 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 16); 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.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.753 INFO kablam! | Oct 27 20:20:28.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.753 INFO kablam! | Oct 27 20:20:28.753 INFO kablam! Oct 27 20:20:28.753 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.753 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! 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 16); 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.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.753 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.753 INFO kablam! | Oct 27 20:20:28.753 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.753 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.753 INFO kablam! ... Oct 27 20:20:28.753 INFO kablam! 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 16); 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.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.753 INFO kablam! | Oct 27 20:20:28.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.754 INFO kablam! | Oct 27 20:20:28.754 INFO kablam! Oct 27 20:20:28.754 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.754 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.754 INFO kablam! | Oct 27 20:20:28.754 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.754 INFO kablam! | ^^^^^ Oct 27 20:20:28.754 INFO kablam! ... Oct 27 20:20:28.754 INFO kablam! 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Oct 27 20:20:28.754 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.754 INFO kablam! | Oct 27 20:20:28.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.754 INFO kablam! | Oct 27 20:20:28.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.754 INFO kablam! | Oct 27 20:20:28.754 INFO kablam! Oct 27 20:20:28.758 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.758 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.758 INFO kablam! | Oct 27 20:20:28.758 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.758 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.758 INFO kablam! ... Oct 27 20:20:28.758 INFO kablam! 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Oct 27 20:20:28.758 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.758 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.759 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.759 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.759 INFO kablam! ... Oct 27 20:20:28.759 INFO kablam! 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Oct 27 20:20:28.759 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! Oct 27 20:20:28.759 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.759 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.759 INFO kablam! | ^^^^^ Oct 27 20:20:28.759 INFO kablam! ... Oct 27 20:20:28.759 INFO kablam! 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Oct 27 20:20:28.759 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! Oct 27 20:20:28.759 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.759 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.759 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.759 INFO kablam! ... Oct 27 20:20:28.759 INFO kablam! 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Oct 27 20:20:28.759 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.759 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.759 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.759 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.759 INFO kablam! ... Oct 27 20:20:28.759 INFO kablam! 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Oct 27 20:20:28.759 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! Oct 27 20:20:28.759 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.759 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.759 INFO kablam! | ^^^^^ Oct 27 20:20:28.759 INFO kablam! ... Oct 27 20:20:28.759 INFO kablam! 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 16); Oct 27 20:20:28.759 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! Oct 27 20:20:28.759 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.759 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.759 INFO kablam! | Oct 27 20:20:28.759 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.759 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.759 INFO kablam! ... Oct 27 20:20:28.759 INFO kablam! 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 16); Oct 27 20:20:28.759 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.759 INFO kablam! Oct 27 20:20:28.765 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.765 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.765 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.765 INFO kablam! ... Oct 27 20:20:28.765 INFO kablam! 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 16); Oct 27 20:20:28.765 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! Oct 27 20:20:28.765 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.765 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.765 INFO kablam! | ^^^^^ Oct 27 20:20:28.765 INFO kablam! ... Oct 27 20:20:28.765 INFO kablam! 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 16); Oct 27 20:20:28.765 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! Oct 27 20:20:28.765 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.765 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.765 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.765 INFO kablam! ... Oct 27 20:20:28.765 INFO kablam! 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 16); Oct 27 20:20:28.765 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.765 INFO kablam! Oct 27 20:20:28.765 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.765 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.765 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.765 INFO kablam! ... Oct 27 20:20:28.765 INFO kablam! 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 16); Oct 27 20:20:28.765 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! Oct 27 20:20:28.765 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.765 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.765 INFO kablam! | ^^^^^ Oct 27 20:20:28.765 INFO kablam! ... Oct 27 20:20:28.765 INFO kablam! 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Oct 27 20:20:28.765 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! Oct 27 20:20:28.765 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.765 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.765 INFO kablam! | Oct 27 20:20:28.765 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.765 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.765 INFO kablam! ... Oct 27 20:20:28.765 INFO kablam! 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Oct 27 20:20:28.765 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.765 INFO kablam! Oct 27 20:20:28.767 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.767 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.767 INFO kablam! | Oct 27 20:20:28.767 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.767 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.767 INFO kablam! ... Oct 27 20:20:28.767 INFO kablam! 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Oct 27 20:20:28.767 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.767 INFO kablam! | Oct 27 20:20:28.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.767 INFO kablam! | Oct 27 20:20:28.767 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.767 INFO kablam! | Oct 27 20:20:28.767 INFO kablam! Oct 27 20:20:28.767 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.767 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.767 INFO kablam! | Oct 27 20:20:28.767 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.767 INFO kablam! | ^^^^^ Oct 27 20:20:28.767 INFO kablam! ... Oct 27 20:20:28.767 INFO kablam! 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Oct 27 20:20:28.767 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.767 INFO kablam! | Oct 27 20:20:28.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.767 INFO kablam! | Oct 27 20:20:28.767 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.767 INFO kablam! | Oct 27 20:20:28.767 INFO kablam! Oct 27 20:20:28.767 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.767 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.767 INFO kablam! | Oct 27 20:20:28.767 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.767 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.767 INFO kablam! ... Oct 27 20:20:28.767 INFO kablam! 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Oct 27 20:20:28.767 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.767 INFO kablam! Oct 27 20:20:28.767 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.767 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.767 INFO kablam! | Oct 27 20:20:28.767 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.767 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.767 INFO kablam! ... Oct 27 20:20:28.767 INFO kablam! 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Oct 27 20:20:28.767 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.767 INFO kablam! | Oct 27 20:20:28.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.767 INFO kablam! | Oct 27 20:20:28.767 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.767 INFO kablam! | Oct 27 20:20:28.768 INFO kablam! Oct 27 20:20:28.768 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.768 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.768 INFO kablam! | Oct 27 20:20:28.768 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.768 INFO kablam! | ^^^^^ Oct 27 20:20:28.768 INFO kablam! ... Oct 27 20:20:28.768 INFO kablam! 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Oct 27 20:20:28.768 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.768 INFO kablam! | Oct 27 20:20:28.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.768 INFO kablam! | Oct 27 20:20:28.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.768 INFO kablam! | Oct 27 20:20:28.768 INFO kablam! Oct 27 20:20:28.768 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.768 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.768 INFO kablam! | Oct 27 20:20:28.768 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.768 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.768 INFO kablam! ... Oct 27 20:20:28.768 INFO kablam! 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Oct 27 20:20:28.768 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.768 INFO kablam! Oct 27 20:20:28.771 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.771 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.771 INFO kablam! | Oct 27 20:20:28.771 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.771 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.771 INFO kablam! ... Oct 27 20:20:28.771 INFO kablam! 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Oct 27 20:20:28.771 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.771 INFO kablam! | Oct 27 20:20:28.771 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.771 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.771 INFO kablam! | Oct 27 20:20:28.771 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.771 INFO kablam! | Oct 27 20:20:28.771 INFO kablam! Oct 27 20:20:28.771 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.771 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.771 INFO kablam! | Oct 27 20:20:28.771 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.771 INFO kablam! | ^^^^^ Oct 27 20:20:28.771 INFO kablam! ... Oct 27 20:20:28.771 INFO kablam! 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Oct 27 20:20:28.771 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.771 INFO kablam! | Oct 27 20:20:28.771 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.771 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.771 INFO kablam! | Oct 27 20:20:28.771 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.771 INFO kablam! | Oct 27 20:20:28.771 INFO kablam! Oct 27 20:20:28.771 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.771 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.771 INFO kablam! | Oct 27 20:20:28.771 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.771 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.771 INFO kablam! ... Oct 27 20:20:28.772 INFO kablam! 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Oct 27 20:20:28.772 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.772 INFO kablam! Oct 27 20:20:28.772 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.772 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.772 INFO kablam! | Oct 27 20:20:28.772 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.772 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.772 INFO kablam! ... Oct 27 20:20:28.772 INFO kablam! 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Oct 27 20:20:28.772 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.772 INFO kablam! | Oct 27 20:20:28.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.772 INFO kablam! | Oct 27 20:20:28.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.772 INFO kablam! | Oct 27 20:20:28.772 INFO kablam! Oct 27 20:20:28.772 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.772 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.772 INFO kablam! | Oct 27 20:20:28.772 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.772 INFO kablam! | ^^^^^ Oct 27 20:20:28.772 INFO kablam! ... Oct 27 20:20:28.772 INFO kablam! 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 16); Oct 27 20:20:28.772 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.772 INFO kablam! | Oct 27 20:20:28.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.772 INFO kablam! | Oct 27 20:20:28.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.772 INFO kablam! | Oct 27 20:20:28.772 INFO kablam! Oct 27 20:20:28.772 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.772 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.772 INFO kablam! | Oct 27 20:20:28.772 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.772 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.772 INFO kablam! ... Oct 27 20:20:28.772 INFO kablam! 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 16); Oct 27 20:20:28.772 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.772 INFO kablam! Oct 27 20:20:28.772 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.772 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.772 INFO kablam! | Oct 27 20:20:28.772 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.772 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.772 INFO kablam! ... Oct 27 20:20:28.772 INFO kablam! 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 16); Oct 27 20:20:28.772 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.772 INFO kablam! | Oct 27 20:20:28.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! Oct 27 20:20:28.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.779 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.779 INFO kablam! | ^^^^^ Oct 27 20:20:28.779 INFO kablam! ... Oct 27 20:20:28.779 INFO kablam! 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Oct 27 20:20:28.779 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! Oct 27 20:20:28.779 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.779 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.779 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.779 INFO kablam! ... Oct 27 20:20:28.779 INFO kablam! 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Oct 27 20:20:28.779 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.779 INFO kablam! Oct 27 20:20:28.779 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.779 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.779 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.779 INFO kablam! ... Oct 27 20:20:28.779 INFO kablam! 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Oct 27 20:20:28.779 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! Oct 27 20:20:28.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.779 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.779 INFO kablam! | ^^^^^ Oct 27 20:20:28.779 INFO kablam! ... Oct 27 20:20:28.779 INFO kablam! 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Oct 27 20:20:28.779 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! Oct 27 20:20:28.779 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.779 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.779 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.779 INFO kablam! ... Oct 27 20:20:28.779 INFO kablam! 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Oct 27 20:20:28.779 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.779 INFO kablam! Oct 27 20:20:28.779 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.779 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.779 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.779 INFO kablam! ... Oct 27 20:20:28.779 INFO kablam! 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Oct 27 20:20:28.779 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.779 INFO kablam! Oct 27 20:20:28.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.779 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.779 INFO kablam! | Oct 27 20:20:28.780 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.780 INFO kablam! | ^^^^^ Oct 27 20:20:28.780 INFO kablam! ... Oct 27 20:20:28.780 INFO kablam! 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 16); Oct 27 20:20:28.780 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.780 INFO kablam! | Oct 27 20:20:28.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.780 INFO kablam! | Oct 27 20:20:28.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.780 INFO kablam! | Oct 27 20:20:28.780 INFO kablam! Oct 27 20:20:28.780 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.780 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.780 INFO kablam! | Oct 27 20:20:28.780 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.780 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.780 INFO kablam! ... Oct 27 20:20:28.780 INFO kablam! 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 16); Oct 27 20:20:28.780 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.780 INFO kablam! Oct 27 20:20:28.780 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.780 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.780 INFO kablam! | Oct 27 20:20:28.780 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.780 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.780 INFO kablam! ... Oct 27 20:20:28.780 INFO kablam! 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 16); Oct 27 20:20:28.780 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.780 INFO kablam! | Oct 27 20:20:28.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.780 INFO kablam! | Oct 27 20:20:28.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.780 INFO kablam! | Oct 27 20:20:28.780 INFO kablam! Oct 27 20:20:28.784 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.784 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.784 INFO kablam! | Oct 27 20:20:28.784 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.784 INFO kablam! | ^^^^^ Oct 27 20:20:28.784 INFO kablam! ... Oct 27 20:20:28.784 INFO kablam! 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Oct 27 20:20:28.784 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.784 INFO kablam! | Oct 27 20:20:28.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.784 INFO kablam! | Oct 27 20:20:28.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.784 INFO kablam! | Oct 27 20:20:28.784 INFO kablam! Oct 27 20:20:28.784 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.784 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.784 INFO kablam! | Oct 27 20:20:28.784 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.784 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.784 INFO kablam! ... Oct 27 20:20:28.784 INFO kablam! 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Oct 27 20:20:28.784 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.784 INFO kablam! Oct 27 20:20:28.784 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.784 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.784 INFO kablam! | Oct 27 20:20:28.784 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.784 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.784 INFO kablam! ... Oct 27 20:20:28.784 INFO kablam! 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Oct 27 20:20:28.784 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.784 INFO kablam! | Oct 27 20:20:28.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.784 INFO kablam! | Oct 27 20:20:28.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.784 INFO kablam! | Oct 27 20:20:28.784 INFO kablam! Oct 27 20:20:28.790 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.790 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.790 INFO kablam! | Oct 27 20:20:28.790 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.790 INFO kablam! | ^^^^^ Oct 27 20:20:28.790 INFO kablam! ... Oct 27 20:20:28.790 INFO kablam! 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Oct 27 20:20:28.790 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.790 INFO kablam! | Oct 27 20:20:28.790 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.790 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.790 INFO kablam! | Oct 27 20:20:28.790 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.790 INFO kablam! | Oct 27 20:20:28.790 INFO kablam! Oct 27 20:20:28.790 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.790 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.790 INFO kablam! | Oct 27 20:20:28.790 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.790 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.790 INFO kablam! ... Oct 27 20:20:28.790 INFO kablam! 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Oct 27 20:20:28.790 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.790 INFO kablam! Oct 27 20:20:28.790 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.790 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.790 INFO kablam! | Oct 27 20:20:28.790 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.790 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.790 INFO kablam! ... Oct 27 20:20:28.790 INFO kablam! 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Oct 27 20:20:28.790 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.790 INFO kablam! | Oct 27 20:20:28.790 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.790 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.790 INFO kablam! | Oct 27 20:20:28.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.791 INFO kablam! | Oct 27 20:20:28.791 INFO kablam! Oct 27 20:20:28.791 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.791 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.791 INFO kablam! | Oct 27 20:20:28.791 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.791 INFO kablam! | ^^^^^ Oct 27 20:20:28.791 INFO kablam! ... Oct 27 20:20:28.791 INFO kablam! 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Oct 27 20:20:28.791 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.791 INFO kablam! | Oct 27 20:20:28.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.791 INFO kablam! | Oct 27 20:20:28.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.791 INFO kablam! | Oct 27 20:20:28.791 INFO kablam! Oct 27 20:20:28.798 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.798 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.798 INFO kablam! | Oct 27 20:20:28.798 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.798 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.798 INFO kablam! ... Oct 27 20:20:28.798 INFO kablam! 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Oct 27 20:20:28.798 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.798 INFO kablam! Oct 27 20:20:28.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.798 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.798 INFO kablam! | Oct 27 20:20:28.798 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.798 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.798 INFO kablam! ... Oct 27 20:20:28.798 INFO kablam! 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Oct 27 20:20:28.798 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.798 INFO kablam! | Oct 27 20:20:28.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.798 INFO kablam! | Oct 27 20:20:28.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.798 INFO kablam! | Oct 27 20:20:28.798 INFO kablam! Oct 27 20:20:28.798 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.798 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.798 INFO kablam! | Oct 27 20:20:28.798 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.798 INFO kablam! | ^^^^^ Oct 27 20:20:28.798 INFO kablam! ... Oct 27 20:20:28.798 INFO kablam! 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); Oct 27 20:20:28.798 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.798 INFO kablam! | Oct 27 20:20:28.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.798 INFO kablam! | Oct 27 20:20:28.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.798 INFO kablam! | Oct 27 20:20:28.798 INFO kablam! Oct 27 20:20:28.798 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.798 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.798 INFO kablam! | Oct 27 20:20:28.799 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.799 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.799 INFO kablam! ... Oct 27 20:20:28.799 INFO kablam! 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); Oct 27 20:20:28.799 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.799 INFO kablam! Oct 27 20:20:28.799 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.799 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.799 INFO kablam! | Oct 27 20:20:28.799 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.799 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.799 INFO kablam! ... Oct 27 20:20:28.799 INFO kablam! 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); Oct 27 20:20:28.799 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.799 INFO kablam! | Oct 27 20:20:28.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.799 INFO kablam! | Oct 27 20:20:28.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.799 INFO kablam! | Oct 27 20:20:28.799 INFO kablam! Oct 27 20:20:28.799 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.799 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.799 INFO kablam! | Oct 27 20:20:28.799 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.799 INFO kablam! | ^^^^^ Oct 27 20:20:28.799 INFO kablam! ... Oct 27 20:20:28.799 INFO kablam! 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); Oct 27 20:20:28.799 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.799 INFO kablam! | Oct 27 20:20:28.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.799 INFO kablam! | Oct 27 20:20:28.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.799 INFO kablam! | Oct 27 20:20:28.799 INFO kablam! Oct 27 20:20:28.799 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.799 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.799 INFO kablam! | Oct 27 20:20:28.799 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.799 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.799 INFO kablam! ... Oct 27 20:20:28.799 INFO kablam! 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); Oct 27 20:20:28.799 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.799 INFO kablam! Oct 27 20:20:28.799 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.799 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.799 INFO kablam! | Oct 27 20:20:28.799 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.799 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.799 INFO kablam! ... Oct 27 20:20:28.799 INFO kablam! 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); Oct 27 20:20:28.799 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.799 INFO kablam! | Oct 27 20:20:28.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.799 INFO kablam! | Oct 27 20:20:28.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.799 INFO kablam! | Oct 27 20:20:28.799 INFO kablam! Oct 27 20:20:28.801 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.801 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.801 INFO kablam! | Oct 27 20:20:28.801 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.801 INFO kablam! | ^^^^^ Oct 27 20:20:28.801 INFO kablam! ... Oct 27 20:20:28.801 INFO kablam! 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); 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.801 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! 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); 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.810 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.810 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.810 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.810 INFO kablam! ... Oct 27 20:20:28.810 INFO kablam! 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); Oct 27 20:20:28.810 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! Oct 27 20:20:28.810 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.810 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.810 INFO kablam! | ^^^^^ Oct 27 20:20:28.810 INFO kablam! ... Oct 27 20:20:28.810 INFO kablam! 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); Oct 27 20:20:28.810 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! Oct 27 20:20:28.810 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.810 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.810 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.810 INFO kablam! ... Oct 27 20:20:28.810 INFO kablam! 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); Oct 27 20:20:28.810 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.810 INFO kablam! Oct 27 20:20:28.810 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.810 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.810 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.810 INFO kablam! ... Oct 27 20:20:28.810 INFO kablam! 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); Oct 27 20:20:28.810 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! Oct 27 20:20:28.810 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.810 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.810 INFO kablam! | ^^^^^ Oct 27 20:20:28.810 INFO kablam! ... Oct 27 20:20:28.810 INFO kablam! 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); Oct 27 20:20:28.810 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! Oct 27 20:20:28.810 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.810 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.810 INFO kablam! | Oct 27 20:20:28.810 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.810 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.811 INFO kablam! ... Oct 27 20:20:28.811 INFO kablam! 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); Oct 27 20:20:28.811 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.811 INFO kablam! Oct 27 20:20:28.811 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.811 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.811 INFO kablam! | Oct 27 20:20:28.811 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.811 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.811 INFO kablam! ... Oct 27 20:20:28.811 INFO kablam! 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); Oct 27 20:20:28.811 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.811 INFO kablam! | Oct 27 20:20:28.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.811 INFO kablam! | Oct 27 20:20:28.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.811 INFO kablam! | Oct 27 20:20:28.811 INFO kablam! Oct 27 20:20:28.811 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.811 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.811 INFO kablam! | Oct 27 20:20:28.811 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.811 INFO kablam! | ^^^^^ Oct 27 20:20:28.811 INFO kablam! ... Oct 27 20:20:28.811 INFO kablam! 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); Oct 27 20:20:28.811 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.811 INFO kablam! | Oct 27 20:20:28.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.811 INFO kablam! | Oct 27 20:20:28.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.811 INFO kablam! | Oct 27 20:20:28.811 INFO kablam! Oct 27 20:20:28.813 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.813 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.813 INFO kablam! | Oct 27 20:20:28.813 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.813 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.813 INFO kablam! ... Oct 27 20:20:28.813 INFO kablam! 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); 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.814 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.814 INFO kablam! | Oct 27 20:20:28.814 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.814 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.814 INFO kablam! ... Oct 27 20:20:28.814 INFO kablam! 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); 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 `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! 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); 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.814 INFO kablam! ... Oct 27 20:20:28.814 INFO kablam! 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.814 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.814 INFO kablam! | Oct 27 20:20:28.814 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.814 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.814 INFO kablam! ... Oct 27 20:20:28.814 INFO kablam! 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); 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.815 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.815 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.815 INFO kablam! | Oct 27 20:20:28.815 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.815 INFO kablam! | ^^^^^ Oct 27 20:20:28.815 INFO kablam! ... Oct 27 20:20:28.815 INFO kablam! 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); 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.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.815 INFO kablam! | Oct 27 20:20:28.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.815 INFO kablam! | Oct 27 20:20:28.815 INFO kablam! Oct 27 20:20:28.815 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.815 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.815 INFO kablam! | Oct 27 20:20:28.815 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.815 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.815 INFO kablam! ... Oct 27 20:20:28.815 INFO kablam! 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); 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.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! 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); 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! 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.823 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.823 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! 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); 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! 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); Oct 27 20:20:28.823 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.824 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! Oct 27 20:20:28.824 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.824 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.824 INFO kablam! | ^^^^^ Oct 27 20:20:28.824 INFO kablam! ... Oct 27 20:20:28.824 INFO kablam! 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); Oct 27 20:20:28.824 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.824 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! Oct 27 20:20:28.824 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.824 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.824 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.824 INFO kablam! ... Oct 27 20:20:28.824 INFO kablam! 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); Oct 27 20:20:28.824 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.824 INFO kablam! Oct 27 20:20:28.824 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.824 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.824 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.824 INFO kablam! ... Oct 27 20:20:28.824 INFO kablam! 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); Oct 27 20:20:28.824 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.824 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! Oct 27 20:20:28.824 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.824 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.824 INFO kablam! | ^^^^^ Oct 27 20:20:28.824 INFO kablam! ... Oct 27 20:20:28.824 INFO kablam! 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Oct 27 20:20:28.824 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.824 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! Oct 27 20:20:28.824 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.824 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.824 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.824 INFO kablam! ... Oct 27 20:20:28.824 INFO kablam! 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Oct 27 20:20:28.824 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.824 INFO kablam! Oct 27 20:20:28.824 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.824 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.824 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.824 INFO kablam! ... Oct 27 20:20:28.824 INFO kablam! 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Oct 27 20:20:28.824 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.824 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.824 INFO kablam! | Oct 27 20:20:28.824 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.825 INFO kablam! | Oct 27 20:20:28.825 INFO kablam! Oct 27 20:20:28.825 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.825 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.825 INFO kablam! | Oct 27 20:20:28.825 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.825 INFO kablam! | ^^^^^ Oct 27 20:20:28.825 INFO kablam! ... Oct 27 20:20:28.825 INFO kablam! 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); Oct 27 20:20:28.825 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.825 INFO kablam! | Oct 27 20:20:28.825 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.825 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.825 INFO kablam! | Oct 27 20:20:28.825 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.825 INFO kablam! | Oct 27 20:20:28.825 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! 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); 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.828 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.828 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.828 INFO kablam! | Oct 27 20:20:28.828 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.828 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.828 INFO kablam! ... Oct 27 20:20:28.828 INFO kablam! 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); Oct 27 20:20:28.828 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.828 INFO kablam! | Oct 27 20:20:28.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.828 INFO kablam! | Oct 27 20:20:28.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.828 INFO kablam! | Oct 27 20:20:28.828 INFO kablam! Oct 27 20:20:28.828 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.828 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.828 INFO kablam! | Oct 27 20:20:28.828 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.828 INFO kablam! | ^^^^^ Oct 27 20:20:28.828 INFO kablam! ... Oct 27 20:20:28.828 INFO kablam! 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); Oct 27 20:20:28.828 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.828 INFO kablam! | Oct 27 20:20:28.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.828 INFO kablam! | Oct 27 20:20:28.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.828 INFO kablam! | Oct 27 20:20:28.828 INFO kablam! Oct 27 20:20:28.828 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.828 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.828 INFO kablam! | Oct 27 20:20:28.828 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.828 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.828 INFO kablam! ... Oct 27 20:20:28.828 INFO kablam! 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); Oct 27 20:20:28.828 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.828 INFO kablam! Oct 27 20:20:28.834 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.834 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.835 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.835 INFO kablam! ... Oct 27 20:20:28.835 INFO kablam! 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); Oct 27 20:20:28.835 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! Oct 27 20:20:28.835 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.835 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.835 INFO kablam! | ^^^^^ Oct 27 20:20:28.835 INFO kablam! ... Oct 27 20:20:28.835 INFO kablam! 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); Oct 27 20:20:28.835 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! Oct 27 20:20:28.835 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.835 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.835 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.835 INFO kablam! ... Oct 27 20:20:28.835 INFO kablam! 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); Oct 27 20:20:28.835 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.835 INFO kablam! Oct 27 20:20:28.835 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.835 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.835 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.835 INFO kablam! ... Oct 27 20:20:28.835 INFO kablam! 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); Oct 27 20:20:28.835 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! Oct 27 20:20:28.835 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.835 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.835 INFO kablam! | ^^^^^ Oct 27 20:20:28.835 INFO kablam! ... Oct 27 20:20:28.835 INFO kablam! 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); Oct 27 20:20:28.835 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! Oct 27 20:20:28.835 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.835 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.835 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.835 INFO kablam! ... Oct 27 20:20:28.835 INFO kablam! 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); Oct 27 20:20:28.835 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.835 INFO kablam! Oct 27 20:20:28.835 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.835 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.835 INFO kablam! | Oct 27 20:20:28.835 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.835 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.835 INFO kablam! ... Oct 27 20:20:28.835 INFO kablam! 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); Oct 27 20:20:28.836 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.836 INFO kablam! | Oct 27 20:20:28.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.836 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.836 INFO kablam! | Oct 27 20:20:28.836 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.836 INFO kablam! | Oct 27 20:20:28.836 INFO kablam! Oct 27 20:20:28.836 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.836 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.836 INFO kablam! | Oct 27 20:20:28.836 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.836 INFO kablam! | ^^^^^ Oct 27 20:20:28.836 INFO kablam! ... Oct 27 20:20:28.836 INFO kablam! 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); Oct 27 20:20:28.836 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.836 INFO kablam! | Oct 27 20:20:28.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.836 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.836 INFO kablam! | Oct 27 20:20:28.836 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.836 INFO kablam! | Oct 27 20:20:28.836 INFO kablam! Oct 27 20:20:28.836 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.836 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.836 INFO kablam! | Oct 27 20:20:28.836 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.836 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.836 INFO kablam! ... Oct 27 20:20:28.836 INFO kablam! 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); Oct 27 20:20:28.836 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.836 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! 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); 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! 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); 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.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.840 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.840 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.840 INFO kablam! | Oct 27 20:20:28.840 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.840 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.840 INFO kablam! ... Oct 27 20:20:28.840 INFO kablam! 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.840 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.840 INFO kablam! | Oct 27 20:20:28.840 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.840 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.840 INFO kablam! ... Oct 27 20:20:28.840 INFO kablam! 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); 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! 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); 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.843 INFO kablam! 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.843 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.843 INFO kablam! | Oct 27 20:20:28.843 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.843 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.843 INFO kablam! ... Oct 27 20:20:28.843 INFO kablam! 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); 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.847 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.847 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.847 INFO kablam! | Oct 27 20:20:28.847 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.847 INFO kablam! | ^^^^^ Oct 27 20:20:28.847 INFO kablam! ... Oct 27 20:20:28.847 INFO kablam! 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); Oct 27 20:20:28.847 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.847 INFO kablam! | Oct 27 20:20:28.847 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.847 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.847 INFO kablam! | Oct 27 20:20:28.847 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.847 INFO kablam! | Oct 27 20:20:28.847 INFO kablam! Oct 27 20:20:28.847 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.847 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.847 INFO kablam! | Oct 27 20:20:28.847 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.847 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.847 INFO kablam! ... Oct 27 20:20:28.847 INFO kablam! 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); Oct 27 20:20:28.847 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.847 INFO kablam! Oct 27 20:20:28.847 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.847 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.847 INFO kablam! | Oct 27 20:20:28.847 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.847 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.847 INFO kablam! ... Oct 27 20:20:28.847 INFO kablam! 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); Oct 27 20:20:28.847 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.847 INFO kablam! | Oct 27 20:20:28.847 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.847 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.847 INFO kablam! | Oct 27 20:20:28.847 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.847 INFO kablam! | Oct 27 20:20:28.847 INFO kablam! Oct 27 20:20:28.847 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.847 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.847 INFO kablam! | Oct 27 20:20:28.847 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.847 INFO kablam! | ^^^^^ Oct 27 20:20:28.847 INFO kablam! ... Oct 27 20:20:28.847 INFO kablam! 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); Oct 27 20:20:28.847 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.847 INFO kablam! | Oct 27 20:20:28.847 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.847 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.847 INFO kablam! | Oct 27 20:20:28.847 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.847 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! 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); 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.851 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.851 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.851 INFO kablam! | Oct 27 20:20:28.851 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.851 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.851 INFO kablam! ... Oct 27 20:20:28.851 INFO kablam! 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); 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 `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! 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); 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.851 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.851 INFO kablam! | Oct 27 20:20:28.851 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.851 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.851 INFO kablam! ... Oct 27 20:20:28.851 INFO kablam! 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.851 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.851 INFO kablam! | Oct 27 20:20:28.851 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.851 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.851 INFO kablam! ... Oct 27 20:20:28.851 INFO kablam! 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); 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.855 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.855 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.855 INFO kablam! | Oct 27 20:20:28.855 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.855 INFO kablam! | ^^^^^ Oct 27 20:20:28.855 INFO kablam! ... Oct 27 20:20:28.855 INFO kablam! 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Oct 27 20:20:28.855 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.855 INFO kablam! | Oct 27 20:20:28.855 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.855 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.855 INFO kablam! | Oct 27 20:20:28.855 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.855 INFO kablam! | Oct 27 20:20:28.855 INFO kablam! Oct 27 20:20:28.855 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.855 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.855 INFO kablam! | Oct 27 20:20:28.855 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.855 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.855 INFO kablam! ... Oct 27 20:20:28.855 INFO kablam! 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Oct 27 20:20:28.855 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.855 INFO kablam! Oct 27 20:20:28.855 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.855 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.855 INFO kablam! | Oct 27 20:20:28.855 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.855 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.855 INFO kablam! ... Oct 27 20:20:28.855 INFO kablam! 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Oct 27 20:20:28.855 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.855 INFO kablam! | Oct 27 20:20:28.855 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.855 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.855 INFO kablam! | Oct 27 20:20:28.855 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.855 INFO kablam! | Oct 27 20:20:28.855 INFO kablam! Oct 27 20:20:28.855 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.855 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.855 INFO kablam! | Oct 27 20:20:28.855 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.855 INFO kablam! | ^^^^^ Oct 27 20:20:28.855 INFO kablam! ... Oct 27 20:20:28.855 INFO kablam! 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); Oct 27 20:20:28.855 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.855 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 `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.860 INFO kablam! | Oct 27 20:20:28.860 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.860 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.860 INFO kablam! ... Oct 27 20:20:28.860 INFO kablam! 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.860 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.860 INFO kablam! | Oct 27 20:20:28.860 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.860 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.860 INFO kablam! ... Oct 27 20:20:28.860 INFO kablam! 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); 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! 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.860 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.860 INFO kablam! | Oct 27 20:20:28.860 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.860 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.860 INFO kablam! ... Oct 27 20:20:28.860 INFO kablam! 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.860 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.860 INFO kablam! | Oct 27 20:20:28.860 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.860 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.860 INFO kablam! ... Oct 27 20:20:28.860 INFO kablam! 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); 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.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.864 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.864 INFO kablam! | Oct 27 20:20:28.864 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.864 INFO kablam! | ^^^^^ Oct 27 20:20:28.864 INFO kablam! ... Oct 27 20:20:28.864 INFO kablam! 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); 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.864 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.864 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.864 INFO kablam! | Oct 27 20:20:28.864 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.864 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.864 INFO kablam! ... Oct 27 20:20:28.864 INFO kablam! 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.864 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.864 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! 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); 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.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.864 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.864 INFO kablam! | Oct 27 20:20:28.864 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.864 INFO kablam! | ^^^^^ Oct 27 20:20:28.864 INFO kablam! ... Oct 27 20:20:28.864 INFO kablam! 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); 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 `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! 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); 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! 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); 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.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.868 INFO kablam! | Oct 27 20:20:28.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.868 INFO kablam! | Oct 27 20:20:28.868 INFO kablam! Oct 27 20:20:28.868 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.868 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.868 INFO kablam! | Oct 27 20:20:28.868 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.868 INFO kablam! | ^^^^^ Oct 27 20:20:28.868 INFO kablam! ... Oct 27 20:20:28.868 INFO kablam! 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Oct 27 20:20:28.868 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.868 INFO kablam! | Oct 27 20:20:28.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.868 INFO kablam! | Oct 27 20:20:28.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.868 INFO kablam! | Oct 27 20:20:28.868 INFO kablam! Oct 27 20:20:28.868 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.868 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.868 INFO kablam! | Oct 27 20:20:28.868 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.868 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.868 INFO kablam! ... Oct 27 20:20:28.868 INFO kablam! 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Oct 27 20:20:28.868 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.868 INFO kablam! Oct 27 20:20:28.871 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.871 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.871 INFO kablam! | Oct 27 20:20:28.871 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.871 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.871 INFO kablam! ... Oct 27 20:20:28.871 INFO kablam! 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Oct 27 20:20:28.871 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.871 INFO kablam! | Oct 27 20:20:28.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.871 INFO kablam! | Oct 27 20:20:28.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.871 INFO kablam! | Oct 27 20:20:28.871 INFO kablam! Oct 27 20:20:28.871 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.871 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.871 INFO kablam! | Oct 27 20:20:28.871 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.871 INFO kablam! | ^^^^^ Oct 27 20:20:28.871 INFO kablam! ... Oct 27 20:20:28.871 INFO kablam! 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Oct 27 20:20:28.871 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.871 INFO kablam! | Oct 27 20:20:28.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.871 INFO kablam! | Oct 27 20:20:28.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.871 INFO kablam! | Oct 27 20:20:28.871 INFO kablam! Oct 27 20:20:28.871 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.871 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.871 INFO kablam! | Oct 27 20:20:28.871 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.871 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.871 INFO kablam! ... Oct 27 20:20:28.871 INFO kablam! 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Oct 27 20:20:28.871 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.871 INFO kablam! Oct 27 20:20:28.871 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.871 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.871 INFO kablam! | Oct 27 20:20:28.871 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.871 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.871 INFO kablam! ... Oct 27 20:20:28.871 INFO kablam! 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Oct 27 20:20:28.871 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.871 INFO kablam! | Oct 27 20:20:28.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.871 INFO kablam! | Oct 27 20:20:28.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.871 INFO kablam! | Oct 27 20:20:28.871 INFO kablam! Oct 27 20:20:28.876 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.877 INFO kablam! ... Oct 27 20:20:28.877 INFO kablam! 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); Oct 27 20:20:28.877 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! Oct 27 20:20:28.877 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.877 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.877 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.877 INFO kablam! ... Oct 27 20:20:28.877 INFO kablam! 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); Oct 27 20:20:28.877 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.877 INFO kablam! Oct 27 20:20:28.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.877 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.877 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.877 INFO kablam! ... Oct 27 20:20:28.877 INFO kablam! 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); Oct 27 20:20:28.877 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! Oct 27 20:20:28.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.877 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.877 INFO kablam! | ^^^^^ Oct 27 20:20:28.877 INFO kablam! ... Oct 27 20:20:28.877 INFO kablam! 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Oct 27 20:20:28.877 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! Oct 27 20:20:28.877 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.877 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.877 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.877 INFO kablam! ... Oct 27 20:20:28.877 INFO kablam! 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Oct 27 20:20:28.877 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.877 INFO kablam! Oct 27 20:20:28.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.877 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.877 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.877 INFO kablam! ... Oct 27 20:20:28.877 INFO kablam! 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Oct 27 20:20:28.877 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! Oct 27 20:20:28.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.877 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.877 INFO kablam! | Oct 27 20:20:28.877 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.878 INFO kablam! | ^^^^^ Oct 27 20:20:28.878 INFO kablam! ... Oct 27 20:20:28.878 INFO kablam! 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); Oct 27 20:20:28.878 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.878 INFO kablam! | Oct 27 20:20:28.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.878 INFO kablam! | Oct 27 20:20:28.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.878 INFO kablam! | Oct 27 20:20:28.878 INFO kablam! Oct 27 20:20:28.878 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.878 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.878 INFO kablam! | Oct 27 20:20:28.878 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.878 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.878 INFO kablam! ... Oct 27 20:20:28.878 INFO kablam! 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); Oct 27 20:20:28.878 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.878 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! 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.880 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.880 INFO kablam! | Oct 27 20:20:28.880 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.881 INFO kablam! | ^^^^^ Oct 27 20:20:28.881 INFO kablam! ... Oct 27 20:20:28.881 INFO kablam! 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Oct 27 20:20:28.881 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.881 INFO kablam! | Oct 27 20:20:28.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.881 INFO kablam! | Oct 27 20:20:28.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.881 INFO kablam! | Oct 27 20:20:28.881 INFO kablam! Oct 27 20:20:28.881 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.881 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.881 INFO kablam! | Oct 27 20:20:28.881 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.881 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.881 INFO kablam! ... Oct 27 20:20:28.881 INFO kablam! 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Oct 27 20:20:28.881 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.881 INFO kablam! Oct 27 20:20:28.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.881 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.881 INFO kablam! | Oct 27 20:20:28.881 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.881 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.881 INFO kablam! ... Oct 27 20:20:28.881 INFO kablam! 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Oct 27 20:20:28.881 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.881 INFO kablam! | Oct 27 20:20:28.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.881 INFO kablam! | Oct 27 20:20:28.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.881 INFO kablam! | Oct 27 20:20:28.881 INFO kablam! Oct 27 20:20:28.888 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.888 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.888 INFO kablam! | Oct 27 20:20:28.888 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! 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); 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! 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); 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! 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.888 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.888 INFO kablam! | Oct 27 20:20:28.888 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! 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Oct 27 20:20:28.889 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.889 INFO kablam! | Oct 27 20:20:28.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.889 INFO kablam! | Oct 27 20:20:28.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.889 INFO kablam! | Oct 27 20:20:28.889 INFO kablam! Oct 27 20:20:28.889 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.889 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.889 INFO kablam! | Oct 27 20:20:28.889 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.889 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.889 INFO kablam! ... Oct 27 20:20:28.889 INFO kablam! 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Oct 27 20:20:28.889 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.889 INFO kablam! Oct 27 20:20:28.889 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.889 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.889 INFO kablam! | Oct 27 20:20:28.889 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.889 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.889 INFO kablam! ... Oct 27 20:20:28.889 INFO kablam! 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Oct 27 20:20:28.889 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.889 INFO kablam! | Oct 27 20:20:28.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.889 INFO kablam! | Oct 27 20:20:28.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.889 INFO kablam! | Oct 27 20:20:28.889 INFO kablam! Oct 27 20:20:28.889 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.889 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.889 INFO kablam! | Oct 27 20:20:28.889 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.889 INFO kablam! | ^^^^^ Oct 27 20:20:28.889 INFO kablam! ... Oct 27 20:20:28.889 INFO kablam! 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Oct 27 20:20:28.889 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.889 INFO kablam! | Oct 27 20:20:28.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.889 INFO kablam! | Oct 27 20:20:28.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.889 INFO kablam! | Oct 27 20:20:28.889 INFO kablam! Oct 27 20:20:28.889 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.889 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.889 INFO kablam! | Oct 27 20:20:28.889 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.889 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.889 INFO kablam! ... Oct 27 20:20:28.889 INFO kablam! 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Oct 27 20:20:28.889 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.889 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.897 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.897 INFO kablam! | Oct 27 20:20:28.897 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.897 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.897 INFO kablam! ... Oct 27 20:20:28.897 INFO kablam! 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Oct 27 20:20:28.897 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.897 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.898 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.898 INFO kablam! | ^^^^^ Oct 27 20:20:28.898 INFO kablam! ... Oct 27 20:20:28.898 INFO kablam! 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Oct 27 20:20:28.898 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! Oct 27 20:20:28.898 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.898 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.898 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.898 INFO kablam! ... Oct 27 20:20:28.898 INFO kablam! 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Oct 27 20:20:28.898 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.898 INFO kablam! Oct 27 20:20:28.898 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.898 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.898 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.898 INFO kablam! ... Oct 27 20:20:28.898 INFO kablam! 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Oct 27 20:20:28.898 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! Oct 27 20:20:28.898 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.898 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.898 INFO kablam! | ^^^^^ Oct 27 20:20:28.898 INFO kablam! ... Oct 27 20:20:28.898 INFO kablam! 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Oct 27 20:20:28.898 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! Oct 27 20:20:28.898 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.898 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.898 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.898 INFO kablam! ... Oct 27 20:20:28.898 INFO kablam! 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Oct 27 20:20:28.898 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.898 INFO kablam! Oct 27 20:20:28.898 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.898 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.898 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.898 INFO kablam! ... Oct 27 20:20:28.898 INFO kablam! 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Oct 27 20:20:28.898 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! Oct 27 20:20:28.898 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.898 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.898 INFO kablam! | Oct 27 20:20:28.898 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.898 INFO kablam! | ^^^^^ Oct 27 20:20:28.898 INFO kablam! ... Oct 27 20:20:28.898 INFO kablam! 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); Oct 27 20:20:28.899 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.899 INFO kablam! | Oct 27 20:20:28.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.899 INFO kablam! | Oct 27 20:20:28.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.899 INFO kablam! | Oct 27 20:20:28.899 INFO kablam! Oct 27 20:20:28.899 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.899 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.899 INFO kablam! | Oct 27 20:20:28.899 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.899 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.899 INFO kablam! ... Oct 27 20:20:28.899 INFO kablam! 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); Oct 27 20:20:28.899 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.899 INFO kablam! Oct 27 20:20:28.899 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.899 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.899 INFO kablam! | Oct 27 20:20:28.899 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.899 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.899 INFO kablam! ... Oct 27 20:20:28.899 INFO kablam! 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); Oct 27 20:20:28.899 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.899 INFO kablam! | Oct 27 20:20:28.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.899 INFO kablam! | Oct 27 20:20:28.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.899 INFO kablam! | Oct 27 20:20:28.899 INFO kablam! Oct 27 20:20:28.899 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.899 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.899 INFO kablam! | Oct 27 20:20:28.899 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.899 INFO kablam! | ^^^^^ Oct 27 20:20:28.899 INFO kablam! ... Oct 27 20:20:28.899 INFO kablam! 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); Oct 27 20:20:28.899 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.899 INFO kablam! | Oct 27 20:20:28.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.899 INFO kablam! | Oct 27 20:20:28.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.899 INFO kablam! | Oct 27 20:20:28.899 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! 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); 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! 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); 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.905 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.905 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.905 INFO kablam! | ^^^^^ Oct 27 20:20:28.905 INFO kablam! ... Oct 27 20:20:28.905 INFO kablam! 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); Oct 27 20:20:28.905 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! Oct 27 20:20:28.905 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.905 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.905 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.905 INFO kablam! ... Oct 27 20:20:28.905 INFO kablam! 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); Oct 27 20:20:28.905 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.905 INFO kablam! Oct 27 20:20:28.905 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.905 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.905 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.905 INFO kablam! ... Oct 27 20:20:28.905 INFO kablam! 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); Oct 27 20:20:28.905 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! Oct 27 20:20:28.905 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.905 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.905 INFO kablam! | ^^^^^ Oct 27 20:20:28.905 INFO kablam! ... Oct 27 20:20:28.905 INFO kablam! 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Oct 27 20:20:28.905 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! Oct 27 20:20:28.905 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.905 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.905 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.905 INFO kablam! ... Oct 27 20:20:28.905 INFO kablam! 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Oct 27 20:20:28.905 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.905 INFO kablam! Oct 27 20:20:28.905 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.905 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.905 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.905 INFO kablam! ... Oct 27 20:20:28.905 INFO kablam! 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Oct 27 20:20:28.905 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.905 INFO kablam! | Oct 27 20:20:28.905 INFO kablam! Oct 27 20:20:28.907 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.907 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.907 INFO kablam! | Oct 27 20:20:28.907 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.907 INFO kablam! | ^^^^^ Oct 27 20:20:28.907 INFO kablam! ... Oct 27 20:20:28.907 INFO kablam! 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); Oct 27 20:20:28.907 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.907 INFO kablam! | Oct 27 20:20:28.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.907 INFO kablam! | Oct 27 20:20:28.907 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.907 INFO kablam! | Oct 27 20:20:28.907 INFO kablam! Oct 27 20:20:28.907 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.907 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.907 INFO kablam! | Oct 27 20:20:28.907 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.907 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.907 INFO kablam! ... Oct 27 20:20:28.907 INFO kablam! 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); Oct 27 20:20:28.907 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.907 INFO kablam! Oct 27 20:20:28.907 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.907 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.907 INFO kablam! | Oct 27 20:20:28.907 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.907 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.907 INFO kablam! ... Oct 27 20:20:28.907 INFO kablam! 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); Oct 27 20:20:28.907 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.907 INFO kablam! | Oct 27 20:20:28.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.907 INFO kablam! | Oct 27 20:20:28.907 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.907 INFO kablam! | Oct 27 20:20:28.907 INFO kablam! Oct 27 20:20:28.907 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.907 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.907 INFO kablam! | Oct 27 20:20:28.907 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.907 INFO kablam! | ^^^^^ Oct 27 20:20:28.907 INFO kablam! ... Oct 27 20:20:28.907 INFO kablam! 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Oct 27 20:20:28.907 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.907 INFO kablam! | Oct 27 20:20:28.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.907 INFO kablam! | Oct 27 20:20:28.907 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.907 INFO kablam! | Oct 27 20:20:28.907 INFO kablam! Oct 27 20:20:28.907 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! 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); 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.909 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.909 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.909 INFO kablam! | Oct 27 20:20:28.909 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.909 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.909 INFO kablam! ... Oct 27 20:20:28.909 INFO kablam! 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Oct 27 20:20:28.909 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.909 INFO kablam! | Oct 27 20:20:28.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.909 INFO kablam! | Oct 27 20:20:28.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.909 INFO kablam! | Oct 27 20:20:28.909 INFO kablam! Oct 27 20:20:28.917 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.917 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.917 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! 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); 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.917 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.917 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.917 INFO kablam! | Oct 27 20:20:28.917 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.917 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.917 INFO kablam! ... Oct 27 20:20:28.917 INFO kablam! 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.917 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.917 INFO kablam! | Oct 27 20:20:28.917 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.917 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.917 INFO kablam! ... Oct 27 20:20:28.917 INFO kablam! 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); 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.917 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.917 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.917 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! 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); 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.917 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.917 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.917 INFO kablam! | Oct 27 20:20:28.917 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.917 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.917 INFO kablam! ... Oct 27 20:20:28.917 INFO kablam! 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.917 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.917 INFO kablam! | Oct 27 20:20:28.917 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.917 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.917 INFO kablam! ... Oct 27 20:20:28.917 INFO kablam! 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); Oct 27 20:20:28.918 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.918 INFO kablam! | Oct 27 20:20:28.918 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.918 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.918 INFO kablam! | Oct 27 20:20:28.918 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.918 INFO kablam! | Oct 27 20:20:28.918 INFO kablam! Oct 27 20:20:28.918 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.918 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.918 INFO kablam! | Oct 27 20:20:28.918 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.918 INFO kablam! | ^^^^^ Oct 27 20:20:28.918 INFO kablam! ... Oct 27 20:20:28.918 INFO kablam! 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 32); Oct 27 20:20:28.918 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.918 INFO kablam! | Oct 27 20:20:28.918 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.918 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.918 INFO kablam! | Oct 27 20:20:28.918 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.918 INFO kablam! | Oct 27 20:20:28.918 INFO kablam! Oct 27 20:20:28.918 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.918 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.918 INFO kablam! | Oct 27 20:20:28.918 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.918 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.918 INFO kablam! ... Oct 27 20:20:28.918 INFO kablam! 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 32); Oct 27 20:20:28.918 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.918 INFO kablam! Oct 27 20:20:28.918 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.918 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.918 INFO kablam! | Oct 27 20:20:28.918 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.918 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.918 INFO kablam! ... Oct 27 20:20:28.918 INFO kablam! 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 32); Oct 27 20:20:28.918 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.918 INFO kablam! | Oct 27 20:20:28.918 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.918 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.918 INFO kablam! | Oct 27 20:20:28.918 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.918 INFO kablam! | Oct 27 20:20:28.918 INFO kablam! Oct 27 20:20:28.918 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.918 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.918 INFO kablam! | Oct 27 20:20:28.918 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.918 INFO kablam! | ^^^^^ Oct 27 20:20:28.918 INFO kablam! ... Oct 27 20:20:28.918 INFO kablam! 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Oct 27 20:20:28.918 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.918 INFO kablam! | Oct 27 20:20:28.918 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.918 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.918 INFO kablam! | Oct 27 20:20:28.918 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.918 INFO kablam! | Oct 27 20:20:28.918 INFO kablam! Oct 27 20:20:28.923 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.923 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.923 INFO kablam! | Oct 27 20:20:28.923 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.923 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.923 INFO kablam! ... Oct 27 20:20:28.923 INFO kablam! 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Oct 27 20:20:28.923 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.923 INFO kablam! Oct 27 20:20:28.923 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.923 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.923 INFO kablam! | Oct 27 20:20:28.923 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.923 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.923 INFO kablam! ... Oct 27 20:20:28.923 INFO kablam! 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Oct 27 20:20:28.923 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.923 INFO kablam! | Oct 27 20:20:28.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.923 INFO kablam! | Oct 27 20:20:28.923 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.923 INFO kablam! | Oct 27 20:20:28.923 INFO kablam! Oct 27 20:20:28.923 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.923 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.923 INFO kablam! | Oct 27 20:20:28.923 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.923 INFO kablam! | ^^^^^ Oct 27 20:20:28.923 INFO kablam! ... Oct 27 20:20:28.923 INFO kablam! 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Oct 27 20:20:28.923 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.923 INFO kablam! | Oct 27 20:20:28.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.923 INFO kablam! | Oct 27 20:20:28.923 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.923 INFO kablam! | Oct 27 20:20:28.923 INFO kablam! Oct 27 20:20:28.923 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.923 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.923 INFO kablam! | Oct 27 20:20:28.923 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.923 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.923 INFO kablam! ... Oct 27 20:20:28.923 INFO kablam! 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Oct 27 20:20:28.923 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.923 INFO kablam! Oct 27 20:20:28.923 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.923 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.923 INFO kablam! | Oct 27 20:20:28.923 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.923 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.924 INFO kablam! ... Oct 27 20:20:28.924 INFO kablam! 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); 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:237:36 Oct 27 20:20:28.924 INFO kablam! | Oct 27 20:20:28.924 INFO kablam! 237 | 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! 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.924 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.924 INFO kablam! | Oct 27 20:20:28.924 INFO kablam! 241 | let Excess(ptr, excess) = 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! 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); 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:247:26 Oct 27 20:20:28.924 INFO kablam! | Oct 27 20:20:28.924 INFO kablam! 247 | 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! 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); 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.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:237:36 Oct 27 20:20:28.927 INFO kablam! | Oct 27 20:20:28.927 INFO kablam! 237 | 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! 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); 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:241:52 Oct 27 20:20:28.927 INFO kablam! | Oct 27 20:20:28.927 INFO kablam! 241 | let Excess(ptr, excess) = 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! 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); 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:247:26 Oct 27 20:20:28.927 INFO kablam! | Oct 27 20:20:28.927 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.928 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.928 INFO kablam! ... Oct 27 20:20:28.928 INFO kablam! 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); 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:237:36 Oct 27 20:20:28.928 INFO kablam! | Oct 27 20:20:28.928 INFO kablam! 237 | 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! 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); 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:241:52 Oct 27 20:20:28.928 INFO kablam! | Oct 27 20:20:28.928 INFO kablam! 241 | let Excess(ptr, excess) = 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! 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.928 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.928 INFO kablam! | Oct 27 20:20:28.928 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.928 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.928 INFO kablam! ... Oct 27 20:20:28.928 INFO kablam! 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); 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:237:36 Oct 27 20:20:28.928 INFO kablam! | Oct 27 20:20:28.928 INFO kablam! 237 | 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! 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); 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.929 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.929 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.929 INFO kablam! | Oct 27 20:20:28.929 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.929 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.929 INFO kablam! ... Oct 27 20:20:28.929 INFO kablam! 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); 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.943 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.943 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.943 INFO kablam! | Oct 27 20:20:28.943 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.943 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.943 INFO kablam! ... Oct 27 20:20:28.943 INFO kablam! 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); Oct 27 20:20:28.943 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.943 INFO kablam! | Oct 27 20:20:28.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.943 INFO kablam! | Oct 27 20:20:28.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.943 INFO kablam! | Oct 27 20:20:28.943 INFO kablam! Oct 27 20:20:28.943 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.943 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.943 INFO kablam! | Oct 27 20:20:28.943 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.943 INFO kablam! | ^^^^^ Oct 27 20:20:28.943 INFO kablam! ... Oct 27 20:20:28.943 INFO kablam! 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); Oct 27 20:20:28.943 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.943 INFO kablam! | Oct 27 20:20:28.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.943 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! Oct 27 20:20:28.944 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.944 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.944 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.944 INFO kablam! ... Oct 27 20:20:28.944 INFO kablam! 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); Oct 27 20:20:28.944 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.944 INFO kablam! Oct 27 20:20:28.944 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.944 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.944 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.944 INFO kablam! ... Oct 27 20:20:28.944 INFO kablam! 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); Oct 27 20:20:28.944 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! Oct 27 20:20:28.944 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.944 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.944 INFO kablam! | ^^^^^ Oct 27 20:20:28.944 INFO kablam! ... Oct 27 20:20:28.944 INFO kablam! 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Oct 27 20:20:28.944 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! Oct 27 20:20:28.944 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.944 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.944 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.944 INFO kablam! ... Oct 27 20:20:28.944 INFO kablam! 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Oct 27 20:20:28.944 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.944 INFO kablam! Oct 27 20:20:28.944 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.944 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.944 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.944 INFO kablam! ... Oct 27 20:20:28.944 INFO kablam! 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Oct 27 20:20:28.944 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! Oct 27 20:20:28.944 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.944 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.944 INFO kablam! | ^^^^^ Oct 27 20:20:28.944 INFO kablam! ... Oct 27 20:20:28.944 INFO kablam! 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Oct 27 20:20:28.944 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! Oct 27 20:20:28.944 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.944 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.944 INFO kablam! | Oct 27 20:20:28.944 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.944 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.945 INFO kablam! ... Oct 27 20:20:28.945 INFO kablam! 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Oct 27 20:20:28.945 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.945 INFO kablam! Oct 27 20:20:28.945 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.945 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.945 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.945 INFO kablam! ... Oct 27 20:20:28.945 INFO kablam! 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Oct 27 20:20:28.945 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! Oct 27 20:20:28.945 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.945 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.945 INFO kablam! | ^^^^^ Oct 27 20:20:28.945 INFO kablam! ... Oct 27 20:20:28.945 INFO kablam! 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Oct 27 20:20:28.945 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! Oct 27 20:20:28.945 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.945 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.945 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.945 INFO kablam! ... Oct 27 20:20:28.945 INFO kablam! 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Oct 27 20:20:28.945 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.945 INFO kablam! Oct 27 20:20:28.945 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.945 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.945 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.945 INFO kablam! ... Oct 27 20:20:28.945 INFO kablam! 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Oct 27 20:20:28.945 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! Oct 27 20:20:28.945 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.945 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.945 INFO kablam! | ^^^^^ Oct 27 20:20:28.945 INFO kablam! ... Oct 27 20:20:28.945 INFO kablam! 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); Oct 27 20:20:28.945 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! Oct 27 20:20:28.945 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.945 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.945 INFO kablam! | Oct 27 20:20:28.945 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.945 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.945 INFO kablam! ... Oct 27 20:20:28.945 INFO kablam! 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); Oct 27 20:20:28.945 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.945 INFO kablam! Oct 27 20:20:28.949 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.949 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.949 INFO kablam! | Oct 27 20:20:28.949 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.949 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.949 INFO kablam! ... Oct 27 20:20:28.949 INFO kablam! 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); Oct 27 20:20:28.949 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.949 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.949 INFO kablam! | Oct 27 20:20:28.949 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.949 INFO kablam! | ^^^^^ Oct 27 20:20:28.949 INFO kablam! ... Oct 27 20:20:28.949 INFO kablam! 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); Oct 27 20:20:28.949 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:241:52 Oct 27 20:20:28.949 INFO kablam! | Oct 27 20:20:28.949 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.949 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.949 INFO kablam! ... Oct 27 20:20:28.949 INFO kablam! 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); Oct 27 20:20:28.949 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.949 INFO kablam! Oct 27 20:20:28.949 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.949 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.949 INFO kablam! | Oct 27 20:20:28.949 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.949 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.949 INFO kablam! ... Oct 27 20:20:28.949 INFO kablam! 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); Oct 27 20:20:28.949 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.949 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.949 INFO kablam! | Oct 27 20:20:28.949 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.949 INFO kablam! | ^^^^^ Oct 27 20:20:28.949 INFO kablam! ... Oct 27 20:20:28.949 INFO kablam! 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); Oct 27 20:20:28.949 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.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.950 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.950 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.950 INFO kablam! | Oct 27 20:20:28.950 INFO kablam! 241 | let Excess(ptr, excess) = 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! 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); 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:247:26 Oct 27 20:20:28.950 INFO kablam! | Oct 27 20:20:28.950 INFO kablam! 247 | 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! 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); Oct 27 20:20:28.950 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.961 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.961 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.961 INFO kablam! | Oct 27 20:20:28.961 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.961 INFO kablam! | ^^^^^ Oct 27 20:20:28.961 INFO kablam! ... Oct 27 20:20:28.961 INFO kablam! 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); 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.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:241:52 Oct 27 20:20:28.961 INFO kablam! | Oct 27 20:20:28.961 INFO kablam! 241 | let Excess(ptr, excess) = 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! 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); 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:247:26 Oct 27 20:20:28.961 INFO kablam! | Oct 27 20:20:28.961 INFO kablam! 247 | 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! 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); 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.961 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.961 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.961 INFO kablam! | Oct 27 20:20:28.961 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.961 INFO kablam! | ^^^^^ Oct 27 20:20:28.961 INFO kablam! ... Oct 27 20:20:28.961 INFO kablam! 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); 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.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! Oct 27 20:20:28.962 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.962 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.962 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.962 INFO kablam! ... Oct 27 20:20:28.962 INFO kablam! 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); Oct 27 20:20:28.962 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.962 INFO kablam! Oct 27 20:20:28.962 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.962 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.962 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.962 INFO kablam! ... Oct 27 20:20:28.962 INFO kablam! 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); Oct 27 20:20:28.962 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! Oct 27 20:20:28.962 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.962 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.962 INFO kablam! | ^^^^^ Oct 27 20:20:28.962 INFO kablam! ... Oct 27 20:20:28.962 INFO kablam! 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Oct 27 20:20:28.962 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! Oct 27 20:20:28.962 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.962 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.962 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.962 INFO kablam! ... Oct 27 20:20:28.962 INFO kablam! 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Oct 27 20:20:28.962 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.962 INFO kablam! Oct 27 20:20:28.962 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.962 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.962 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.962 INFO kablam! ... Oct 27 20:20:28.962 INFO kablam! 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Oct 27 20:20:28.962 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! Oct 27 20:20:28.962 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.962 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.962 INFO kablam! | ^^^^^ Oct 27 20:20:28.962 INFO kablam! ... Oct 27 20:20:28.962 INFO kablam! 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); Oct 27 20:20:28.962 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.962 INFO kablam! | Oct 27 20:20:28.962 INFO kablam! Oct 27 20:20:28.966 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.967 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.967 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.967 INFO kablam! ... Oct 27 20:20:28.967 INFO kablam! 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); Oct 27 20:20:28.967 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.967 INFO kablam! Oct 27 20:20:28.967 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.967 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.967 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.967 INFO kablam! ... Oct 27 20:20:28.967 INFO kablam! 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); Oct 27 20:20:28.967 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! Oct 27 20:20:28.967 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.967 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.967 INFO kablam! | ^^^^^ Oct 27 20:20:28.967 INFO kablam! ... Oct 27 20:20:28.967 INFO kablam! 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Oct 27 20:20:28.967 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! Oct 27 20:20:28.967 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.967 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.967 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.967 INFO kablam! ... Oct 27 20:20:28.967 INFO kablam! 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Oct 27 20:20:28.967 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.967 INFO kablam! Oct 27 20:20:28.967 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.967 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.967 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.967 INFO kablam! ... Oct 27 20:20:28.967 INFO kablam! 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Oct 27 20:20:28.967 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! Oct 27 20:20:28.967 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.967 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.967 INFO kablam! | ^^^^^ Oct 27 20:20:28.967 INFO kablam! ... Oct 27 20:20:28.967 INFO kablam! 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Oct 27 20:20:28.967 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.967 INFO kablam! | Oct 27 20:20:28.967 INFO kablam! Oct 27 20:20:28.968 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.968 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.968 INFO kablam! | Oct 27 20:20:28.968 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.968 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.968 INFO kablam! ... Oct 27 20:20:28.968 INFO kablam! 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Oct 27 20:20:28.968 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.968 INFO kablam! Oct 27 20:20:28.968 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.968 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.968 INFO kablam! | Oct 27 20:20:28.968 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.968 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.968 INFO kablam! ... Oct 27 20:20:28.968 INFO kablam! 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Oct 27 20:20:28.968 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.968 INFO kablam! | Oct 27 20:20:28.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.968 INFO kablam! | Oct 27 20:20:28.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.968 INFO kablam! | Oct 27 20:20:28.968 INFO kablam! Oct 27 20:20:28.973 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.973 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.973 INFO kablam! | Oct 27 20:20:28.973 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.973 INFO kablam! | ^^^^^ Oct 27 20:20:28.973 INFO kablam! ... Oct 27 20:20:28.973 INFO kablam! 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); Oct 27 20:20:28.973 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.973 INFO kablam! | Oct 27 20:20:28.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.973 INFO kablam! | Oct 27 20:20:28.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.973 INFO kablam! | Oct 27 20:20:28.973 INFO kablam! Oct 27 20:20:28.973 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.973 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.973 INFO kablam! | Oct 27 20:20:28.973 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.973 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.973 INFO kablam! ... Oct 27 20:20:28.973 INFO kablam! 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); Oct 27 20:20:28.973 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.973 INFO kablam! Oct 27 20:20:28.973 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.973 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.973 INFO kablam! | Oct 27 20:20:28.973 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.973 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.973 INFO kablam! ... Oct 27 20:20:28.973 INFO kablam! 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); Oct 27 20:20:28.973 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.973 INFO kablam! | Oct 27 20:20:28.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.973 INFO kablam! | Oct 27 20:20:28.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.974 INFO kablam! | Oct 27 20:20:28.974 INFO kablam! Oct 27 20:20:28.974 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.974 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.974 INFO kablam! | Oct 27 20:20:28.974 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.974 INFO kablam! | ^^^^^ Oct 27 20:20:28.974 INFO kablam! ... Oct 27 20:20:28.974 INFO kablam! 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Oct 27 20:20:28.974 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.974 INFO kablam! | Oct 27 20:20:28.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.974 INFO kablam! | Oct 27 20:20:28.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.974 INFO kablam! | Oct 27 20:20:28.974 INFO kablam! Oct 27 20:20:28.974 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.974 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.974 INFO kablam! | Oct 27 20:20:28.974 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.974 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.974 INFO kablam! ... Oct 27 20:20:28.974 INFO kablam! 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Oct 27 20:20:28.974 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.974 INFO kablam! Oct 27 20:20:28.977 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.977 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.977 INFO kablam! | Oct 27 20:20:28.977 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.977 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.977 INFO kablam! ... Oct 27 20:20:28.977 INFO kablam! 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Oct 27 20:20:28.977 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.977 INFO kablam! | Oct 27 20:20:28.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.978 INFO kablam! | Oct 27 20:20:28.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.978 INFO kablam! | Oct 27 20:20:28.978 INFO kablam! Oct 27 20:20:28.978 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.978 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.978 INFO kablam! | Oct 27 20:20:28.978 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.978 INFO kablam! | ^^^^^ Oct 27 20:20:28.978 INFO kablam! ... Oct 27 20:20:28.978 INFO kablam! 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Oct 27 20:20:28.978 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.978 INFO kablam! | Oct 27 20:20:28.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.978 INFO kablam! | Oct 27 20:20:28.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.978 INFO kablam! | Oct 27 20:20:28.978 INFO kablam! Oct 27 20:20:28.978 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.978 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.978 INFO kablam! | Oct 27 20:20:28.978 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.978 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.978 INFO kablam! ... Oct 27 20:20:28.978 INFO kablam! 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Oct 27 20:20:28.978 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.978 INFO kablam! Oct 27 20:20:28.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.981 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.981 INFO kablam! | Oct 27 20:20:28.981 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.981 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.981 INFO kablam! ... Oct 27 20:20:28.981 INFO kablam! 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Oct 27 20:20:28.981 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.981 INFO kablam! | Oct 27 20:20:28.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.981 INFO kablam! | Oct 27 20:20:28.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.981 INFO kablam! | Oct 27 20:20:28.981 INFO kablam! Oct 27 20:20:28.981 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.981 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.981 INFO kablam! | Oct 27 20:20:28.981 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.981 INFO kablam! | ^^^^^ Oct 27 20:20:28.981 INFO kablam! ... Oct 27 20:20:28.981 INFO kablam! 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); Oct 27 20:20:28.981 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.981 INFO kablam! | Oct 27 20:20:28.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.981 INFO kablam! | Oct 27 20:20:28.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.981 INFO kablam! | Oct 27 20:20:28.981 INFO kablam! Oct 27 20:20:28.981 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.981 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.981 INFO kablam! | Oct 27 20:20:28.981 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.981 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.981 INFO kablam! ... Oct 27 20:20:28.981 INFO kablam! 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); Oct 27 20:20:28.981 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.981 INFO kablam! Oct 27 20:20:28.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.981 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.981 INFO kablam! | Oct 27 20:20:28.981 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.981 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.981 INFO kablam! ... Oct 27 20:20:28.981 INFO kablam! 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); Oct 27 20:20:28.981 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.981 INFO kablam! | Oct 27 20:20:28.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.981 INFO kablam! | Oct 27 20:20:28.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.981 INFO kablam! | Oct 27 20:20:28.981 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:237:36 Oct 27 20:20:28.984 INFO kablam! | Oct 27 20:20:28.984 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.984 INFO kablam! | ^^^^^ Oct 27 20:20:28.984 INFO kablam! ... Oct 27 20:20:28.984 INFO kablam! 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); 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.984 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:241:52 Oct 27 20:20:28.984 INFO kablam! | Oct 27 20:20:28.984 INFO kablam! 241 | let Excess(ptr, excess) = 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! 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); 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:247:26 Oct 27 20:20:28.984 INFO kablam! | Oct 27 20:20:28.984 INFO kablam! 247 | 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! 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); 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.984 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.984 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.984 INFO kablam! | Oct 27 20:20:28.984 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.984 INFO kablam! | ^^^^^ Oct 27 20:20:28.984 INFO kablam! ... Oct 27 20:20:28.984 INFO kablam! 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); 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.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.991 INFO kablam! | Oct 27 20:20:28.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.991 INFO kablam! | Oct 27 20:20:28.991 INFO kablam! Oct 27 20:20:28.991 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.991 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.991 INFO kablam! | Oct 27 20:20:28.991 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.991 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.991 INFO kablam! ... Oct 27 20:20:28.991 INFO kablam! 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Oct 27 20:20:28.991 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.991 INFO kablam! Oct 27 20:20:28.991 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.991 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.991 INFO kablam! | Oct 27 20:20:28.991 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.991 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.991 INFO kablam! ... Oct 27 20:20:28.991 INFO kablam! 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Oct 27 20:20:28.991 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.991 INFO kablam! | Oct 27 20:20:28.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.991 INFO kablam! | Oct 27 20:20:28.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.991 INFO kablam! | Oct 27 20:20:28.991 INFO kablam! Oct 27 20:20:28.991 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.991 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.991 INFO kablam! | Oct 27 20:20:28.991 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.991 INFO kablam! | ^^^^^ Oct 27 20:20:28.991 INFO kablam! ... Oct 27 20:20:28.991 INFO kablam! 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); Oct 27 20:20:28.991 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.991 INFO kablam! | Oct 27 20:20:28.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.991 INFO kablam! | Oct 27 20:20:28.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.991 INFO kablam! | Oct 27 20:20:28.991 INFO kablam! Oct 27 20:20:28.991 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.991 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.991 INFO kablam! | Oct 27 20:20:28.991 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.991 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.991 INFO kablam! ... Oct 27 20:20:28.991 INFO kablam! 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); Oct 27 20:20:28.991 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.991 INFO kablam! Oct 27 20:20:28.991 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.991 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.991 INFO kablam! | Oct 27 20:20:28.991 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.991 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.991 INFO kablam! ... Oct 27 20:20:28.991 INFO kablam! 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); Oct 27 20:20:28.991 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.991 INFO kablam! | Oct 27 20:20:28.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.991 INFO kablam! | Oct 27 20:20:28.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.991 INFO kablam! | Oct 27 20:20:28.991 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:237:36 Oct 27 20:20:28.992 INFO kablam! | Oct 27 20:20:28.992 INFO kablam! 237 | 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! 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); 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.995 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.995 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.995 INFO kablam! | Oct 27 20:20:28.995 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.995 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.995 INFO kablam! ... Oct 27 20:20:28.995 INFO kablam! 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); Oct 27 20:20:28.995 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.995 INFO kablam! Oct 27 20:20:28.995 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.995 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.995 INFO kablam! | Oct 27 20:20:28.995 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.995 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.995 INFO kablam! ... Oct 27 20:20:28.995 INFO kablam! 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); Oct 27 20:20:28.995 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.995 INFO kablam! | Oct 27 20:20:28.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.995 INFO kablam! | Oct 27 20:20:28.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.995 INFO kablam! | Oct 27 20:20:28.995 INFO kablam! Oct 27 20:20:28.995 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.995 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.995 INFO kablam! | Oct 27 20:20:28.995 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.995 INFO kablam! | ^^^^^ Oct 27 20:20:28.995 INFO kablam! ... Oct 27 20:20:28.995 INFO kablam! 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Oct 27 20:20:28.995 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.995 INFO kablam! | Oct 27 20:20:28.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.995 INFO kablam! | Oct 27 20:20:28.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.995 INFO kablam! | Oct 27 20:20:28.995 INFO kablam! Oct 27 20:20:28.996 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.996 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.996 INFO kablam! | Oct 27 20:20:28.996 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.996 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.996 INFO kablam! ... Oct 27 20:20:28.996 INFO kablam! 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Oct 27 20:20:28.996 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.996 INFO kablam! Oct 27 20:20:28.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.996 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:28.996 INFO kablam! | Oct 27 20:20:28.996 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.996 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.996 INFO kablam! ... Oct 27 20:20:28.996 INFO kablam! 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Oct 27 20:20:28.996 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.996 INFO kablam! | Oct 27 20:20:28.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.996 INFO kablam! | Oct 27 20:20:28.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.996 INFO kablam! | Oct 27 20:20:28.996 INFO kablam! Oct 27 20:20:28.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.997 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:28.997 INFO kablam! | Oct 27 20:20:28.997 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.997 INFO kablam! | ^^^^^ Oct 27 20:20:28.997 INFO kablam! ... Oct 27 20:20:28.997 INFO kablam! 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); Oct 27 20:20:28.997 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.997 INFO kablam! | Oct 27 20:20:28.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.997 INFO kablam! | Oct 27 20:20:28.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.997 INFO kablam! | Oct 27 20:20:28.997 INFO kablam! Oct 27 20:20:28.998 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.998 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:28.998 INFO kablam! | Oct 27 20:20:28.998 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:28.998 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.998 INFO kablam! ... Oct 27 20:20:28.998 INFO kablam! 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); Oct 27 20:20:28.998 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.998 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.000 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.000 INFO kablam! | Oct 27 20:20:29.000 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.000 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.000 INFO kablam! ... Oct 27 20:20:29.000 INFO kablam! 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); 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! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.000 INFO kablam! | Oct 27 20:20:29.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.000 INFO kablam! | Oct 27 20:20:29.000 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:237:36 Oct 27 20:20:29.001 INFO kablam! | Oct 27 20:20:29.001 INFO kablam! 237 | 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! 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); 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.003 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.003 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.003 INFO kablam! | Oct 27 20:20:29.003 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.003 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.003 INFO kablam! ... Oct 27 20:20:29.003 INFO kablam! 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.003 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.003 INFO kablam! | Oct 27 20:20:29.003 INFO kablam! 247 | 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! 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); 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.007 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.007 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.007 INFO kablam! | Oct 27 20:20:29.007 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.007 INFO kablam! | ^^^^^ Oct 27 20:20:29.007 INFO kablam! ... Oct 27 20:20:29.007 INFO kablam! 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); Oct 27 20:20:29.007 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.007 INFO kablam! | Oct 27 20:20:29.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.007 INFO kablam! | Oct 27 20:20:29.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.007 INFO kablam! | Oct 27 20:20:29.007 INFO kablam! Oct 27 20:20:29.007 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.007 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.007 INFO kablam! | Oct 27 20:20:29.007 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.007 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.007 INFO kablam! ... Oct 27 20:20:29.007 INFO kablam! 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); Oct 27 20:20:29.007 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.007 INFO kablam! Oct 27 20:20:29.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.007 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.007 INFO kablam! | Oct 27 20:20:29.007 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.007 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.007 INFO kablam! ... Oct 27 20:20:29.007 INFO kablam! 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); Oct 27 20:20:29.007 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.007 INFO kablam! | Oct 27 20:20:29.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.007 INFO kablam! | Oct 27 20:20:29.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.007 INFO kablam! | Oct 27 20:20:29.007 INFO kablam! Oct 27 20:20:29.007 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.007 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.008 INFO kablam! | Oct 27 20:20:29.008 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.008 INFO kablam! | ^^^^^ Oct 27 20:20:29.008 INFO kablam! ... Oct 27 20:20:29.008 INFO kablam! 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); 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.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.008 INFO kablam! | Oct 27 20:20:29.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.008 INFO kablam! | Oct 27 20:20:29.008 INFO kablam! Oct 27 20:20:29.011 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.011 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.011 INFO kablam! | Oct 27 20:20:29.011 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.011 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.011 INFO kablam! ... Oct 27 20:20:29.011 INFO kablam! 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); Oct 27 20:20:29.011 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.011 INFO kablam! Oct 27 20:20:29.011 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.011 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.011 INFO kablam! | Oct 27 20:20:29.011 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.011 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.011 INFO kablam! ... Oct 27 20:20:29.011 INFO kablam! 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); Oct 27 20:20:29.011 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.011 INFO kablam! | Oct 27 20:20:29.011 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.011 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.011 INFO kablam! | Oct 27 20:20:29.011 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.011 INFO kablam! | Oct 27 20:20:29.011 INFO kablam! Oct 27 20:20:29.011 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.011 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.011 INFO kablam! | Oct 27 20:20:29.011 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.011 INFO kablam! | ^^^^^ Oct 27 20:20:29.011 INFO kablam! ... Oct 27 20:20:29.011 INFO kablam! 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Oct 27 20:20:29.011 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.011 INFO kablam! | Oct 27 20:20:29.011 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.011 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.011 INFO kablam! | Oct 27 20:20:29.011 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.011 INFO kablam! | Oct 27 20:20:29.011 INFO kablam! Oct 27 20:20:29.011 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.011 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.011 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! 241 | let Excess(ptr, excess) = 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! 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); 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.015 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.015 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.015 INFO kablam! | Oct 27 20:20:29.015 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.015 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.015 INFO kablam! ... Oct 27 20:20:29.015 INFO kablam! 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Oct 27 20:20:29.015 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.015 INFO kablam! | Oct 27 20:20:29.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.015 INFO kablam! | Oct 27 20:20:29.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.015 INFO kablam! | Oct 27 20:20:29.015 INFO kablam! Oct 27 20:20:29.015 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.015 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.015 INFO kablam! | Oct 27 20:20:29.015 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.015 INFO kablam! | ^^^^^ Oct 27 20:20:29.015 INFO kablam! ... Oct 27 20:20:29.015 INFO kablam! 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); Oct 27 20:20:29.015 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.015 INFO kablam! | Oct 27 20:20:29.015 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:241:52 Oct 27 20:20:29.016 INFO kablam! | Oct 27 20:20:29.016 INFO kablam! 241 | let Excess(ptr, excess) = 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! 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); 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:247:26 Oct 27 20:20:29.016 INFO kablam! | Oct 27 20:20:29.016 INFO kablam! 247 | 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! 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); 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:237:36 Oct 27 20:20:29.016 INFO kablam! | Oct 27 20:20:29.016 INFO kablam! 237 | 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! 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); 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.019 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.019 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.019 INFO kablam! | Oct 27 20:20:29.019 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.019 INFO kablam! | Oct 27 20:20:29.019 INFO kablam! Oct 27 20:20:29.019 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.019 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.019 INFO kablam! | Oct 27 20:20:29.019 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.019 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.019 INFO kablam! ... Oct 27 20:20:29.019 INFO kablam! 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Oct 27 20:20:29.019 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.019 INFO kablam! Oct 27 20:20:29.019 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.019 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.019 INFO kablam! | Oct 27 20:20:29.019 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.019 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.019 INFO kablam! ... Oct 27 20:20:29.019 INFO kablam! 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Oct 27 20:20:29.019 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.019 INFO kablam! | Oct 27 20:20:29.019 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.019 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.019 INFO kablam! | Oct 27 20:20:29.019 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.019 INFO kablam! | Oct 27 20:20:29.019 INFO kablam! Oct 27 20:20:29.019 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.019 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.019 INFO kablam! | Oct 27 20:20:29.019 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.019 INFO kablam! | ^^^^^ Oct 27 20:20:29.019 INFO kablam! ... Oct 27 20:20:29.019 INFO kablam! 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Oct 27 20:20:29.019 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.019 INFO kablam! | Oct 27 20:20:29.019 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.019 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.019 INFO kablam! | Oct 27 20:20:29.019 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.019 INFO kablam! | Oct 27 20:20:29.019 INFO kablam! Oct 27 20:20:29.019 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.019 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.019 INFO kablam! | Oct 27 20:20:29.019 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.019 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.019 INFO kablam! ... Oct 27 20:20:29.019 INFO kablam! 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Oct 27 20:20:29.019 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.019 INFO kablam! Oct 27 20:20:29.023 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.023 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.023 INFO kablam! | Oct 27 20:20:29.023 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.023 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.023 INFO kablam! ... Oct 27 20:20:29.023 INFO kablam! 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Oct 27 20:20:29.023 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.023 INFO kablam! | Oct 27 20:20:29.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.023 INFO kablam! | Oct 27 20:20:29.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.023 INFO kablam! | Oct 27 20:20:29.023 INFO kablam! Oct 27 20:20:29.023 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.023 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.023 INFO kablam! | Oct 27 20:20:29.023 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.023 INFO kablam! | ^^^^^ Oct 27 20:20:29.023 INFO kablam! ... Oct 27 20:20:29.023 INFO kablam! 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Oct 27 20:20:29.023 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.023 INFO kablam! | Oct 27 20:20:29.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.023 INFO kablam! | Oct 27 20:20:29.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.023 INFO kablam! | Oct 27 20:20:29.023 INFO kablam! Oct 27 20:20:29.023 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.023 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.023 INFO kablam! | Oct 27 20:20:29.023 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.023 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.023 INFO kablam! ... Oct 27 20:20:29.023 INFO kablam! 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Oct 27 20:20:29.024 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.024 INFO kablam! Oct 27 20:20:29.024 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.024 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.024 INFO kablam! | Oct 27 20:20:29.024 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.024 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.024 INFO kablam! ... Oct 27 20:20:29.024 INFO kablam! 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Oct 27 20:20:29.024 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.024 INFO kablam! | Oct 27 20:20:29.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.024 INFO kablam! | Oct 27 20:20:29.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.024 INFO kablam! | Oct 27 20:20:29.024 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:237:36 Oct 27 20:20:29.028 INFO kablam! | Oct 27 20:20:29.028 INFO kablam! 237 | 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! 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); 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:241:52 Oct 27 20:20:29.028 INFO kablam! | Oct 27 20:20:29.028 INFO kablam! 241 | let Excess(ptr, excess) = 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! 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); 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:247:26 Oct 27 20:20:29.028 INFO kablam! | Oct 27 20:20:29.028 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.028 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.028 INFO kablam! ... Oct 27 20:20:29.030 INFO kablam! 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.030 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.030 INFO kablam! | Oct 27 20:20:29.030 INFO kablam! 237 | 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! 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); 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:241:52 Oct 27 20:20:29.030 INFO kablam! | Oct 27 20:20:29.030 INFO kablam! 241 | let Excess(ptr, excess) = 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! 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); 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.031 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.031 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.031 INFO kablam! | Oct 27 20:20:29.031 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.031 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.031 INFO kablam! ... Oct 27 20:20:29.031 INFO kablam! 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); Oct 27 20:20:29.031 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.031 INFO kablam! | Oct 27 20:20:29.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.031 INFO kablam! | Oct 27 20:20:29.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.031 INFO kablam! | Oct 27 20:20:29.031 INFO kablam! Oct 27 20:20:29.039 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.039 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.039 INFO kablam! | ^^^^^ Oct 27 20:20:29.039 INFO kablam! ... Oct 27 20:20:29.039 INFO kablam! 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Oct 27 20:20:29.039 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.039 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! Oct 27 20:20:29.039 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.039 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.039 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.039 INFO kablam! ... Oct 27 20:20:29.039 INFO kablam! 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Oct 27 20:20:29.039 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.039 INFO kablam! Oct 27 20:20:29.039 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.039 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.039 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.039 INFO kablam! ... Oct 27 20:20:29.039 INFO kablam! 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Oct 27 20:20:29.039 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.039 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! Oct 27 20:20:29.039 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.039 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.039 INFO kablam! | ^^^^^ Oct 27 20:20:29.039 INFO kablam! ... Oct 27 20:20:29.039 INFO kablam! 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Oct 27 20:20:29.039 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.039 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! Oct 27 20:20:29.039 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.039 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.039 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.039 INFO kablam! ... Oct 27 20:20:29.039 INFO kablam! 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Oct 27 20:20:29.039 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.039 INFO kablam! Oct 27 20:20:29.039 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.039 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.039 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.039 INFO kablam! ... Oct 27 20:20:29.039 INFO kablam! 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Oct 27 20:20:29.039 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.039 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.039 INFO kablam! | Oct 27 20:20:29.039 INFO kablam! Oct 27 20:20:29.042 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.042 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.042 INFO kablam! | Oct 27 20:20:29.042 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.042 INFO kablam! | ^^^^^ Oct 27 20:20:29.042 INFO kablam! ... Oct 27 20:20:29.042 INFO kablam! 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); Oct 27 20:20:29.042 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.042 INFO kablam! | Oct 27 20:20:29.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.042 INFO kablam! | Oct 27 20:20:29.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.042 INFO kablam! | Oct 27 20:20:29.042 INFO kablam! Oct 27 20:20:29.047 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.047 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.047 INFO kablam! | Oct 27 20:20:29.047 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.047 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.047 INFO kablam! ... Oct 27 20:20:29.047 INFO kablam! 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); Oct 27 20:20:29.047 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.047 INFO kablam! Oct 27 20:20:29.047 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.047 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.047 INFO kablam! | Oct 27 20:20:29.047 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.047 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.047 INFO kablam! ... Oct 27 20:20:29.047 INFO kablam! 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); Oct 27 20:20:29.047 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.047 INFO kablam! | Oct 27 20:20:29.047 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.047 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.047 INFO kablam! | Oct 27 20:20:29.047 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.047 INFO kablam! | Oct 27 20:20:29.047 INFO kablam! Oct 27 20:20:29.047 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.047 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.047 INFO kablam! | Oct 27 20:20:29.047 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.047 INFO kablam! | ^^^^^ Oct 27 20:20:29.047 INFO kablam! ... Oct 27 20:20:29.047 INFO kablam! 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); Oct 27 20:20:29.047 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.047 INFO kablam! | Oct 27 20:20:29.047 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.047 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.047 INFO kablam! | Oct 27 20:20:29.047 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.047 INFO kablam! | Oct 27 20:20:29.047 INFO kablam! Oct 27 20:20:29.047 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.047 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.047 INFO kablam! | Oct 27 20:20:29.047 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.047 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.047 INFO kablam! ... Oct 27 20:20:29.047 INFO kablam! 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); Oct 27 20:20:29.047 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.047 INFO kablam! Oct 27 20:20:29.047 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.047 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.047 INFO kablam! | Oct 27 20:20:29.047 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.047 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.047 INFO kablam! ... Oct 27 20:20:29.047 INFO kablam! 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); Oct 27 20:20:29.047 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.047 INFO kablam! | Oct 27 20:20:29.047 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.047 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.047 INFO kablam! | Oct 27 20:20:29.047 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.047 INFO kablam! | Oct 27 20:20:29.047 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:237:36 Oct 27 20:20:29.052 INFO kablam! | Oct 27 20:20:29.052 INFO kablam! 237 | 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! 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); 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.052 INFO kablam! | Oct 27 20:20:29.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.052 INFO kablam! | Oct 27 20:20:29.052 INFO kablam! Oct 27 20:20:29.052 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.052 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.052 INFO kablam! | Oct 27 20:20:29.052 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.052 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.052 INFO kablam! ... Oct 27 20:20:29.052 INFO kablam! 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.052 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.052 INFO kablam! | Oct 27 20:20:29.052 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.052 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.052 INFO kablam! ... Oct 27 20:20:29.052 INFO kablam! 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); 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.052 INFO kablam! | Oct 27 20:20:29.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.052 INFO kablam! | Oct 27 20:20:29.052 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:237:36 Oct 27 20:20:29.052 INFO kablam! | Oct 27 20:20:29.052 INFO kablam! 237 | 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! 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); 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.052 INFO kablam! | Oct 27 20:20:29.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.052 INFO kablam! | Oct 27 20:20:29.052 INFO kablam! Oct 27 20:20:29.052 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.052 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.052 INFO kablam! | Oct 27 20:20:29.052 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.052 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.052 INFO kablam! ... Oct 27 20:20:29.052 INFO kablam! 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); 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.058 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.058 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.058 INFO kablam! | Oct 27 20:20:29.058 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.058 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.058 INFO kablam! ... Oct 27 20:20:29.058 INFO kablam! 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); Oct 27 20:20:29.058 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.058 INFO kablam! | Oct 27 20:20:29.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.058 INFO kablam! | Oct 27 20:20:29.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.058 INFO kablam! | Oct 27 20:20:29.058 INFO kablam! Oct 27 20:20:29.058 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.058 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.058 INFO kablam! | Oct 27 20:20:29.058 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.058 INFO kablam! | ^^^^^ Oct 27 20:20:29.058 INFO kablam! ... Oct 27 20:20:29.058 INFO kablam! 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); Oct 27 20:20:29.058 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.058 INFO kablam! | Oct 27 20:20:29.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.058 INFO kablam! | Oct 27 20:20:29.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.058 INFO kablam! | Oct 27 20:20:29.058 INFO kablam! Oct 27 20:20:29.058 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.058 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.058 INFO kablam! | Oct 27 20:20:29.058 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.058 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.059 INFO kablam! ... Oct 27 20:20:29.059 INFO kablam! 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); 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:247:26 Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! 247 | 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! 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); 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.067 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.067 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.067 INFO kablam! | Oct 27 20:20:29.067 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.067 INFO kablam! | ^^^^^ Oct 27 20:20:29.067 INFO kablam! ... Oct 27 20:20:29.067 INFO kablam! 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Oct 27 20:20:29.067 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.067 INFO kablam! | Oct 27 20:20:29.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.067 INFO kablam! | Oct 27 20:20:29.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.067 INFO kablam! | Oct 27 20:20:29.067 INFO kablam! Oct 27 20:20:29.067 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.067 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.067 INFO kablam! | Oct 27 20:20:29.067 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.067 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.067 INFO kablam! ... Oct 27 20:20:29.067 INFO kablam! 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Oct 27 20:20:29.067 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.067 INFO kablam! Oct 27 20:20:29.067 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.067 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.067 INFO kablam! | Oct 27 20:20:29.067 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.067 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.067 INFO kablam! ... Oct 27 20:20:29.067 INFO kablam! 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Oct 27 20:20:29.067 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.067 INFO kablam! | Oct 27 20:20:29.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.067 INFO kablam! | Oct 27 20:20:29.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.067 INFO kablam! | Oct 27 20:20:29.067 INFO kablam! Oct 27 20:20:29.067 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.067 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.067 INFO kablam! | Oct 27 20:20:29.067 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.067 INFO kablam! | ^^^^^ Oct 27 20:20:29.067 INFO kablam! ... Oct 27 20:20:29.067 INFO kablam! 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Oct 27 20:20:29.067 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.067 INFO kablam! | Oct 27 20:20:29.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.067 INFO kablam! | Oct 27 20:20:29.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.067 INFO kablam! | Oct 27 20:20:29.067 INFO kablam! Oct 27 20:20:29.067 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.067 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.067 INFO kablam! | Oct 27 20:20:29.067 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.067 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.067 INFO kablam! ... Oct 27 20:20:29.067 INFO kablam! 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Oct 27 20:20:29.067 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.067 INFO kablam! Oct 27 20:20:29.067 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.067 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.067 INFO kablam! | Oct 27 20:20:29.067 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.067 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.067 INFO kablam! ... Oct 27 20:20:29.067 INFO kablam! 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Oct 27 20:20:29.067 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.067 INFO kablam! | Oct 27 20:20:29.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.067 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:237:36 Oct 27 20:20:29.068 INFO kablam! | Oct 27 20:20:29.068 INFO kablam! 237 | 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! 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.069 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.069 INFO kablam! | Oct 27 20:20:29.069 INFO kablam! 241 | let Excess(ptr, excess) = 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! 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.069 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.069 INFO kablam! | Oct 27 20:20:29.069 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.069 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.069 INFO kablam! ... Oct 27 20:20:29.069 INFO kablam! 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); 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.077 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.077 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.077 INFO kablam! | Oct 27 20:20:29.077 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.077 INFO kablam! | ^^^^^ Oct 27 20:20:29.077 INFO kablam! ... Oct 27 20:20:29.077 INFO kablam! 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Oct 27 20:20:29.077 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.077 INFO kablam! | Oct 27 20:20:29.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.077 INFO kablam! | Oct 27 20:20:29.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.077 INFO kablam! | Oct 27 20:20:29.077 INFO kablam! Oct 27 20:20:29.086 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.086 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.086 INFO kablam! | Oct 27 20:20:29.086 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.086 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.086 INFO kablam! ... Oct 27 20:20:29.086 INFO kablam! 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Oct 27 20:20:29.086 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.086 INFO kablam! Oct 27 20:20:29.086 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.086 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.086 INFO kablam! | Oct 27 20:20:29.086 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.086 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.086 INFO kablam! ... Oct 27 20:20:29.086 INFO kablam! 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Oct 27 20:20:29.086 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.086 INFO kablam! | Oct 27 20:20:29.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.086 INFO kablam! | Oct 27 20:20:29.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.086 INFO kablam! | Oct 27 20:20:29.086 INFO kablam! Oct 27 20:20:29.086 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.086 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.086 INFO kablam! | Oct 27 20:20:29.086 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.086 INFO kablam! | ^^^^^ Oct 27 20:20:29.086 INFO kablam! ... Oct 27 20:20:29.086 INFO kablam! 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Oct 27 20:20:29.086 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.086 INFO kablam! | Oct 27 20:20:29.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.086 INFO kablam! | Oct 27 20:20:29.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.086 INFO kablam! | Oct 27 20:20:29.086 INFO kablam! Oct 27 20:20:29.086 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.086 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.086 INFO kablam! | Oct 27 20:20:29.086 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.086 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.087 INFO kablam! ... Oct 27 20:20:29.087 INFO kablam! 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Oct 27 20:20:29.087 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.087 INFO kablam! Oct 27 20:20:29.087 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.087 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.087 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.087 INFO kablam! ... Oct 27 20:20:29.087 INFO kablam! 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Oct 27 20:20:29.087 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! Oct 27 20:20:29.087 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.087 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.087 INFO kablam! | ^^^^^ Oct 27 20:20:29.087 INFO kablam! ... Oct 27 20:20:29.087 INFO kablam! 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Oct 27 20:20:29.087 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! Oct 27 20:20:29.087 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.087 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.087 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.087 INFO kablam! ... Oct 27 20:20:29.087 INFO kablam! 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Oct 27 20:20:29.087 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.087 INFO kablam! Oct 27 20:20:29.087 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.087 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.087 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.087 INFO kablam! ... Oct 27 20:20:29.087 INFO kablam! 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Oct 27 20:20:29.087 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! Oct 27 20:20:29.087 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.087 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.087 INFO kablam! | ^^^^^ Oct 27 20:20:29.087 INFO kablam! ... Oct 27 20:20:29.087 INFO kablam! 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Oct 27 20:20:29.087 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! Oct 27 20:20:29.087 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.087 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.087 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.087 INFO kablam! ... Oct 27 20:20:29.087 INFO kablam! 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Oct 27 20:20:29.087 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.087 INFO kablam! Oct 27 20:20:29.087 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.087 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.087 INFO kablam! | Oct 27 20:20:29.087 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.087 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.088 INFO kablam! ... Oct 27 20:20:29.088 INFO kablam! 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Oct 27 20:20:29.088 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.088 INFO kablam! | Oct 27 20:20:29.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.088 INFO kablam! | Oct 27 20:20:29.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.088 INFO kablam! | Oct 27 20:20:29.088 INFO kablam! Oct 27 20:20:29.091 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:237:36 Oct 27 20:20:29.094 INFO kablam! | Oct 27 20:20:29.094 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.094 INFO kablam! | ^^^^^ Oct 27 20:20:29.094 INFO kablam! ... Oct 27 20:20:29.094 INFO kablam! 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Oct 27 20:20:29.094 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.094 INFO kablam! | Oct 27 20:20:29.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.094 INFO kablam! | Oct 27 20:20:29.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.094 INFO kablam! | Oct 27 20:20:29.094 INFO kablam! Oct 27 20:20:29.094 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.094 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.094 INFO kablam! | Oct 27 20:20:29.094 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.094 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.094 INFO kablam! ... Oct 27 20:20:29.094 INFO kablam! 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Oct 27 20:20:29.094 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.094 INFO kablam! Oct 27 20:20:29.094 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.094 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.094 INFO kablam! | Oct 27 20:20:29.094 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.094 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.094 INFO kablam! ... Oct 27 20:20:29.094 INFO kablam! 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Oct 27 20:20:29.094 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.094 INFO kablam! | Oct 27 20:20:29.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.094 INFO kablam! | Oct 27 20:20:29.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.094 INFO kablam! | Oct 27 20:20:29.094 INFO kablam! Oct 27 20:20:29.094 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.094 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.094 INFO kablam! | Oct 27 20:20:29.094 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.094 INFO kablam! | ^^^^^ Oct 27 20:20:29.094 INFO kablam! ... Oct 27 20:20:29.094 INFO kablam! 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Oct 27 20:20:29.094 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.094 INFO kablam! | Oct 27 20:20:29.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.094 INFO kablam! | Oct 27 20:20:29.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.094 INFO kablam! | Oct 27 20:20:29.094 INFO kablam! Oct 27 20:20:29.094 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.094 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.094 INFO kablam! | Oct 27 20:20:29.095 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.095 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.095 INFO kablam! ... Oct 27 20:20:29.095 INFO kablam! 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Oct 27 20:20:29.095 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.095 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.095 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.095 INFO kablam! | Oct 27 20:20:29.095 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.095 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.095 INFO kablam! ... Oct 27 20:20:29.095 INFO kablam! 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Oct 27 20:20:29.095 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.095 INFO kablam! | Oct 27 20:20:29.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.095 INFO kablam! | Oct 27 20:20:29.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.095 INFO kablam! | Oct 27 20:20:29.095 INFO kablam! Oct 27 20:20:29.095 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.095 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.095 INFO kablam! | Oct 27 20:20:29.095 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.095 INFO kablam! | ^^^^^ Oct 27 20:20:29.095 INFO kablam! ... Oct 27 20:20:29.095 INFO kablam! 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Oct 27 20:20:29.095 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.095 INFO kablam! | Oct 27 20:20:29.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.095 INFO kablam! | Oct 27 20:20:29.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.095 INFO kablam! | Oct 27 20:20:29.095 INFO kablam! Oct 27 20:20:29.095 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.095 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.095 INFO kablam! | Oct 27 20:20:29.095 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.095 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.095 INFO kablam! ... Oct 27 20:20:29.095 INFO kablam! 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Oct 27 20:20:29.095 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.095 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.095 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.095 INFO kablam! | Oct 27 20:20:29.095 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.095 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.095 INFO kablam! ... Oct 27 20:20:29.095 INFO kablam! 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Oct 27 20:20:29.095 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.095 INFO kablam! | Oct 27 20:20:29.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.095 INFO kablam! | Oct 27 20:20:29.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.095 INFO kablam! | Oct 27 20:20:29.095 INFO kablam! Oct 27 20:20:29.099 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.099 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.099 INFO kablam! | Oct 27 20:20:29.099 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.099 INFO kablam! | ^^^^^ Oct 27 20:20:29.099 INFO kablam! ... Oct 27 20:20:29.099 INFO kablam! 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Oct 27 20:20:29.099 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.099 INFO kablam! | Oct 27 20:20:29.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.099 INFO kablam! | Oct 27 20:20:29.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.099 INFO kablam! | Oct 27 20:20:29.099 INFO kablam! Oct 27 20:20:29.099 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.099 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.099 INFO kablam! | Oct 27 20:20:29.099 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.099 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.099 INFO kablam! ... Oct 27 20:20:29.099 INFO kablam! 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Oct 27 20:20:29.099 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.099 INFO kablam! Oct 27 20:20:29.099 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.099 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.099 INFO kablam! | Oct 27 20:20:29.099 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.099 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.099 INFO kablam! ... Oct 27 20:20:29.099 INFO kablam! 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Oct 27 20:20:29.099 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.099 INFO kablam! | Oct 27 20:20:29.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.099 INFO kablam! | Oct 27 20:20:29.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.099 INFO kablam! | Oct 27 20:20:29.099 INFO kablam! Oct 27 20:20:29.099 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.099 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.099 INFO kablam! | Oct 27 20:20:29.099 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.099 INFO kablam! | ^^^^^ Oct 27 20:20:29.099 INFO kablam! ... Oct 27 20:20:29.099 INFO kablam! 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Oct 27 20:20:29.099 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.099 INFO kablam! | Oct 27 20:20:29.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.099 INFO kablam! | Oct 27 20:20:29.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.100 INFO kablam! | Oct 27 20:20:29.100 INFO kablam! Oct 27 20:20:29.100 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.100 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.100 INFO kablam! | Oct 27 20:20:29.100 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.100 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.100 INFO kablam! ... Oct 27 20:20:29.100 INFO kablam! 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Oct 27 20:20:29.100 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.100 INFO kablam! Oct 27 20:20:29.108 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.108 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.108 INFO kablam! | Oct 27 20:20:29.108 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.108 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.108 INFO kablam! ... Oct 27 20:20:29.108 INFO kablam! 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Oct 27 20:20:29.108 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.108 INFO kablam! | Oct 27 20:20:29.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.108 INFO kablam! | Oct 27 20:20:29.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.108 INFO kablam! | Oct 27 20:20:29.108 INFO kablam! Oct 27 20:20:29.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.108 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.108 INFO kablam! | Oct 27 20:20:29.108 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.108 INFO kablam! | ^^^^^ Oct 27 20:20:29.108 INFO kablam! ... Oct 27 20:20:29.108 INFO kablam! 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Oct 27 20:20:29.108 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! Oct 27 20:20:29.109 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.109 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.109 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.109 INFO kablam! ... Oct 27 20:20:29.109 INFO kablam! 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Oct 27 20:20:29.109 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.109 INFO kablam! Oct 27 20:20:29.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.109 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.109 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.109 INFO kablam! ... Oct 27 20:20:29.109 INFO kablam! 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Oct 27 20:20:29.109 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! Oct 27 20:20:29.109 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.109 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.109 INFO kablam! | ^^^^^ Oct 27 20:20:29.109 INFO kablam! ... Oct 27 20:20:29.109 INFO kablam! 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Oct 27 20:20:29.109 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! Oct 27 20:20:29.109 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.109 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.109 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.109 INFO kablam! ... Oct 27 20:20:29.109 INFO kablam! 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Oct 27 20:20:29.109 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.109 INFO kablam! Oct 27 20:20:29.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.109 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.109 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.109 INFO kablam! ... Oct 27 20:20:29.109 INFO kablam! 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Oct 27 20:20:29.109 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! Oct 27 20:20:29.109 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.109 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.109 INFO kablam! | ^^^^^ Oct 27 20:20:29.109 INFO kablam! ... Oct 27 20:20:29.109 INFO kablam! 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); Oct 27 20:20:29.109 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.109 INFO kablam! | Oct 27 20:20:29.109 INFO kablam! Oct 27 20:20:29.118 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.118 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.118 INFO kablam! | Oct 27 20:20:29.118 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.118 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.118 INFO kablam! ... Oct 27 20:20:29.118 INFO kablam! 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); 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:247:26 Oct 27 20:20:29.118 INFO kablam! | Oct 27 20:20:29.118 INFO kablam! 247 | 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! 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); 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.118 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.118 INFO kablam! | Oct 27 20:20:29.118 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.118 INFO kablam! | ^^^^^ Oct 27 20:20:29.118 INFO kablam! ... Oct 27 20:20:29.118 INFO kablam! 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); 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.126 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.127 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.127 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.127 INFO kablam! ... Oct 27 20:20:29.127 INFO kablam! 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Oct 27 20:20:29.127 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.127 INFO kablam! Oct 27 20:20:29.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.127 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.127 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.127 INFO kablam! ... Oct 27 20:20:29.127 INFO kablam! 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Oct 27 20:20:29.127 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! Oct 27 20:20:29.127 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.127 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.127 INFO kablam! | ^^^^^ Oct 27 20:20:29.127 INFO kablam! ... Oct 27 20:20:29.127 INFO kablam! 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); Oct 27 20:20:29.127 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! Oct 27 20:20:29.127 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.127 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.127 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.127 INFO kablam! ... Oct 27 20:20:29.127 INFO kablam! 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); Oct 27 20:20:29.127 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.127 INFO kablam! Oct 27 20:20:29.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.127 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.127 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.127 INFO kablam! ... Oct 27 20:20:29.127 INFO kablam! 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); Oct 27 20:20:29.127 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! Oct 27 20:20:29.127 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.127 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.127 INFO kablam! | ^^^^^ Oct 27 20:20:29.127 INFO kablam! ... Oct 27 20:20:29.127 INFO kablam! 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); Oct 27 20:20:29.127 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! Oct 27 20:20:29.127 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.127 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.127 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.127 INFO kablam! ... Oct 27 20:20:29.127 INFO kablam! 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); Oct 27 20:20:29.127 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.127 INFO kablam! Oct 27 20:20:29.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.127 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.127 INFO kablam! | Oct 27 20:20:29.127 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.127 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.127 INFO kablam! ... Oct 27 20:20:29.128 INFO kablam! 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); Oct 27 20:20:29.128 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.128 INFO kablam! | Oct 27 20:20:29.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.128 INFO kablam! | Oct 27 20:20:29.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.128 INFO kablam! | Oct 27 20:20:29.128 INFO kablam! Oct 27 20:20:29.128 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.128 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.128 INFO kablam! | Oct 27 20:20:29.128 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.128 INFO kablam! | ^^^^^ Oct 27 20:20:29.128 INFO kablam! ... Oct 27 20:20:29.128 INFO kablam! 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); Oct 27 20:20:29.128 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.128 INFO kablam! | Oct 27 20:20:29.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.128 INFO kablam! | Oct 27 20:20:29.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.128 INFO kablam! | Oct 27 20:20:29.128 INFO kablam! Oct 27 20:20:29.128 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.128 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.128 INFO kablam! | Oct 27 20:20:29.128 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.128 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.128 INFO kablam! ... Oct 27 20:20:29.128 INFO kablam! 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); Oct 27 20:20:29.128 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.128 INFO kablam! Oct 27 20:20:29.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.131 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.131 INFO kablam! | Oct 27 20:20:29.131 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.131 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.131 INFO kablam! ... Oct 27 20:20:29.131 INFO kablam! 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); Oct 27 20:20:29.131 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.131 INFO kablam! | Oct 27 20:20:29.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.131 INFO kablam! | Oct 27 20:20:29.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.131 INFO kablam! | Oct 27 20:20:29.131 INFO kablam! Oct 27 20:20:29.131 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.131 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.131 INFO kablam! | Oct 27 20:20:29.131 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.131 INFO kablam! | ^^^^^ Oct 27 20:20:29.131 INFO kablam! ... Oct 27 20:20:29.131 INFO kablam! 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); Oct 27 20:20:29.131 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.131 INFO kablam! | Oct 27 20:20:29.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.131 INFO kablam! | Oct 27 20:20:29.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.131 INFO kablam! | Oct 27 20:20:29.131 INFO kablam! Oct 27 20:20:29.131 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.131 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.131 INFO kablam! | Oct 27 20:20:29.131 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.131 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.131 INFO kablam! ... Oct 27 20:20:29.131 INFO kablam! 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); Oct 27 20:20:29.131 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.131 INFO kablam! Oct 27 20:20:29.135 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.135 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.135 INFO kablam! | Oct 27 20:20:29.135 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.135 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.135 INFO kablam! ... Oct 27 20:20:29.135 INFO kablam! 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); Oct 27 20:20:29.135 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.135 INFO kablam! | Oct 27 20:20:29.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.135 INFO kablam! | Oct 27 20:20:29.135 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.135 INFO kablam! | Oct 27 20:20:29.135 INFO kablam! Oct 27 20:20:29.135 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.135 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.135 INFO kablam! | Oct 27 20:20:29.135 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.135 INFO kablam! | ^^^^^ Oct 27 20:20:29.135 INFO kablam! ... Oct 27 20:20:29.135 INFO kablam! 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Oct 27 20:20:29.135 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.135 INFO kablam! | Oct 27 20:20:29.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.135 INFO kablam! | Oct 27 20:20:29.135 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.135 INFO kablam! | Oct 27 20:20:29.135 INFO kablam! Oct 27 20:20:29.135 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.135 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.135 INFO kablam! | Oct 27 20:20:29.135 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.135 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.135 INFO kablam! ... Oct 27 20:20:29.135 INFO kablam! 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Oct 27 20:20:29.135 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.135 INFO kablam! Oct 27 20:20:29.135 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.135 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.135 INFO kablam! | Oct 27 20:20:29.135 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.135 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.135 INFO kablam! ... Oct 27 20:20:29.136 INFO kablam! 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Oct 27 20:20:29.136 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.136 INFO kablam! | Oct 27 20:20:29.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.136 INFO kablam! | Oct 27 20:20:29.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.136 INFO kablam! | Oct 27 20:20:29.136 INFO kablam! Oct 27 20:20:29.142 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.142 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.142 INFO kablam! | Oct 27 20:20:29.142 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.143 INFO kablam! | ^^^^^ Oct 27 20:20:29.143 INFO kablam! ... Oct 27 20:20:29.143 INFO kablam! 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Oct 27 20:20:29.143 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! Oct 27 20:20:29.143 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.143 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.143 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.143 INFO kablam! ... Oct 27 20:20:29.143 INFO kablam! 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Oct 27 20:20:29.143 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.143 INFO kablam! Oct 27 20:20:29.143 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.143 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.143 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.143 INFO kablam! ... Oct 27 20:20:29.143 INFO kablam! 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Oct 27 20:20:29.143 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! Oct 27 20:20:29.143 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.143 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.143 INFO kablam! | ^^^^^ Oct 27 20:20:29.143 INFO kablam! ... Oct 27 20:20:29.143 INFO kablam! 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Oct 27 20:20:29.143 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! Oct 27 20:20:29.143 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.143 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.143 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.143 INFO kablam! ... Oct 27 20:20:29.143 INFO kablam! 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Oct 27 20:20:29.143 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.143 INFO kablam! Oct 27 20:20:29.143 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.143 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.143 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.143 INFO kablam! ... Oct 27 20:20:29.143 INFO kablam! 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Oct 27 20:20:29.143 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! Oct 27 20:20:29.143 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.143 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.143 INFO kablam! | ^^^^^ Oct 27 20:20:29.143 INFO kablam! ... Oct 27 20:20:29.143 INFO kablam! 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Oct 27 20:20:29.143 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! Oct 27 20:20:29.143 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.143 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.143 INFO kablam! | Oct 27 20:20:29.143 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.143 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.143 INFO kablam! ... Oct 27 20:20:29.143 INFO kablam! 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Oct 27 20:20:29.143 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.143 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:247:26 Oct 27 20:20:29.155 INFO kablam! | Oct 27 20:20:29.155 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.155 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.155 INFO kablam! ... Oct 27 20:20:29.155 INFO kablam! 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); 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.155 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.155 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.155 INFO kablam! | Oct 27 20:20:29.155 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.155 INFO kablam! | ^^^^^ Oct 27 20:20:29.155 INFO kablam! ... Oct 27 20:20:29.155 INFO kablam! 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); 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.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.159 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.159 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.159 INFO kablam! | Oct 27 20:20:29.159 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.159 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.159 INFO kablam! ... Oct 27 20:20:29.159 INFO kablam! 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); 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! 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:247:26 Oct 27 20:20:29.159 INFO kablam! | Oct 27 20:20:29.159 INFO kablam! 247 | 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! 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); Oct 27 20:20:29.159 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.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! Oct 27 20:20:29.163 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.163 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.163 INFO kablam! | ^^^^^ Oct 27 20:20:29.163 INFO kablam! ... Oct 27 20:20:29.163 INFO kablam! 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Oct 27 20:20:29.163 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.163 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! Oct 27 20:20:29.163 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.163 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.163 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.163 INFO kablam! ... Oct 27 20:20:29.163 INFO kablam! 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Oct 27 20:20:29.163 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.163 INFO kablam! Oct 27 20:20:29.163 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.163 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.163 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.163 INFO kablam! ... Oct 27 20:20:29.163 INFO kablam! 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Oct 27 20:20:29.163 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.163 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! Oct 27 20:20:29.163 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.163 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.163 INFO kablam! | ^^^^^ Oct 27 20:20:29.163 INFO kablam! ... Oct 27 20:20:29.163 INFO kablam! 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); Oct 27 20:20:29.163 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.163 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! Oct 27 20:20:29.163 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.163 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.163 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.163 INFO kablam! ... Oct 27 20:20:29.163 INFO kablam! 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); Oct 27 20:20:29.163 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.163 INFO kablam! Oct 27 20:20:29.163 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.163 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.163 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.163 INFO kablam! ... Oct 27 20:20:29.163 INFO kablam! 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); Oct 27 20:20:29.163 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.163 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! Oct 27 20:20:29.163 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.163 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.163 INFO kablam! | ^^^^^ Oct 27 20:20:29.163 INFO kablam! ... Oct 27 20:20:29.163 INFO kablam! 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); Oct 27 20:20:29.163 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.163 INFO kablam! | Oct 27 20:20:29.163 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.163 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! Oct 27 20:20:29.164 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.164 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.164 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.164 INFO kablam! ... Oct 27 20:20:29.164 INFO kablam! 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); Oct 27 20:20:29.164 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.164 INFO kablam! Oct 27 20:20:29.164 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.164 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.164 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.164 INFO kablam! ... Oct 27 20:20:29.164 INFO kablam! 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); Oct 27 20:20:29.164 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! Oct 27 20:20:29.164 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.164 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.164 INFO kablam! | ^^^^^ Oct 27 20:20:29.164 INFO kablam! ... Oct 27 20:20:29.164 INFO kablam! 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); Oct 27 20:20:29.164 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! Oct 27 20:20:29.164 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.164 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.164 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.164 INFO kablam! ... Oct 27 20:20:29.164 INFO kablam! 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); Oct 27 20:20:29.164 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.164 INFO kablam! Oct 27 20:20:29.164 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.164 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.164 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.164 INFO kablam! ... Oct 27 20:20:29.164 INFO kablam! 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); Oct 27 20:20:29.164 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! Oct 27 20:20:29.164 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.164 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.164 INFO kablam! | ^^^^^ Oct 27 20:20:29.164 INFO kablam! ... Oct 27 20:20:29.164 INFO kablam! 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Oct 27 20:20:29.164 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! Oct 27 20:20:29.164 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.164 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.164 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.164 INFO kablam! ... Oct 27 20:20:29.164 INFO kablam! 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Oct 27 20:20:29.164 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.164 INFO kablam! Oct 27 20:20:29.164 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.164 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.164 INFO kablam! | Oct 27 20:20:29.164 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.164 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.165 INFO kablam! ... Oct 27 20:20:29.165 INFO kablam! 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Oct 27 20:20:29.165 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! Oct 27 20:20:29.165 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.165 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.165 INFO kablam! | ^^^^^ Oct 27 20:20:29.165 INFO kablam! ... Oct 27 20:20:29.165 INFO kablam! 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Oct 27 20:20:29.165 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! Oct 27 20:20:29.165 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.165 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.165 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.165 INFO kablam! ... Oct 27 20:20:29.165 INFO kablam! 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Oct 27 20:20:29.165 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.165 INFO kablam! Oct 27 20:20:29.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.165 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.165 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.165 INFO kablam! ... Oct 27 20:20:29.165 INFO kablam! 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Oct 27 20:20:29.165 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! Oct 27 20:20:29.165 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.165 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.165 INFO kablam! | ^^^^^ Oct 27 20:20:29.165 INFO kablam! ... Oct 27 20:20:29.165 INFO kablam! 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Oct 27 20:20:29.165 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! Oct 27 20:20:29.165 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.165 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.165 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.165 INFO kablam! ... Oct 27 20:20:29.165 INFO kablam! 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Oct 27 20:20:29.165 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.165 INFO kablam! Oct 27 20:20:29.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.165 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.165 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.165 INFO kablam! ... Oct 27 20:20:29.165 INFO kablam! 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Oct 27 20:20:29.165 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.165 INFO kablam! | Oct 27 20:20:29.165 INFO kablam! Oct 27 20:20:29.171 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.171 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.171 INFO kablam! | Oct 27 20:20:29.171 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.171 INFO kablam! | ^^^^^ Oct 27 20:20:29.171 INFO kablam! ... Oct 27 20:20:29.171 INFO kablam! 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); Oct 27 20:20:29.171 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.171 INFO kablam! | Oct 27 20:20:29.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.171 INFO kablam! | Oct 27 20:20:29.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.171 INFO kablam! | Oct 27 20:20:29.171 INFO kablam! Oct 27 20:20:29.177 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.177 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.177 INFO kablam! | Oct 27 20:20:29.177 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.177 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.177 INFO kablam! ... Oct 27 20:20:29.177 INFO kablam! 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); 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! 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:247:26 Oct 27 20:20:29.177 INFO kablam! | Oct 27 20:20:29.177 INFO kablam! 247 | 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! 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); 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.177 INFO kablam! Oct 27 20:20:29.177 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.178 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.178 INFO kablam! | ^^^^^ Oct 27 20:20:29.178 INFO kablam! ... Oct 27 20:20:29.178 INFO kablam! 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Oct 27 20:20:29.178 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.178 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! Oct 27 20:20:29.178 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.178 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.178 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.178 INFO kablam! ... Oct 27 20:20:29.178 INFO kablam! 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Oct 27 20:20:29.178 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.178 INFO kablam! Oct 27 20:20:29.178 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.178 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.178 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.178 INFO kablam! ... Oct 27 20:20:29.178 INFO kablam! 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Oct 27 20:20:29.178 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.178 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! Oct 27 20:20:29.178 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.178 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.178 INFO kablam! | ^^^^^ Oct 27 20:20:29.178 INFO kablam! ... Oct 27 20:20:29.178 INFO kablam! 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Oct 27 20:20:29.178 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.178 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! Oct 27 20:20:29.178 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.178 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.178 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.178 INFO kablam! ... Oct 27 20:20:29.178 INFO kablam! 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Oct 27 20:20:29.178 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.178 INFO kablam! Oct 27 20:20:29.178 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.178 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.178 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.178 INFO kablam! ... Oct 27 20:20:29.178 INFO kablam! 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Oct 27 20:20:29.178 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.178 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! Oct 27 20:20:29.178 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.178 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.178 INFO kablam! | ^^^^^ Oct 27 20:20:29.178 INFO kablam! ... Oct 27 20:20:29.178 INFO kablam! 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Oct 27 20:20:29.178 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.178 INFO kablam! | Oct 27 20:20:29.178 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.178 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.179 INFO kablam! | Oct 27 20:20:29.179 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.179 INFO kablam! | Oct 27 20:20:29.179 INFO kablam! Oct 27 20:20:29.179 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.179 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.179 INFO kablam! | Oct 27 20:20:29.179 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.179 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.179 INFO kablam! ... Oct 27 20:20:29.179 INFO kablam! 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Oct 27 20:20:29.179 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.179 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:247:26 Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.189 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.189 INFO kablam! ... Oct 27 20:20:29.189 INFO kablam! 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Oct 27 20:20:29.189 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! Oct 27 20:20:29.189 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.189 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.189 INFO kablam! | ^^^^^ Oct 27 20:20:29.189 INFO kablam! ... Oct 27 20:20:29.189 INFO kablam! 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Oct 27 20:20:29.189 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! Oct 27 20:20:29.189 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.189 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.189 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.189 INFO kablam! ... Oct 27 20:20:29.189 INFO kablam! 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Oct 27 20:20:29.189 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.189 INFO kablam! Oct 27 20:20:29.189 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.189 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.189 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.189 INFO kablam! ... Oct 27 20:20:29.189 INFO kablam! 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Oct 27 20:20:29.189 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! Oct 27 20:20:29.189 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.189 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.189 INFO kablam! | ^^^^^ Oct 27 20:20:29.189 INFO kablam! ... Oct 27 20:20:29.189 INFO kablam! 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Oct 27 20:20:29.189 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! Oct 27 20:20:29.189 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.189 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.189 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.189 INFO kablam! ... Oct 27 20:20:29.189 INFO kablam! 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Oct 27 20:20:29.189 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.189 INFO kablam! Oct 27 20:20:29.189 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.189 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.189 INFO kablam! | Oct 27 20:20:29.189 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.189 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.189 INFO kablam! ... Oct 27 20:20:29.189 INFO kablam! 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Oct 27 20:20:29.189 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.190 INFO kablam! | Oct 27 20:20:29.190 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.190 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.190 INFO kablam! | Oct 27 20:20:29.190 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.190 INFO kablam! | Oct 27 20:20:29.190 INFO kablam! Oct 27 20:20:29.190 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.190 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.190 INFO kablam! | Oct 27 20:20:29.190 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.190 INFO kablam! | ^^^^^ Oct 27 20:20:29.190 INFO kablam! ... Oct 27 20:20:29.190 INFO kablam! 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Oct 27 20:20:29.190 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.190 INFO kablam! | Oct 27 20:20:29.190 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.190 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.190 INFO kablam! | Oct 27 20:20:29.190 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.190 INFO kablam! | Oct 27 20:20:29.190 INFO kablam! Oct 27 20:20:29.190 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.190 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.190 INFO kablam! | Oct 27 20:20:29.190 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.190 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.190 INFO kablam! ... Oct 27 20:20:29.190 INFO kablam! 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Oct 27 20:20:29.190 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.190 INFO kablam! Oct 27 20:20:29.190 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.190 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.190 INFO kablam! | Oct 27 20:20:29.190 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.190 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.190 INFO kablam! ... Oct 27 20:20:29.190 INFO kablam! 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Oct 27 20:20:29.190 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.190 INFO kablam! | Oct 27 20:20:29.190 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.190 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.190 INFO kablam! | Oct 27 20:20:29.190 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.190 INFO kablam! | Oct 27 20:20:29.190 INFO kablam! Oct 27 20:20:29.190 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.190 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.190 INFO kablam! | Oct 27 20:20:29.190 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.190 INFO kablam! | ^^^^^ Oct 27 20:20:29.190 INFO kablam! ... Oct 27 20:20:29.190 INFO kablam! 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); Oct 27 20:20:29.190 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.190 INFO kablam! | Oct 27 20:20:29.190 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.190 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.190 INFO kablam! | Oct 27 20:20:29.190 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.190 INFO kablam! | Oct 27 20:20:29.190 INFO kablam! Oct 27 20:20:29.193 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.193 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.193 INFO kablam! | Oct 27 20:20:29.194 INFO kablam! 241 | let Excess(ptr, excess) = 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! 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); 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:247:26 Oct 27 20:20:29.194 INFO kablam! | Oct 27 20:20:29.194 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.194 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.194 INFO kablam! ... Oct 27 20:20:29.194 INFO kablam! 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.194 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.194 INFO kablam! | Oct 27 20:20:29.194 INFO kablam! 237 | 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! 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); 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:241:52 Oct 27 20:20:29.194 INFO kablam! | Oct 27 20:20:29.194 INFO kablam! 241 | let Excess(ptr, excess) = 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! 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); 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.196 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.196 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.196 INFO kablam! | Oct 27 20:20:29.196 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.196 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.196 INFO kablam! ... Oct 27 20:20:29.196 INFO kablam! 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); Oct 27 20:20:29.196 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.196 INFO kablam! | Oct 27 20:20:29.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.196 INFO kablam! | Oct 27 20:20:29.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.196 INFO kablam! | Oct 27 20:20:29.196 INFO kablam! Oct 27 20:20:29.196 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.196 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.196 INFO kablam! | Oct 27 20:20:29.196 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.196 INFO kablam! | ^^^^^ Oct 27 20:20:29.196 INFO kablam! ... Oct 27 20:20:29.196 INFO kablam! 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); Oct 27 20:20:29.196 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.196 INFO kablam! | Oct 27 20:20:29.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.196 INFO kablam! | Oct 27 20:20:29.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.196 INFO kablam! | Oct 27 20:20:29.196 INFO kablam! Oct 27 20:20:29.196 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.196 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.196 INFO kablam! | Oct 27 20:20:29.196 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.196 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.196 INFO kablam! ... Oct 27 20:20:29.196 INFO kablam! 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); Oct 27 20:20:29.196 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.196 INFO kablam! Oct 27 20:20:29.196 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.196 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.196 INFO kablam! | Oct 27 20:20:29.196 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.196 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.196 INFO kablam! ... Oct 27 20:20:29.196 INFO kablam! 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); Oct 27 20:20:29.196 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.196 INFO kablam! | Oct 27 20:20:29.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.196 INFO kablam! | Oct 27 20:20:29.196 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.200 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.200 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.200 INFO kablam! | Oct 27 20:20:29.200 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.200 INFO kablam! | ^^^^^ Oct 27 20:20:29.200 INFO kablam! ... Oct 27 20:20:29.200 INFO kablam! 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Oct 27 20:20:29.200 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.200 INFO kablam! | Oct 27 20:20:29.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.200 INFO kablam! | Oct 27 20:20:29.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.200 INFO kablam! | Oct 27 20:20:29.200 INFO kablam! Oct 27 20:20:29.200 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.200 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.200 INFO kablam! | Oct 27 20:20:29.200 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.200 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.200 INFO kablam! ... Oct 27 20:20:29.200 INFO kablam! 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Oct 27 20:20:29.200 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.200 INFO kablam! Oct 27 20:20:29.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.200 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.200 INFO kablam! | Oct 27 20:20:29.200 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.200 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.200 INFO kablam! ... Oct 27 20:20:29.200 INFO kablam! 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Oct 27 20:20:29.200 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.200 INFO kablam! | Oct 27 20:20:29.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.200 INFO kablam! | Oct 27 20:20:29.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.200 INFO kablam! | Oct 27 20:20:29.200 INFO kablam! Oct 27 20:20:29.200 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.200 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.200 INFO kablam! | Oct 27 20:20:29.200 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.200 INFO kablam! | ^^^^^ Oct 27 20:20:29.200 INFO kablam! ... Oct 27 20:20:29.200 INFO kablam! 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Oct 27 20:20:29.200 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.200 INFO kablam! | Oct 27 20:20:29.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.200 INFO kablam! | Oct 27 20:20:29.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.200 INFO kablam! | Oct 27 20:20:29.200 INFO kablam! Oct 27 20:20:29.205 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.205 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.205 INFO kablam! | Oct 27 20:20:29.205 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.205 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.205 INFO kablam! ... Oct 27 20:20:29.205 INFO kablam! 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Oct 27 20:20:29.205 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.205 INFO kablam! Oct 27 20:20:29.205 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.205 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.205 INFO kablam! | Oct 27 20:20:29.205 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.205 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.205 INFO kablam! ... Oct 27 20:20:29.205 INFO kablam! 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Oct 27 20:20:29.205 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.205 INFO kablam! | Oct 27 20:20:29.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.205 INFO kablam! | Oct 27 20:20:29.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.205 INFO kablam! | Oct 27 20:20:29.205 INFO kablam! Oct 27 20:20:29.205 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.205 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.205 INFO kablam! | Oct 27 20:20:29.205 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.205 INFO kablam! | ^^^^^ Oct 27 20:20:29.205 INFO kablam! ... Oct 27 20:20:29.205 INFO kablam! 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Oct 27 20:20:29.205 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.205 INFO kablam! | Oct 27 20:20:29.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.205 INFO kablam! | Oct 27 20:20:29.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.205 INFO kablam! | Oct 27 20:20:29.205 INFO kablam! Oct 27 20:20:29.205 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.205 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.205 INFO kablam! | Oct 27 20:20:29.205 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.205 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.205 INFO kablam! ... Oct 27 20:20:29.205 INFO kablam! 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Oct 27 20:20:29.205 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.205 INFO kablam! Oct 27 20:20:29.210 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.210 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.210 INFO kablam! | Oct 27 20:20:29.210 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.210 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.210 INFO kablam! ... Oct 27 20:20:29.210 INFO kablam! 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Oct 27 20:20:29.210 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.210 INFO kablam! | Oct 27 20:20:29.210 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.210 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.210 INFO kablam! | Oct 27 20:20:29.210 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.210 INFO kablam! | Oct 27 20:20:29.210 INFO kablam! Oct 27 20:20:29.210 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.210 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.210 INFO kablam! | Oct 27 20:20:29.210 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.210 INFO kablam! | ^^^^^ Oct 27 20:20:29.210 INFO kablam! ... Oct 27 20:20:29.210 INFO kablam! 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); Oct 27 20:20:29.210 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.210 INFO kablam! | Oct 27 20:20:29.210 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.210 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.210 INFO kablam! | Oct 27 20:20:29.210 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.211 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.211 INFO kablam! | Oct 27 20:20:29.211 INFO kablam! 241 | let Excess(ptr, excess) = 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! 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); 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:247:26 Oct 27 20:20:29.211 INFO kablam! | Oct 27 20:20:29.211 INFO kablam! 247 | 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! 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); 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.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.218 INFO kablam! | Oct 27 20:20:29.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.219 INFO kablam! | Oct 27 20:20:29.219 INFO kablam! Oct 27 20:20:29.219 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.219 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.219 INFO kablam! | Oct 27 20:20:29.219 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.219 INFO kablam! | ^^^^^ Oct 27 20:20:29.219 INFO kablam! ... Oct 27 20:20:29.219 INFO kablam! 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Oct 27 20:20:29.219 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.219 INFO kablam! | Oct 27 20:20:29.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.219 INFO kablam! | Oct 27 20:20:29.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.219 INFO kablam! | Oct 27 20:20:29.219 INFO kablam! Oct 27 20:20:29.219 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.219 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.219 INFO kablam! | Oct 27 20:20:29.219 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.219 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.219 INFO kablam! ... Oct 27 20:20:29.219 INFO kablam! 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Oct 27 20:20:29.219 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.219 INFO kablam! Oct 27 20:20:29.219 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.219 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.219 INFO kablam! | Oct 27 20:20:29.219 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.219 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.219 INFO kablam! ... Oct 27 20:20:29.219 INFO kablam! 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Oct 27 20:20:29.219 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.219 INFO kablam! | Oct 27 20:20:29.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.219 INFO kablam! | Oct 27 20:20:29.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.219 INFO kablam! | Oct 27 20:20:29.219 INFO kablam! Oct 27 20:20:29.226 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.226 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.230 INFO kablam! | ^^^^^ Oct 27 20:20:29.230 INFO kablam! ... Oct 27 20:20:29.230 INFO kablam! 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); Oct 27 20:20:29.231 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! Oct 27 20:20:29.231 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.231 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.231 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.231 INFO kablam! ... Oct 27 20:20:29.231 INFO kablam! 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); Oct 27 20:20:29.231 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.231 INFO kablam! Oct 27 20:20:29.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.231 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.231 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.231 INFO kablam! ... Oct 27 20:20:29.231 INFO kablam! 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); Oct 27 20:20:29.231 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! Oct 27 20:20:29.231 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.231 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.231 INFO kablam! | ^^^^^ Oct 27 20:20:29.231 INFO kablam! ... Oct 27 20:20:29.231 INFO kablam! 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Oct 27 20:20:29.231 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! Oct 27 20:20:29.231 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.231 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.231 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.231 INFO kablam! ... Oct 27 20:20:29.231 INFO kablam! 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Oct 27 20:20:29.231 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.231 INFO kablam! Oct 27 20:20:29.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.231 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.231 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.231 INFO kablam! ... Oct 27 20:20:29.231 INFO kablam! 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Oct 27 20:20:29.231 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! Oct 27 20:20:29.231 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.231 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.231 INFO kablam! | ^^^^^ Oct 27 20:20:29.231 INFO kablam! ... Oct 27 20:20:29.231 INFO kablam! 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Oct 27 20:20:29.231 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.231 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! Oct 27 20:20:29.232 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.232 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.232 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.232 INFO kablam! ... Oct 27 20:20:29.232 INFO kablam! 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Oct 27 20:20:29.232 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.232 INFO kablam! Oct 27 20:20:29.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.232 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.232 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.232 INFO kablam! ... Oct 27 20:20:29.232 INFO kablam! 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Oct 27 20:20:29.232 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! Oct 27 20:20:29.232 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.232 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.232 INFO kablam! | ^^^^^ Oct 27 20:20:29.232 INFO kablam! ... Oct 27 20:20:29.232 INFO kablam! 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Oct 27 20:20:29.232 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! Oct 27 20:20:29.232 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.232 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.232 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.232 INFO kablam! ... Oct 27 20:20:29.232 INFO kablam! 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Oct 27 20:20:29.232 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.232 INFO kablam! Oct 27 20:20:29.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.232 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.232 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.232 INFO kablam! ... Oct 27 20:20:29.232 INFO kablam! 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Oct 27 20:20:29.232 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! Oct 27 20:20:29.232 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.232 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.232 INFO kablam! | ^^^^^ Oct 27 20:20:29.232 INFO kablam! ... Oct 27 20:20:29.232 INFO kablam! 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Oct 27 20:20:29.232 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! Oct 27 20:20:29.232 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.232 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.232 INFO kablam! | Oct 27 20:20:29.232 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.233 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.233 INFO kablam! ... Oct 27 20:20:29.233 INFO kablam! 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Oct 27 20:20:29.233 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.233 INFO kablam! Oct 27 20:20:29.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.233 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.233 INFO kablam! | Oct 27 20:20:29.233 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.233 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.233 INFO kablam! ... Oct 27 20:20:29.233 INFO kablam! 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Oct 27 20:20:29.233 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.233 INFO kablam! | Oct 27 20:20:29.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.233 INFO kablam! | Oct 27 20:20:29.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.233 INFO kablam! | Oct 27 20:20:29.233 INFO kablam! Oct 27 20:20:29.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.233 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.233 INFO kablam! | Oct 27 20:20:29.233 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.233 INFO kablam! | ^^^^^ Oct 27 20:20:29.233 INFO kablam! ... Oct 27 20:20:29.233 INFO kablam! 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Oct 27 20:20:29.233 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.233 INFO kablam! | Oct 27 20:20:29.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.233 INFO kablam! | Oct 27 20:20:29.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.233 INFO kablam! | Oct 27 20:20:29.233 INFO kablam! Oct 27 20:20:29.238 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.239 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.239 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.239 INFO kablam! ... Oct 27 20:20:29.239 INFO kablam! 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Oct 27 20:20:29.239 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.239 INFO kablam! Oct 27 20:20:29.239 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.239 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.239 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.239 INFO kablam! ... Oct 27 20:20:29.239 INFO kablam! 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Oct 27 20:20:29.239 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! Oct 27 20:20:29.239 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.239 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.239 INFO kablam! | ^^^^^ Oct 27 20:20:29.239 INFO kablam! ... Oct 27 20:20:29.239 INFO kablam! 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); Oct 27 20:20:29.239 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! Oct 27 20:20:29.239 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.239 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.239 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.239 INFO kablam! ... Oct 27 20:20:29.239 INFO kablam! 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); Oct 27 20:20:29.239 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.239 INFO kablam! Oct 27 20:20:29.239 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.239 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.239 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.239 INFO kablam! ... Oct 27 20:20:29.239 INFO kablam! 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); Oct 27 20:20:29.239 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! Oct 27 20:20:29.239 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.239 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.239 INFO kablam! | ^^^^^ Oct 27 20:20:29.239 INFO kablam! ... Oct 27 20:20:29.239 INFO kablam! 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Oct 27 20:20:29.239 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! Oct 27 20:20:29.239 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.239 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.239 INFO kablam! | Oct 27 20:20:29.239 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.239 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.239 INFO kablam! ... Oct 27 20:20:29.239 INFO kablam! 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Oct 27 20:20:29.240 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.240 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! 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Oct 27 20:20:29.240 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.240 INFO kablam! | Oct 27 20:20:29.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.240 INFO kablam! | Oct 27 20:20:29.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.240 INFO kablam! | Oct 27 20:20:29.240 INFO kablam! Oct 27 20:20:29.247 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.247 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.247 INFO kablam! | ^^^^^ Oct 27 20:20:29.247 INFO kablam! ... Oct 27 20:20:29.247 INFO kablam! 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Oct 27 20:20:29.247 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! Oct 27 20:20:29.247 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.247 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.247 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.247 INFO kablam! ... Oct 27 20:20:29.247 INFO kablam! 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Oct 27 20:20:29.247 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.247 INFO kablam! Oct 27 20:20:29.247 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.247 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.247 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.247 INFO kablam! ... Oct 27 20:20:29.247 INFO kablam! 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Oct 27 20:20:29.247 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! Oct 27 20:20:29.247 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.247 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.247 INFO kablam! | ^^^^^ Oct 27 20:20:29.247 INFO kablam! ... Oct 27 20:20:29.247 INFO kablam! 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); Oct 27 20:20:29.247 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! Oct 27 20:20:29.247 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.247 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.247 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.247 INFO kablam! ... Oct 27 20:20:29.247 INFO kablam! 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); Oct 27 20:20:29.247 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.247 INFO kablam! Oct 27 20:20:29.247 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.247 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.247 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.247 INFO kablam! ... Oct 27 20:20:29.247 INFO kablam! 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); Oct 27 20:20:29.247 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.247 INFO kablam! | Oct 27 20:20:29.247 INFO kablam! Oct 27 20:20:29.247 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.247 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! 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); 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.254 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.254 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.258 INFO kablam! ... Oct 27 20:20:29.258 INFO kablam! 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Oct 27 20:20:29.258 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.258 INFO kablam! Oct 27 20:20:29.259 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.259 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.259 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.259 INFO kablam! ... Oct 27 20:20:29.259 INFO kablam! 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Oct 27 20:20:29.259 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! Oct 27 20:20:29.259 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.259 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.259 INFO kablam! | ^^^^^ Oct 27 20:20:29.259 INFO kablam! ... Oct 27 20:20:29.259 INFO kablam! 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); Oct 27 20:20:29.259 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! Oct 27 20:20:29.259 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.259 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.259 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.259 INFO kablam! ... Oct 27 20:20:29.259 INFO kablam! 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); Oct 27 20:20:29.259 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.259 INFO kablam! Oct 27 20:20:29.259 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.259 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.259 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.259 INFO kablam! ... Oct 27 20:20:29.259 INFO kablam! 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); Oct 27 20:20:29.259 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! Oct 27 20:20:29.259 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.259 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.259 INFO kablam! | ^^^^^ Oct 27 20:20:29.259 INFO kablam! ... Oct 27 20:20:29.259 INFO kablam! 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); Oct 27 20:20:29.259 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! Oct 27 20:20:29.259 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.259 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.259 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.259 INFO kablam! ... Oct 27 20:20:29.259 INFO kablam! 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); Oct 27 20:20:29.259 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.259 INFO kablam! Oct 27 20:20:29.259 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.259 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.259 INFO kablam! | Oct 27 20:20:29.259 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.260 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.260 INFO kablam! ... Oct 27 20:20:29.260 INFO kablam! 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); Oct 27 20:20:29.260 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! Oct 27 20:20:29.260 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.260 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.260 INFO kablam! | ^^^^^ Oct 27 20:20:29.260 INFO kablam! ... Oct 27 20:20:29.260 INFO kablam! 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Oct 27 20:20:29.260 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! Oct 27 20:20:29.260 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.260 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.260 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.260 INFO kablam! ... Oct 27 20:20:29.260 INFO kablam! 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Oct 27 20:20:29.260 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.260 INFO kablam! Oct 27 20:20:29.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.260 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.260 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.260 INFO kablam! ... Oct 27 20:20:29.260 INFO kablam! 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Oct 27 20:20:29.260 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! Oct 27 20:20:29.260 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.260 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.260 INFO kablam! | ^^^^^ Oct 27 20:20:29.260 INFO kablam! ... Oct 27 20:20:29.260 INFO kablam! 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); Oct 27 20:20:29.260 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! Oct 27 20:20:29.260 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.260 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.260 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.260 INFO kablam! ... Oct 27 20:20:29.260 INFO kablam! 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); Oct 27 20:20:29.260 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.260 INFO kablam! Oct 27 20:20:29.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.260 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.260 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.260 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.260 INFO kablam! ... Oct 27 20:20:29.260 INFO kablam! 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); Oct 27 20:20:29.260 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.260 INFO kablam! | Oct 27 20:20:29.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.261 INFO kablam! | Oct 27 20:20:29.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.261 INFO kablam! | Oct 27 20:20:29.261 INFO kablam! Oct 27 20:20:29.261 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.261 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.261 INFO kablam! | Oct 27 20:20:29.261 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.261 INFO kablam! | ^^^^^ Oct 27 20:20:29.261 INFO kablam! ... Oct 27 20:20:29.261 INFO kablam! 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); Oct 27 20:20:29.261 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.261 INFO kablam! | Oct 27 20:20:29.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.261 INFO kablam! | Oct 27 20:20:29.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.261 INFO kablam! | Oct 27 20:20:29.261 INFO kablam! Oct 27 20:20:29.261 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.261 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.261 INFO kablam! | Oct 27 20:20:29.261 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.261 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.261 INFO kablam! ... Oct 27 20:20:29.261 INFO kablam! 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); Oct 27 20:20:29.261 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.261 INFO kablam! Oct 27 20:20:29.270 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.270 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.271 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.271 INFO kablam! ... Oct 27 20:20:29.271 INFO kablam! 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); Oct 27 20:20:29.271 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! Oct 27 20:20:29.271 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.271 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.271 INFO kablam! | ^^^^^ Oct 27 20:20:29.271 INFO kablam! ... Oct 27 20:20:29.271 INFO kablam! 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); Oct 27 20:20:29.271 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! Oct 27 20:20:29.271 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.271 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.271 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.271 INFO kablam! ... Oct 27 20:20:29.271 INFO kablam! 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); Oct 27 20:20:29.271 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.271 INFO kablam! Oct 27 20:20:29.271 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.271 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.271 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.271 INFO kablam! ... Oct 27 20:20:29.271 INFO kablam! 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); Oct 27 20:20:29.271 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! Oct 27 20:20:29.271 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.271 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.271 INFO kablam! | ^^^^^ Oct 27 20:20:29.271 INFO kablam! ... Oct 27 20:20:29.271 INFO kablam! 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); Oct 27 20:20:29.271 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! Oct 27 20:20:29.271 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.271 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.271 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.271 INFO kablam! ... Oct 27 20:20:29.271 INFO kablam! 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); Oct 27 20:20:29.271 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.271 INFO kablam! Oct 27 20:20:29.271 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.271 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.271 INFO kablam! | Oct 27 20:20:29.271 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.271 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.271 INFO kablam! ... Oct 27 20:20:29.271 INFO kablam! 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); Oct 27 20:20:29.272 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.272 INFO kablam! | Oct 27 20:20:29.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.272 INFO kablam! | Oct 27 20:20:29.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.272 INFO kablam! | Oct 27 20:20:29.272 INFO kablam! Oct 27 20:20:29.272 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.272 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.272 INFO kablam! | Oct 27 20:20:29.272 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.272 INFO kablam! | ^^^^^ Oct 27 20:20:29.272 INFO kablam! ... Oct 27 20:20:29.272 INFO kablam! 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Oct 27 20:20:29.272 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.272 INFO kablam! | Oct 27 20:20:29.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.272 INFO kablam! | Oct 27 20:20:29.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.272 INFO kablam! | Oct 27 20:20:29.272 INFO kablam! Oct 27 20:20:29.279 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.279 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.279 INFO kablam! | Oct 27 20:20:29.279 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.279 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.279 INFO kablam! ... Oct 27 20:20:29.279 INFO kablam! 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Oct 27 20:20:29.279 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.279 INFO kablam! Oct 27 20:20:29.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.280 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.280 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.280 INFO kablam! ... Oct 27 20:20:29.280 INFO kablam! 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Oct 27 20:20:29.280 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! Oct 27 20:20:29.280 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.280 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.280 INFO kablam! | ^^^^^ Oct 27 20:20:29.280 INFO kablam! ... Oct 27 20:20:29.280 INFO kablam! 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Oct 27 20:20:29.280 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! Oct 27 20:20:29.280 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.280 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.280 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.280 INFO kablam! ... Oct 27 20:20:29.280 INFO kablam! 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Oct 27 20:20:29.280 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.280 INFO kablam! Oct 27 20:20:29.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.280 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.280 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.280 INFO kablam! ... Oct 27 20:20:29.280 INFO kablam! 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Oct 27 20:20:29.280 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! Oct 27 20:20:29.280 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.280 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.280 INFO kablam! | ^^^^^ Oct 27 20:20:29.280 INFO kablam! ... Oct 27 20:20:29.280 INFO kablam! 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Oct 27 20:20:29.280 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! Oct 27 20:20:29.280 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.280 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.280 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.280 INFO kablam! ... Oct 27 20:20:29.280 INFO kablam! 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Oct 27 20:20:29.280 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.280 INFO kablam! Oct 27 20:20:29.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.280 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.280 INFO kablam! | Oct 27 20:20:29.280 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.280 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.281 INFO kablam! ... Oct 27 20:20:29.281 INFO kablam! 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Oct 27 20:20:29.281 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.281 INFO kablam! | Oct 27 20:20:29.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.281 INFO kablam! | Oct 27 20:20:29.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.281 INFO kablam! | Oct 27 20:20:29.281 INFO kablam! Oct 27 20:20:29.290 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.291 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.291 INFO kablam! | ^^^^^ Oct 27 20:20:29.291 INFO kablam! ... Oct 27 20:20:29.291 INFO kablam! 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Oct 27 20:20:29.291 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! Oct 27 20:20:29.291 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.291 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.291 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.291 INFO kablam! ... Oct 27 20:20:29.291 INFO kablam! 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Oct 27 20:20:29.291 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.291 INFO kablam! Oct 27 20:20:29.291 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.291 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.291 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.291 INFO kablam! ... Oct 27 20:20:29.291 INFO kablam! 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Oct 27 20:20:29.291 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! Oct 27 20:20:29.291 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.291 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.291 INFO kablam! | ^^^^^ Oct 27 20:20:29.291 INFO kablam! ... Oct 27 20:20:29.291 INFO kablam! 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Oct 27 20:20:29.291 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! Oct 27 20:20:29.291 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.291 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.291 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.291 INFO kablam! ... Oct 27 20:20:29.291 INFO kablam! 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Oct 27 20:20:29.291 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.291 INFO kablam! Oct 27 20:20:29.291 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.291 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.291 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.291 INFO kablam! ... Oct 27 20:20:29.291 INFO kablam! 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Oct 27 20:20:29.291 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! Oct 27 20:20:29.291 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.291 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.291 INFO kablam! | Oct 27 20:20:29.291 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.291 INFO kablam! | ^^^^^ Oct 27 20:20:29.291 INFO kablam! ... Oct 27 20:20:29.291 INFO kablam! 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Oct 27 20:20:29.291 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! Oct 27 20:20:29.292 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.292 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.292 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.292 INFO kablam! ... Oct 27 20:20:29.292 INFO kablam! 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Oct 27 20:20:29.292 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.292 INFO kablam! Oct 27 20:20:29.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.292 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.292 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.292 INFO kablam! ... Oct 27 20:20:29.292 INFO kablam! 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Oct 27 20:20:29.292 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! Oct 27 20:20:29.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.292 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.292 INFO kablam! | ^^^^^ Oct 27 20:20:29.292 INFO kablam! ... Oct 27 20:20:29.292 INFO kablam! 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); Oct 27 20:20:29.292 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! Oct 27 20:20:29.292 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.292 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.292 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.292 INFO kablam! ... Oct 27 20:20:29.292 INFO kablam! 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); Oct 27 20:20:29.292 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.292 INFO kablam! Oct 27 20:20:29.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.292 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.292 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.292 INFO kablam! ... Oct 27 20:20:29.292 INFO kablam! 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); Oct 27 20:20:29.292 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! Oct 27 20:20:29.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.292 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.292 INFO kablam! | ^^^^^ Oct 27 20:20:29.292 INFO kablam! ... Oct 27 20:20:29.292 INFO kablam! 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); Oct 27 20:20:29.292 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.292 INFO kablam! Oct 27 20:20:29.292 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.292 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.292 INFO kablam! | Oct 27 20:20:29.293 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.293 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.293 INFO kablam! ... Oct 27 20:20:29.293 INFO kablam! 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); Oct 27 20:20:29.293 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.293 INFO kablam! Oct 27 20:20:29.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.293 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.293 INFO kablam! | Oct 27 20:20:29.293 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.293 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.293 INFO kablam! ... Oct 27 20:20:29.293 INFO kablam! 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); Oct 27 20:20:29.293 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.293 INFO kablam! | Oct 27 20:20:29.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.293 INFO kablam! | Oct 27 20:20:29.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.293 INFO kablam! | Oct 27 20:20:29.293 INFO kablam! Oct 27 20:20:29.306 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.307 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.307 INFO kablam! | ^^^^^ Oct 27 20:20:29.307 INFO kablam! ... Oct 27 20:20:29.307 INFO kablam! 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); Oct 27 20:20:29.307 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! Oct 27 20:20:29.307 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.307 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.307 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.307 INFO kablam! ... Oct 27 20:20:29.307 INFO kablam! 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); Oct 27 20:20:29.307 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.307 INFO kablam! Oct 27 20:20:29.307 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.307 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.307 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.307 INFO kablam! ... Oct 27 20:20:29.307 INFO kablam! 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); Oct 27 20:20:29.307 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! Oct 27 20:20:29.307 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.307 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.307 INFO kablam! | ^^^^^ Oct 27 20:20:29.307 INFO kablam! ... Oct 27 20:20:29.307 INFO kablam! 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Oct 27 20:20:29.307 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! Oct 27 20:20:29.307 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.307 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.307 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.307 INFO kablam! ... Oct 27 20:20:29.307 INFO kablam! 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Oct 27 20:20:29.307 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.307 INFO kablam! Oct 27 20:20:29.307 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.307 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.307 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.307 INFO kablam! ... Oct 27 20:20:29.307 INFO kablam! 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Oct 27 20:20:29.307 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.307 INFO kablam! | Oct 27 20:20:29.307 INFO kablam! Oct 27 20:20:29.307 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.308 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.308 INFO kablam! | ^^^^^ Oct 27 20:20:29.308 INFO kablam! ... Oct 27 20:20:29.308 INFO kablam! 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Oct 27 20:20:29.308 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! Oct 27 20:20:29.308 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.308 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.308 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.308 INFO kablam! ... Oct 27 20:20:29.308 INFO kablam! 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Oct 27 20:20:29.308 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.308 INFO kablam! Oct 27 20:20:29.308 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.308 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.308 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.308 INFO kablam! ... Oct 27 20:20:29.308 INFO kablam! 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Oct 27 20:20:29.308 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! Oct 27 20:20:29.308 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.308 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.308 INFO kablam! | ^^^^^ Oct 27 20:20:29.308 INFO kablam! ... Oct 27 20:20:29.308 INFO kablam! 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Oct 27 20:20:29.308 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! Oct 27 20:20:29.308 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.308 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.308 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.308 INFO kablam! ... Oct 27 20:20:29.308 INFO kablam! 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Oct 27 20:20:29.308 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.308 INFO kablam! Oct 27 20:20:29.308 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.308 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.308 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.308 INFO kablam! ... Oct 27 20:20:29.308 INFO kablam! 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Oct 27 20:20:29.308 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! Oct 27 20:20:29.308 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.308 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.308 INFO kablam! | Oct 27 20:20:29.308 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.308 INFO kablam! | ^^^^^ Oct 27 20:20:29.309 INFO kablam! ... Oct 27 20:20:29.309 INFO kablam! 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Oct 27 20:20:29.309 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.309 INFO kablam! | Oct 27 20:20:29.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.309 INFO kablam! | Oct 27 20:20:29.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.309 INFO kablam! | Oct 27 20:20:29.309 INFO kablam! Oct 27 20:20:29.309 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.309 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.309 INFO kablam! | Oct 27 20:20:29.309 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.309 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.309 INFO kablam! ... Oct 27 20:20:29.309 INFO kablam! 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Oct 27 20:20:29.309 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.309 INFO kablam! Oct 27 20:20:29.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.309 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.309 INFO kablam! | Oct 27 20:20:29.309 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.309 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.309 INFO kablam! ... Oct 27 20:20:29.309 INFO kablam! 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Oct 27 20:20:29.309 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.309 INFO kablam! | Oct 27 20:20:29.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.309 INFO kablam! | Oct 27 20:20:29.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.309 INFO kablam! | Oct 27 20:20:29.309 INFO kablam! Oct 27 20:20:29.309 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.309 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.309 INFO kablam! | Oct 27 20:20:29.309 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.309 INFO kablam! | ^^^^^ Oct 27 20:20:29.309 INFO kablam! ... Oct 27 20:20:29.309 INFO kablam! 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Oct 27 20:20:29.309 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.309 INFO kablam! | Oct 27 20:20:29.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.309 INFO kablam! | Oct 27 20:20:29.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.309 INFO kablam! | Oct 27 20:20:29.309 INFO kablam! Oct 27 20:20:29.322 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.323 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.323 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.323 INFO kablam! ... Oct 27 20:20:29.323 INFO kablam! 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Oct 27 20:20:29.323 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.323 INFO kablam! Oct 27 20:20:29.323 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.323 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.323 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.323 INFO kablam! ... Oct 27 20:20:29.323 INFO kablam! 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Oct 27 20:20:29.323 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! Oct 27 20:20:29.323 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.323 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.323 INFO kablam! | ^^^^^ Oct 27 20:20:29.323 INFO kablam! ... Oct 27 20:20:29.323 INFO kablam! 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Oct 27 20:20:29.323 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! Oct 27 20:20:29.323 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.323 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.323 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.323 INFO kablam! ... Oct 27 20:20:29.323 INFO kablam! 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Oct 27 20:20:29.323 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.323 INFO kablam! Oct 27 20:20:29.323 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.323 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.323 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.323 INFO kablam! ... Oct 27 20:20:29.323 INFO kablam! 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Oct 27 20:20:29.323 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! Oct 27 20:20:29.323 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.323 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.323 INFO kablam! | ^^^^^ Oct 27 20:20:29.323 INFO kablam! ... Oct 27 20:20:29.323 INFO kablam! 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Oct 27 20:20:29.323 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! Oct 27 20:20:29.323 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.323 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.323 INFO kablam! | Oct 27 20:20:29.323 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.324 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.324 INFO kablam! ... Oct 27 20:20:29.324 INFO kablam! 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Oct 27 20:20:29.324 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.324 INFO kablam! Oct 27 20:20:29.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.324 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.324 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.324 INFO kablam! ... Oct 27 20:20:29.324 INFO kablam! 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Oct 27 20:20:29.324 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! Oct 27 20:20:29.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.324 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.324 INFO kablam! | ^^^^^ Oct 27 20:20:29.324 INFO kablam! ... Oct 27 20:20:29.324 INFO kablam! 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); Oct 27 20:20:29.324 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! Oct 27 20:20:29.324 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.324 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.324 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.324 INFO kablam! ... Oct 27 20:20:29.324 INFO kablam! 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); Oct 27 20:20:29.324 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.324 INFO kablam! Oct 27 20:20:29.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.324 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.324 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.324 INFO kablam! ... Oct 27 20:20:29.324 INFO kablam! 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); Oct 27 20:20:29.324 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! Oct 27 20:20:29.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.324 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.324 INFO kablam! | ^^^^^ Oct 27 20:20:29.324 INFO kablam! ... Oct 27 20:20:29.324 INFO kablam! 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Oct 27 20:20:29.324 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! Oct 27 20:20:29.324 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.324 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.324 INFO kablam! | Oct 27 20:20:29.324 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.324 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.324 INFO kablam! ... Oct 27 20:20:29.324 INFO kablam! 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Oct 27 20:20:29.324 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.324 INFO kablam! Oct 27 20:20:29.325 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.325 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.325 INFO kablam! | Oct 27 20:20:29.325 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.325 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.325 INFO kablam! ... Oct 27 20:20:29.325 INFO kablam! 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Oct 27 20:20:29.325 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.325 INFO kablam! | Oct 27 20:20:29.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.325 INFO kablam! | Oct 27 20:20:29.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.325 INFO kablam! | Oct 27 20:20:29.325 INFO kablam! Oct 27 20:20:29.325 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.325 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.325 INFO kablam! | Oct 27 20:20:29.325 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.325 INFO kablam! | ^^^^^ Oct 27 20:20:29.325 INFO kablam! ... Oct 27 20:20:29.325 INFO kablam! 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); Oct 27 20:20:29.325 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.325 INFO kablam! | Oct 27 20:20:29.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.325 INFO kablam! | Oct 27 20:20:29.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.325 INFO kablam! | Oct 27 20:20:29.325 INFO kablam! Oct 27 20:20:29.338 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.339 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.339 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.339 INFO kablam! ... Oct 27 20:20:29.339 INFO kablam! 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); Oct 27 20:20:29.339 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.339 INFO kablam! Oct 27 20:20:29.339 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.339 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.339 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.339 INFO kablam! ... Oct 27 20:20:29.339 INFO kablam! 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); Oct 27 20:20:29.339 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! Oct 27 20:20:29.339 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.339 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.339 INFO kablam! | ^^^^^ Oct 27 20:20:29.339 INFO kablam! ... Oct 27 20:20:29.339 INFO kablam! 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Oct 27 20:20:29.339 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! Oct 27 20:20:29.339 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.339 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.339 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.339 INFO kablam! ... Oct 27 20:20:29.339 INFO kablam! 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Oct 27 20:20:29.339 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.339 INFO kablam! Oct 27 20:20:29.339 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.339 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.339 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.339 INFO kablam! ... Oct 27 20:20:29.339 INFO kablam! 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Oct 27 20:20:29.339 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! Oct 27 20:20:29.339 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.339 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.339 INFO kablam! | ^^^^^ Oct 27 20:20:29.339 INFO kablam! ... Oct 27 20:20:29.339 INFO kablam! 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); Oct 27 20:20:29.339 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! Oct 27 20:20:29.339 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.339 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.339 INFO kablam! | Oct 27 20:20:29.339 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.340 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.340 INFO kablam! ... Oct 27 20:20:29.340 INFO kablam! 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); Oct 27 20:20:29.340 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.340 INFO kablam! Oct 27 20:20:29.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.340 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.340 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.340 INFO kablam! ... Oct 27 20:20:29.340 INFO kablam! 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); Oct 27 20:20:29.340 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! Oct 27 20:20:29.340 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.340 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.340 INFO kablam! | ^^^^^ Oct 27 20:20:29.340 INFO kablam! ... Oct 27 20:20:29.340 INFO kablam! 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Oct 27 20:20:29.340 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! Oct 27 20:20:29.340 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.340 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.340 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.340 INFO kablam! ... Oct 27 20:20:29.340 INFO kablam! 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Oct 27 20:20:29.340 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.340 INFO kablam! Oct 27 20:20:29.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.340 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.340 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.340 INFO kablam! ... Oct 27 20:20:29.340 INFO kablam! 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Oct 27 20:20:29.340 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! Oct 27 20:20:29.340 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.340 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.340 INFO kablam! | ^^^^^ Oct 27 20:20:29.340 INFO kablam! ... Oct 27 20:20:29.340 INFO kablam! 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Oct 27 20:20:29.340 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! Oct 27 20:20:29.340 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.340 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.340 INFO kablam! | Oct 27 20:20:29.340 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.340 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.340 INFO kablam! ... Oct 27 20:20:29.340 INFO kablam! 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Oct 27 20:20:29.340 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.340 INFO kablam! Oct 27 20:20:29.341 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.341 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.341 INFO kablam! | Oct 27 20:20:29.341 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.341 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.341 INFO kablam! ... Oct 27 20:20:29.341 INFO kablam! 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Oct 27 20:20:29.341 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.341 INFO kablam! | Oct 27 20:20:29.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.341 INFO kablam! | Oct 27 20:20:29.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.341 INFO kablam! | Oct 27 20:20:29.341 INFO kablam! Oct 27 20:20:29.341 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.341 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.341 INFO kablam! | Oct 27 20:20:29.341 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.341 INFO kablam! | ^^^^^ Oct 27 20:20:29.341 INFO kablam! ... Oct 27 20:20:29.341 INFO kablam! 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); Oct 27 20:20:29.341 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.341 INFO kablam! | Oct 27 20:20:29.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.341 INFO kablam! | Oct 27 20:20:29.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.341 INFO kablam! | Oct 27 20:20:29.341 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! 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); 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.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.352 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.352 INFO kablam! | Oct 27 20:20:29.352 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.352 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.352 INFO kablam! ... Oct 27 20:20:29.352 INFO kablam! 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); 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.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.352 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.352 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.352 INFO kablam! | Oct 27 20:20:29.352 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.352 INFO kablam! | ^^^^^ Oct 27 20:20:29.352 INFO kablam! ... Oct 27 20:20:29.352 INFO kablam! 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); 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.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.353 INFO kablam! | Oct 27 20:20:29.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.353 INFO kablam! | Oct 27 20:20:29.353 INFO kablam! Oct 27 20:20:29.353 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.353 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.353 INFO kablam! | Oct 27 20:20:29.353 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.353 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.353 INFO kablam! ... Oct 27 20:20:29.353 INFO kablam! 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); Oct 27 20:20:29.353 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.353 INFO kablam! Oct 27 20:20:29.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.353 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.353 INFO kablam! | Oct 27 20:20:29.353 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.353 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.353 INFO kablam! ... Oct 27 20:20:29.353 INFO kablam! 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); Oct 27 20:20:29.353 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.353 INFO kablam! | Oct 27 20:20:29.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.353 INFO kablam! | Oct 27 20:20:29.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.353 INFO kablam! | Oct 27 20:20:29.353 INFO kablam! Oct 27 20:20:29.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.353 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.353 INFO kablam! | Oct 27 20:20:29.353 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.353 INFO kablam! | ^^^^^ Oct 27 20:20:29.353 INFO kablam! ... Oct 27 20:20:29.353 INFO kablam! 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Oct 27 20:20:29.353 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.353 INFO kablam! | Oct 27 20:20:29.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.353 INFO kablam! | Oct 27 20:20:29.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.353 INFO kablam! | Oct 27 20:20:29.353 INFO kablam! Oct 27 20:20:29.353 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.353 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.353 INFO kablam! | Oct 27 20:20:29.353 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.353 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.353 INFO kablam! ... Oct 27 20:20:29.353 INFO kablam! 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Oct 27 20:20:29.353 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.353 INFO kablam! Oct 27 20:20:29.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.353 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.353 INFO kablam! | Oct 27 20:20:29.353 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.353 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.353 INFO kablam! ... Oct 27 20:20:29.353 INFO kablam! 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Oct 27 20:20:29.353 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.353 INFO kablam! | Oct 27 20:20:29.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.353 INFO kablam! | Oct 27 20:20:29.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.353 INFO kablam! | Oct 27 20:20:29.353 INFO kablam! Oct 27 20:20:29.359 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.359 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.359 INFO kablam! | Oct 27 20:20:29.359 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.359 INFO kablam! | ^^^^^ Oct 27 20:20:29.359 INFO kablam! ... Oct 27 20:20:29.359 INFO kablam! 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Oct 27 20:20:29.359 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.359 INFO kablam! | Oct 27 20:20:29.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.359 INFO kablam! | Oct 27 20:20:29.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.359 INFO kablam! | Oct 27 20:20:29.359 INFO kablam! Oct 27 20:20:29.359 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.359 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.359 INFO kablam! | Oct 27 20:20:29.359 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.359 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.359 INFO kablam! ... Oct 27 20:20:29.359 INFO kablam! 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Oct 27 20:20:29.359 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.359 INFO kablam! Oct 27 20:20:29.359 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.359 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.359 INFO kablam! | Oct 27 20:20:29.359 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.359 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.359 INFO kablam! ... Oct 27 20:20:29.359 INFO kablam! 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Oct 27 20:20:29.359 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.359 INFO kablam! | Oct 27 20:20:29.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.359 INFO kablam! | Oct 27 20:20:29.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.359 INFO kablam! | Oct 27 20:20:29.359 INFO kablam! Oct 27 20:20:29.359 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.359 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.359 INFO kablam! | Oct 27 20:20:29.359 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.359 INFO kablam! | ^^^^^ Oct 27 20:20:29.359 INFO kablam! ... Oct 27 20:20:29.359 INFO kablam! 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); Oct 27 20:20:29.359 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.359 INFO kablam! | Oct 27 20:20:29.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.359 INFO kablam! | Oct 27 20:20:29.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.359 INFO kablam! | Oct 27 20:20:29.359 INFO kablam! Oct 27 20:20:29.359 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.359 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.360 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.360 INFO kablam! ... Oct 27 20:20:29.360 INFO kablam! 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); Oct 27 20:20:29.360 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.360 INFO kablam! Oct 27 20:20:29.360 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.360 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.360 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.360 INFO kablam! ... Oct 27 20:20:29.360 INFO kablam! 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); Oct 27 20:20:29.360 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.360 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! Oct 27 20:20:29.360 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.360 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.360 INFO kablam! | ^^^^^ Oct 27 20:20:29.360 INFO kablam! ... Oct 27 20:20:29.360 INFO kablam! 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Oct 27 20:20:29.360 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.360 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! Oct 27 20:20:29.360 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.360 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.360 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.360 INFO kablam! ... Oct 27 20:20:29.360 INFO kablam! 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Oct 27 20:20:29.360 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.360 INFO kablam! Oct 27 20:20:29.360 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.360 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.360 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.360 INFO kablam! ... Oct 27 20:20:29.360 INFO kablam! 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Oct 27 20:20:29.360 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.360 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! Oct 27 20:20:29.360 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.360 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.360 INFO kablam! | ^^^^^ Oct 27 20:20:29.360 INFO kablam! ... Oct 27 20:20:29.360 INFO kablam! 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Oct 27 20:20:29.360 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.360 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! Oct 27 20:20:29.360 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.360 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.360 INFO kablam! | Oct 27 20:20:29.360 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.360 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.360 INFO kablam! ... Oct 27 20:20:29.361 INFO kablam! 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Oct 27 20:20:29.361 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.361 INFO kablam! Oct 27 20:20:29.361 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.361 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.361 INFO kablam! | Oct 27 20:20:29.361 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.361 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.361 INFO kablam! ... Oct 27 20:20:29.361 INFO kablam! 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Oct 27 20:20:29.361 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.361 INFO kablam! | Oct 27 20:20:29.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.361 INFO kablam! | Oct 27 20:20:29.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.361 INFO kablam! | Oct 27 20:20:29.361 INFO kablam! Oct 27 20:20:29.371 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.371 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.371 INFO kablam! | ^^^^^ Oct 27 20:20:29.371 INFO kablam! ... Oct 27 20:20:29.371 INFO kablam! 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); Oct 27 20:20:29.371 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! Oct 27 20:20:29.371 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.371 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.371 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.371 INFO kablam! ... Oct 27 20:20:29.371 INFO kablam! 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); Oct 27 20:20:29.371 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.371 INFO kablam! Oct 27 20:20:29.371 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.371 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.371 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.371 INFO kablam! ... Oct 27 20:20:29.371 INFO kablam! 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); Oct 27 20:20:29.371 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! Oct 27 20:20:29.371 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.371 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.371 INFO kablam! | ^^^^^ Oct 27 20:20:29.371 INFO kablam! ... Oct 27 20:20:29.371 INFO kablam! 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Oct 27 20:20:29.371 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! Oct 27 20:20:29.371 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.371 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.371 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.371 INFO kablam! ... Oct 27 20:20:29.371 INFO kablam! 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Oct 27 20:20:29.371 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.371 INFO kablam! Oct 27 20:20:29.371 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.371 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.371 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.371 INFO kablam! ... Oct 27 20:20:29.371 INFO kablam! 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Oct 27 20:20:29.371 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.371 INFO kablam! | Oct 27 20:20:29.371 INFO kablam! Oct 27 20:20:29.371 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.372 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.372 INFO kablam! | Oct 27 20:20:29.372 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.372 INFO kablam! | ^^^^^ Oct 27 20:20:29.372 INFO kablam! ... Oct 27 20:20:29.372 INFO kablam! 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Oct 27 20:20:29.372 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.372 INFO kablam! | Oct 27 20:20:29.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.372 INFO kablam! | Oct 27 20:20:29.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.372 INFO kablam! | Oct 27 20:20:29.372 INFO kablam! Oct 27 20:20:29.372 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.372 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.372 INFO kablam! | Oct 27 20:20:29.372 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.372 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.372 INFO kablam! ... Oct 27 20:20:29.372 INFO kablam! 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Oct 27 20:20:29.372 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.372 INFO kablam! Oct 27 20:20:29.372 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.372 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.372 INFO kablam! | Oct 27 20:20:29.372 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.372 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.372 INFO kablam! ... Oct 27 20:20:29.372 INFO kablam! 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Oct 27 20:20:29.372 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.372 INFO kablam! | Oct 27 20:20:29.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.372 INFO kablam! | Oct 27 20:20:29.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.372 INFO kablam! | Oct 27 20:20:29.372 INFO kablam! Oct 27 20:20:29.379 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.379 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.379 INFO kablam! | ^^^^^ Oct 27 20:20:29.379 INFO kablam! ... Oct 27 20:20:29.379 INFO kablam! 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Oct 27 20:20:29.379 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! Oct 27 20:20:29.379 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.379 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.379 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.379 INFO kablam! ... Oct 27 20:20:29.379 INFO kablam! 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Oct 27 20:20:29.379 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.379 INFO kablam! Oct 27 20:20:29.379 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.379 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.379 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.379 INFO kablam! ... Oct 27 20:20:29.379 INFO kablam! 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Oct 27 20:20:29.379 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! Oct 27 20:20:29.379 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.379 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.379 INFO kablam! | ^^^^^ Oct 27 20:20:29.379 INFO kablam! ... Oct 27 20:20:29.379 INFO kablam! 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Oct 27 20:20:29.379 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! Oct 27 20:20:29.379 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.379 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.379 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.379 INFO kablam! ... Oct 27 20:20:29.379 INFO kablam! 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Oct 27 20:20:29.379 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.379 INFO kablam! Oct 27 20:20:29.379 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.379 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.379 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.379 INFO kablam! ... Oct 27 20:20:29.379 INFO kablam! 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Oct 27 20:20:29.379 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.379 INFO kablam! | Oct 27 20:20:29.380 INFO kablam! Oct 27 20:20:29.380 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.380 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.380 INFO kablam! | Oct 27 20:20:29.380 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.380 INFO kablam! | ^^^^^ Oct 27 20:20:29.380 INFO kablam! ... Oct 27 20:20:29.380 INFO kablam! 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); Oct 27 20:20:29.380 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.380 INFO kablam! | Oct 27 20:20:29.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.380 INFO kablam! | Oct 27 20:20:29.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.380 INFO kablam! | Oct 27 20:20:29.380 INFO kablam! Oct 27 20:20:29.380 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.380 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.380 INFO kablam! | Oct 27 20:20:29.380 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.380 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.380 INFO kablam! ... Oct 27 20:20:29.380 INFO kablam! 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); Oct 27 20:20:29.380 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.380 INFO kablam! Oct 27 20:20:29.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.383 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.386 INFO kablam! | Oct 27 20:20:29.386 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.386 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.386 INFO kablam! ... Oct 27 20:20:29.387 INFO kablam! 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); Oct 27 20:20:29.387 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! Oct 27 20:20:29.387 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.387 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.387 INFO kablam! | ^^^^^ Oct 27 20:20:29.387 INFO kablam! ... Oct 27 20:20:29.387 INFO kablam! 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Oct 27 20:20:29.387 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! Oct 27 20:20:29.387 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.387 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.387 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.387 INFO kablam! ... Oct 27 20:20:29.387 INFO kablam! 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Oct 27 20:20:29.387 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.387 INFO kablam! Oct 27 20:20:29.387 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.387 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.387 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.387 INFO kablam! ... Oct 27 20:20:29.387 INFO kablam! 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Oct 27 20:20:29.387 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! Oct 27 20:20:29.387 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.387 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.387 INFO kablam! | ^^^^^ Oct 27 20:20:29.387 INFO kablam! ... Oct 27 20:20:29.387 INFO kablam! 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Oct 27 20:20:29.387 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! Oct 27 20:20:29.387 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.387 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.387 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.387 INFO kablam! ... Oct 27 20:20:29.387 INFO kablam! 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Oct 27 20:20:29.387 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.387 INFO kablam! Oct 27 20:20:29.387 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.387 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.387 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.387 INFO kablam! ... Oct 27 20:20:29.387 INFO kablam! 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Oct 27 20:20:29.387 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! Oct 27 20:20:29.387 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.387 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.387 INFO kablam! | ^^^^^ Oct 27 20:20:29.387 INFO kablam! ... Oct 27 20:20:29.387 INFO kablam! 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Oct 27 20:20:29.387 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.387 INFO kablam! | Oct 27 20:20:29.387 INFO kablam! Oct 27 20:20:29.398 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.399 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.399 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.399 INFO kablam! ... Oct 27 20:20:29.399 INFO kablam! 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Oct 27 20:20:29.399 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.399 INFO kablam! Oct 27 20:20:29.399 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.399 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.399 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.399 INFO kablam! ... Oct 27 20:20:29.399 INFO kablam! 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Oct 27 20:20:29.399 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 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.399 INFO kablam! | ^^^^^ Oct 27 20:20:29.399 INFO kablam! ... Oct 27 20:20:29.399 INFO kablam! 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Oct 27 20:20:29.399 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 INFO kablam! Oct 27 20:20:29.399 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.399 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.399 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.399 INFO kablam! ... Oct 27 20:20:29.399 INFO kablam! 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Oct 27 20:20:29.399 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.399 INFO kablam! Oct 27 20:20:29.399 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.399 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.399 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.399 INFO kablam! ... Oct 27 20:20:29.399 INFO kablam! 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Oct 27 20:20:29.399 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 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.399 INFO kablam! | ^^^^^ Oct 27 20:20:29.399 INFO kablam! ... Oct 27 20:20:29.399 INFO kablam! 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Oct 27 20:20:29.399 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 INFO kablam! Oct 27 20:20:29.399 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.406 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.406 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.407 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.407 INFO kablam! ... Oct 27 20:20:29.407 INFO kablam! 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Oct 27 20:20:29.407 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.407 INFO kablam! Oct 27 20:20:29.407 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.407 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.407 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.407 INFO kablam! ... Oct 27 20:20:29.407 INFO kablam! 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Oct 27 20:20:29.407 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! Oct 27 20:20:29.407 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.407 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.407 INFO kablam! | ^^^^^ Oct 27 20:20:29.407 INFO kablam! ... Oct 27 20:20:29.407 INFO kablam! 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Oct 27 20:20:29.407 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! Oct 27 20:20:29.407 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.407 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.407 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.407 INFO kablam! ... Oct 27 20:20:29.407 INFO kablam! 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Oct 27 20:20:29.407 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.407 INFO kablam! Oct 27 20:20:29.407 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.407 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.407 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.407 INFO kablam! ... Oct 27 20:20:29.407 INFO kablam! 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Oct 27 20:20:29.407 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! Oct 27 20:20:29.407 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.407 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.407 INFO kablam! | ^^^^^ Oct 27 20:20:29.407 INFO kablam! ... Oct 27 20:20:29.407 INFO kablam! 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); Oct 27 20:20:29.407 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! Oct 27 20:20:29.407 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.407 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.407 INFO kablam! | Oct 27 20:20:29.407 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.407 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.408 INFO kablam! ... Oct 27 20:20:29.408 INFO kablam! 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); Oct 27 20:20:29.408 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.408 INFO kablam! Oct 27 20:20:29.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.408 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.408 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.408 INFO kablam! ... Oct 27 20:20:29.408 INFO kablam! 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); Oct 27 20:20:29.408 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! Oct 27 20:20:29.408 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.408 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.408 INFO kablam! | ^^^^^ Oct 27 20:20:29.408 INFO kablam! ... Oct 27 20:20:29.408 INFO kablam! 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Oct 27 20:20:29.408 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! Oct 27 20:20:29.408 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.408 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.408 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.408 INFO kablam! ... Oct 27 20:20:29.408 INFO kablam! 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Oct 27 20:20:29.408 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.408 INFO kablam! Oct 27 20:20:29.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.408 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.408 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.408 INFO kablam! ... Oct 27 20:20:29.408 INFO kablam! 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Oct 27 20:20:29.408 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! Oct 27 20:20:29.408 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.408 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.408 INFO kablam! | ^^^^^ Oct 27 20:20:29.408 INFO kablam! ... Oct 27 20:20:29.408 INFO kablam! 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Oct 27 20:20:29.408 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! Oct 27 20:20:29.408 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.408 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.408 INFO kablam! | Oct 27 20:20:29.408 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.408 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.408 INFO kablam! ... Oct 27 20:20:29.408 INFO kablam! 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Oct 27 20:20:29.408 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! 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); 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! 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); 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 `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! 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); 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.414 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.415 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.415 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.415 INFO kablam! ... Oct 27 20:20:29.415 INFO kablam! 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); Oct 27 20:20:29.415 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! Oct 27 20:20:29.415 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.415 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.415 INFO kablam! | ^^^^^ Oct 27 20:20:29.415 INFO kablam! ... Oct 27 20:20:29.415 INFO kablam! 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Oct 27 20:20:29.415 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! Oct 27 20:20:29.415 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.415 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.415 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.415 INFO kablam! ... Oct 27 20:20:29.415 INFO kablam! 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Oct 27 20:20:29.415 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.415 INFO kablam! Oct 27 20:20:29.415 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.415 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.415 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.415 INFO kablam! ... Oct 27 20:20:29.415 INFO kablam! 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Oct 27 20:20:29.415 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! Oct 27 20:20:29.415 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.415 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.415 INFO kablam! | ^^^^^ Oct 27 20:20:29.415 INFO kablam! ... Oct 27 20:20:29.415 INFO kablam! 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Oct 27 20:20:29.415 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! Oct 27 20:20:29.415 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.415 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.415 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.415 INFO kablam! ... Oct 27 20:20:29.415 INFO kablam! 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Oct 27 20:20:29.415 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.415 INFO kablam! Oct 27 20:20:29.415 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.415 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.415 INFO kablam! | Oct 27 20:20:29.415 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! 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); 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.422 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.423 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.423 INFO kablam! | ^^^^^ Oct 27 20:20:29.423 INFO kablam! ... Oct 27 20:20:29.423 INFO kablam! 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Oct 27 20:20:29.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! Oct 27 20:20:29.423 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.423 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.423 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.423 INFO kablam! ... Oct 27 20:20:29.423 INFO kablam! 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Oct 27 20:20:29.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.423 INFO kablam! Oct 27 20:20:29.423 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.423 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.423 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.423 INFO kablam! ... Oct 27 20:20:29.423 INFO kablam! 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Oct 27 20:20:29.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! Oct 27 20:20:29.423 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.423 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.423 INFO kablam! | ^^^^^ Oct 27 20:20:29.423 INFO kablam! ... Oct 27 20:20:29.423 INFO kablam! 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); Oct 27 20:20:29.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! Oct 27 20:20:29.423 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.423 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.423 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.423 INFO kablam! ... Oct 27 20:20:29.423 INFO kablam! 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); Oct 27 20:20:29.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.423 INFO kablam! Oct 27 20:20:29.423 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.423 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.423 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.423 INFO kablam! ... Oct 27 20:20:29.423 INFO kablam! 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); Oct 27 20:20:29.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.423 INFO kablam! | Oct 27 20:20:29.423 INFO kablam! Oct 27 20:20:29.430 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.430 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.431 INFO kablam! | ^^^^^ Oct 27 20:20:29.431 INFO kablam! ... Oct 27 20:20:29.431 INFO kablam! 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); Oct 27 20:20:29.431 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! Oct 27 20:20:29.431 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.431 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.431 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.431 INFO kablam! ... Oct 27 20:20:29.431 INFO kablam! 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); Oct 27 20:20:29.431 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.431 INFO kablam! Oct 27 20:20:29.431 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.431 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.431 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.431 INFO kablam! ... Oct 27 20:20:29.431 INFO kablam! 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); Oct 27 20:20:29.431 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 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.431 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.431 INFO kablam! | ^^^^^ Oct 27 20:20:29.431 INFO kablam! ... Oct 27 20:20:29.431 INFO kablam! 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Oct 27 20:20:29.431 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! Oct 27 20:20:29.431 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.431 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.431 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.431 INFO kablam! ... Oct 27 20:20:29.431 INFO kablam! 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Oct 27 20:20:29.431 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.431 INFO kablam! Oct 27 20:20:29.431 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.431 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.431 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.431 INFO kablam! ... Oct 27 20:20:29.431 INFO kablam! 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Oct 27 20:20:29.431 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.431 INFO kablam! | Oct 27 20:20:29.431 INFO kablam! Oct 27 20:20:29.434 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.435 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.435 INFO kablam! | Oct 27 20:20:29.435 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.435 INFO kablam! | ^^^^^ Oct 27 20:20:29.435 INFO kablam! ... Oct 27 20:20:29.435 INFO kablam! 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); Oct 27 20:20:29.435 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.435 INFO kablam! | Oct 27 20:20:29.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.435 INFO kablam! | Oct 27 20:20:29.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.435 INFO kablam! | Oct 27 20:20:29.435 INFO kablam! Oct 27 20:20:29.435 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.435 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.435 INFO kablam! | Oct 27 20:20:29.435 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.435 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.435 INFO kablam! ... Oct 27 20:20:29.435 INFO kablam! 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); Oct 27 20:20:29.435 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.435 INFO kablam! Oct 27 20:20:29.435 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.435 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.435 INFO kablam! | Oct 27 20:20:29.435 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.435 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.435 INFO kablam! ... Oct 27 20:20:29.435 INFO kablam! 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); Oct 27 20:20:29.435 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.435 INFO kablam! | Oct 27 20:20:29.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.435 INFO kablam! | Oct 27 20:20:29.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.435 INFO kablam! | Oct 27 20:20:29.435 INFO kablam! Oct 27 20:20:29.442 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.443 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.443 INFO kablam! | ^^^^^ Oct 27 20:20:29.443 INFO kablam! ... Oct 27 20:20:29.443 INFO kablam! 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Oct 27 20:20:29.443 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! Oct 27 20:20:29.443 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.443 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.443 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.443 INFO kablam! ... Oct 27 20:20:29.443 INFO kablam! 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Oct 27 20:20:29.443 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.443 INFO kablam! Oct 27 20:20:29.443 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.443 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.443 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.443 INFO kablam! ... Oct 27 20:20:29.443 INFO kablam! 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Oct 27 20:20:29.443 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! Oct 27 20:20:29.443 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.443 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.443 INFO kablam! | ^^^^^ Oct 27 20:20:29.443 INFO kablam! ... Oct 27 20:20:29.443 INFO kablam! 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); Oct 27 20:20:29.443 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! Oct 27 20:20:29.443 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.443 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.443 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.443 INFO kablam! ... Oct 27 20:20:29.443 INFO kablam! 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); Oct 27 20:20:29.443 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.443 INFO kablam! Oct 27 20:20:29.443 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.443 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.443 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.443 INFO kablam! ... Oct 27 20:20:29.443 INFO kablam! 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); Oct 27 20:20:29.443 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.443 INFO kablam! | Oct 27 20:20:29.444 INFO kablam! Oct 27 20:20:29.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.444 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.444 INFO kablam! | Oct 27 20:20:29.444 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.444 INFO kablam! | ^^^^^ Oct 27 20:20:29.444 INFO kablam! ... Oct 27 20:20:29.444 INFO kablam! 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); Oct 27 20:20:29.444 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.444 INFO kablam! | Oct 27 20:20:29.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.444 INFO kablam! | Oct 27 20:20:29.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.444 INFO kablam! | Oct 27 20:20:29.444 INFO kablam! Oct 27 20:20:29.444 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.444 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.444 INFO kablam! | Oct 27 20:20:29.444 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.444 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.444 INFO kablam! ... Oct 27 20:20:29.444 INFO kablam! 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); Oct 27 20:20:29.444 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.444 INFO kablam! Oct 27 20:20:29.444 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.444 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.444 INFO kablam! | Oct 27 20:20:29.444 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.444 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.444 INFO kablam! ... Oct 27 20:20:29.444 INFO kablam! 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); Oct 27 20:20:29.444 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.444 INFO kablam! | Oct 27 20:20:29.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.444 INFO kablam! | Oct 27 20:20:29.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.444 INFO kablam! | Oct 27 20:20:29.444 INFO kablam! Oct 27 20:20:29.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.444 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.444 INFO kablam! | Oct 27 20:20:29.444 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.444 INFO kablam! | ^^^^^ Oct 27 20:20:29.444 INFO kablam! ... Oct 27 20:20:29.444 INFO kablam! 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Oct 27 20:20:29.444 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.444 INFO kablam! | Oct 27 20:20:29.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.444 INFO kablam! | Oct 27 20:20:29.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.444 INFO kablam! | Oct 27 20:20:29.444 INFO kablam! Oct 27 20:20:29.444 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.444 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.444 INFO kablam! | Oct 27 20:20:29.444 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.444 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.444 INFO kablam! ... Oct 27 20:20:29.444 INFO kablam! 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Oct 27 20:20:29.450 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.451 INFO kablam! Oct 27 20:20:29.451 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.451 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.451 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.451 INFO kablam! ... Oct 27 20:20:29.451 INFO kablam! 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Oct 27 20:20:29.451 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! Oct 27 20:20:29.451 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.451 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.451 INFO kablam! | ^^^^^ Oct 27 20:20:29.451 INFO kablam! ... Oct 27 20:20:29.451 INFO kablam! 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Oct 27 20:20:29.451 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! Oct 27 20:20:29.451 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.451 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.451 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.451 INFO kablam! ... Oct 27 20:20:29.451 INFO kablam! 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Oct 27 20:20:29.451 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.451 INFO kablam! Oct 27 20:20:29.451 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.451 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.451 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.451 INFO kablam! ... Oct 27 20:20:29.451 INFO kablam! 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Oct 27 20:20:29.451 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! Oct 27 20:20:29.451 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.451 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.451 INFO kablam! | ^^^^^ Oct 27 20:20:29.451 INFO kablam! ... Oct 27 20:20:29.451 INFO kablam! 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Oct 27 20:20:29.451 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! Oct 27 20:20:29.451 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.451 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.451 INFO kablam! | Oct 27 20:20:29.451 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.451 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.451 INFO kablam! ... Oct 27 20:20:29.452 INFO kablam! 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Oct 27 20:20:29.452 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.452 INFO kablam! Oct 27 20:20:29.452 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.452 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.452 INFO kablam! | Oct 27 20:20:29.452 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.452 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.452 INFO kablam! ... Oct 27 20:20:29.452 INFO kablam! 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Oct 27 20:20:29.452 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.452 INFO kablam! | Oct 27 20:20:29.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.452 INFO kablam! | Oct 27 20:20:29.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.452 INFO kablam! | Oct 27 20:20:29.452 INFO kablam! Oct 27 20:20:29.458 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.459 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.459 INFO kablam! | ^^^^^ Oct 27 20:20:29.459 INFO kablam! ... Oct 27 20:20:29.459 INFO kablam! 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Oct 27 20:20:29.459 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! Oct 27 20:20:29.459 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.459 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.459 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.459 INFO kablam! ... Oct 27 20:20:29.459 INFO kablam! 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Oct 27 20:20:29.459 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.459 INFO kablam! Oct 27 20:20:29.459 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.459 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.459 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.459 INFO kablam! ... Oct 27 20:20:29.459 INFO kablam! 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Oct 27 20:20:29.459 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! Oct 27 20:20:29.459 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.459 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.459 INFO kablam! | ^^^^^ Oct 27 20:20:29.459 INFO kablam! ... Oct 27 20:20:29.459 INFO kablam! 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); Oct 27 20:20:29.459 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! Oct 27 20:20:29.459 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.459 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.459 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.459 INFO kablam! ... Oct 27 20:20:29.459 INFO kablam! 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); Oct 27 20:20:29.459 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.459 INFO kablam! Oct 27 20:20:29.459 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.459 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.459 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.459 INFO kablam! ... Oct 27 20:20:29.459 INFO kablam! 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); Oct 27 20:20:29.459 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.459 INFO kablam! | Oct 27 20:20:29.460 INFO kablam! Oct 27 20:20:29.460 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.460 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.460 INFO kablam! | Oct 27 20:20:29.460 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.460 INFO kablam! | ^^^^^ Oct 27 20:20:29.460 INFO kablam! ... Oct 27 20:20:29.460 INFO kablam! 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Oct 27 20:20:29.460 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.460 INFO kablam! | Oct 27 20:20:29.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.467 INFO kablam! | Oct 27 20:20:29.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.467 INFO kablam! | Oct 27 20:20:29.467 INFO kablam! Oct 27 20:20:29.467 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.467 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.467 INFO kablam! | Oct 27 20:20:29.467 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.467 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.467 INFO kablam! ... Oct 27 20:20:29.467 INFO kablam! 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Oct 27 20:20:29.467 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.467 INFO kablam! Oct 27 20:20:29.467 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.467 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.467 INFO kablam! | Oct 27 20:20:29.467 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.467 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.467 INFO kablam! ... Oct 27 20:20:29.467 INFO kablam! 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Oct 27 20:20:29.467 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.467 INFO kablam! | Oct 27 20:20:29.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.467 INFO kablam! | Oct 27 20:20:29.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.467 INFO kablam! | Oct 27 20:20:29.467 INFO kablam! Oct 27 20:20:29.467 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.467 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.467 INFO kablam! | Oct 27 20:20:29.467 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.467 INFO kablam! | ^^^^^ Oct 27 20:20:29.467 INFO kablam! ... Oct 27 20:20:29.467 INFO kablam! 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); Oct 27 20:20:29.467 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.467 INFO kablam! | Oct 27 20:20:29.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.467 INFO kablam! | Oct 27 20:20:29.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.467 INFO kablam! | Oct 27 20:20:29.467 INFO kablam! Oct 27 20:20:29.470 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.470 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.470 INFO kablam! | Oct 27 20:20:29.470 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.470 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.470 INFO kablam! ... Oct 27 20:20:29.471 INFO kablam! 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); 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! 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); 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.474 INFO kablam! | Oct 27 20:20:29.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.474 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! Oct 27 20:20:29.475 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.475 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.475 INFO kablam! | ^^^^^ Oct 27 20:20:29.475 INFO kablam! ... Oct 27 20:20:29.475 INFO kablam! 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); Oct 27 20:20:29.475 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! Oct 27 20:20:29.475 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.475 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.475 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.475 INFO kablam! ... Oct 27 20:20:29.475 INFO kablam! 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); Oct 27 20:20:29.475 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.475 INFO kablam! Oct 27 20:20:29.475 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.475 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.475 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.475 INFO kablam! ... Oct 27 20:20:29.475 INFO kablam! 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); Oct 27 20:20:29.475 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! Oct 27 20:20:29.475 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.475 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.475 INFO kablam! | ^^^^^ Oct 27 20:20:29.475 INFO kablam! ... Oct 27 20:20:29.475 INFO kablam! 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Oct 27 20:20:29.475 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! Oct 27 20:20:29.475 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.475 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.475 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.475 INFO kablam! ... Oct 27 20:20:29.475 INFO kablam! 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Oct 27 20:20:29.475 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.475 INFO kablam! Oct 27 20:20:29.475 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.475 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.475 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.475 INFO kablam! ... Oct 27 20:20:29.475 INFO kablam! 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Oct 27 20:20:29.475 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.475 INFO kablam! Oct 27 20:20:29.475 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.475 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.475 INFO kablam! | Oct 27 20:20:29.476 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.476 INFO kablam! | ^^^^^ Oct 27 20:20:29.476 INFO kablam! ... Oct 27 20:20:29.476 INFO kablam! 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); Oct 27 20:20:29.476 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.476 INFO kablam! | Oct 27 20:20:29.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.476 INFO kablam! | Oct 27 20:20:29.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.476 INFO kablam! | Oct 27 20:20:29.476 INFO kablam! Oct 27 20:20:29.476 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.476 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.476 INFO kablam! | Oct 27 20:20:29.476 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.476 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.476 INFO kablam! ... Oct 27 20:20:29.476 INFO kablam! 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); Oct 27 20:20:29.476 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.476 INFO kablam! Oct 27 20:20:29.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.476 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.476 INFO kablam! | Oct 27 20:20:29.476 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.476 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.476 INFO kablam! ... Oct 27 20:20:29.476 INFO kablam! 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); Oct 27 20:20:29.476 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.476 INFO kablam! | Oct 27 20:20:29.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.476 INFO kablam! | Oct 27 20:20:29.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.476 INFO kablam! | Oct 27 20:20:29.476 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! 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); 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.482 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.482 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.482 INFO kablam! | Oct 27 20:20:29.482 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.483 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.483 INFO kablam! ... Oct 27 20:20:29.483 INFO kablam! 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Oct 27 20:20:29.483 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.483 INFO kablam! Oct 27 20:20:29.483 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.483 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.483 INFO kablam! | Oct 27 20:20:29.483 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.483 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.483 INFO kablam! ... Oct 27 20:20:29.483 INFO kablam! 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Oct 27 20:20:29.483 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.483 INFO kablam! | Oct 27 20:20:29.483 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.483 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.483 INFO kablam! | Oct 27 20:20:29.483 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.483 INFO kablam! | Oct 27 20:20:29.483 INFO kablam! Oct 27 20:20:29.483 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.483 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.483 INFO kablam! | Oct 27 20:20:29.483 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.483 INFO kablam! | ^^^^^ Oct 27 20:20:29.483 INFO kablam! ... Oct 27 20:20:29.483 INFO kablam! 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Oct 27 20:20:29.483 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.483 INFO kablam! | Oct 27 20:20:29.483 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.483 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.483 INFO kablam! | Oct 27 20:20:29.483 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.483 INFO kablam! | Oct 27 20:20:29.483 INFO kablam! Oct 27 20:20:29.483 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.483 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.483 INFO kablam! | Oct 27 20:20:29.483 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.483 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.483 INFO kablam! ... Oct 27 20:20:29.483 INFO kablam! 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Oct 27 20:20:29.483 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.483 INFO kablam! Oct 27 20:20:29.483 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.483 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.483 INFO kablam! | Oct 27 20:20:29.483 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.483 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.483 INFO kablam! ... Oct 27 20:20:29.483 INFO kablam! 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Oct 27 20:20:29.483 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.483 INFO kablam! | Oct 27 20:20:29.483 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.483 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.483 INFO kablam! | Oct 27 20:20:29.483 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.483 INFO kablam! | Oct 27 20:20:29.483 INFO kablam! Oct 27 20:20:29.483 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.483 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.483 INFO kablam! | Oct 27 20:20:29.483 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.483 INFO kablam! | ^^^^^ Oct 27 20:20:29.483 INFO kablam! ... Oct 27 20:20:29.483 INFO kablam! 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); Oct 27 20:20:29.483 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.486 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! 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); 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.487 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.487 INFO kablam! | Oct 27 20:20:29.487 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.487 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.487 INFO kablam! ... Oct 27 20:20:29.487 INFO kablam! 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); 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 `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! 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); 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.495 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! 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); 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! 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); 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.495 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.495 INFO kablam! | ^^^^^ Oct 27 20:20:29.495 INFO kablam! ... Oct 27 20:20:29.495 INFO kablam! 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); 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 `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! 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); 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.496 INFO kablam! ... Oct 27 20:20:29.496 INFO kablam! 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); Oct 27 20:20:29.496 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.496 INFO kablam! | Oct 27 20:20:29.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.496 INFO kablam! | Oct 27 20:20:29.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.496 INFO kablam! | Oct 27 20:20:29.496 INFO kablam! Oct 27 20:20:29.496 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.496 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.496 INFO kablam! | Oct 27 20:20:29.496 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.496 INFO kablam! | ^^^^^ Oct 27 20:20:29.496 INFO kablam! ... Oct 27 20:20:29.496 INFO kablam! 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Oct 27 20:20:29.496 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.496 INFO kablam! | Oct 27 20:20:29.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.496 INFO kablam! | Oct 27 20:20:29.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.496 INFO kablam! | Oct 27 20:20:29.496 INFO kablam! Oct 27 20:20:29.496 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.496 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.496 INFO kablam! | Oct 27 20:20:29.496 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.496 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.496 INFO kablam! ... Oct 27 20:20:29.496 INFO kablam! 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Oct 27 20:20:29.496 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.496 INFO kablam! Oct 27 20:20:29.499 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.499 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.499 INFO kablam! | Oct 27 20:20:29.499 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.499 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.499 INFO kablam! ... Oct 27 20:20:29.499 INFO kablam! 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Oct 27 20:20:29.499 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.499 INFO kablam! | Oct 27 20:20:29.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.499 INFO kablam! | Oct 27 20:20:29.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.499 INFO kablam! | Oct 27 20:20:29.499 INFO kablam! Oct 27 20:20:29.499 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.499 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.499 INFO kablam! | Oct 27 20:20:29.499 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.499 INFO kablam! | ^^^^^ Oct 27 20:20:29.499 INFO kablam! ... Oct 27 20:20:29.499 INFO kablam! 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Oct 27 20:20:29.499 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.499 INFO kablam! | Oct 27 20:20:29.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.499 INFO kablam! | Oct 27 20:20:29.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.499 INFO kablam! | Oct 27 20:20:29.499 INFO kablam! Oct 27 20:20:29.499 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.499 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.499 INFO kablam! | Oct 27 20:20:29.499 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.499 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.499 INFO kablam! ... Oct 27 20:20:29.499 INFO kablam! 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Oct 27 20:20:29.499 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.499 INFO kablam! Oct 27 20:20:29.499 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.499 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.499 INFO kablam! | Oct 27 20:20:29.499 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.499 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.499 INFO kablam! ... Oct 27 20:20:29.499 INFO kablam! 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Oct 27 20:20:29.499 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.499 INFO kablam! | Oct 27 20:20:29.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.499 INFO kablam! | Oct 27 20:20:29.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.499 INFO kablam! | Oct 27 20:20:29.499 INFO kablam! Oct 27 20:20:29.506 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.506 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.506 INFO kablam! | Oct 27 20:20:29.506 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.506 INFO kablam! | ^^^^^ Oct 27 20:20:29.506 INFO kablam! ... Oct 27 20:20:29.506 INFO kablam! 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Oct 27 20:20:29.506 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.506 INFO kablam! | Oct 27 20:20:29.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.506 INFO kablam! | Oct 27 20:20:29.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.506 INFO kablam! | Oct 27 20:20:29.506 INFO kablam! Oct 27 20:20:29.506 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.506 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.506 INFO kablam! | Oct 27 20:20:29.506 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.507 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.507 INFO kablam! ... Oct 27 20:20:29.507 INFO kablam! 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Oct 27 20:20:29.507 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.507 INFO kablam! Oct 27 20:20:29.507 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.507 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.507 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.507 INFO kablam! ... Oct 27 20:20:29.507 INFO kablam! 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Oct 27 20:20:29.507 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! Oct 27 20:20:29.507 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.507 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.507 INFO kablam! | ^^^^^ Oct 27 20:20:29.507 INFO kablam! ... Oct 27 20:20:29.507 INFO kablam! 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Oct 27 20:20:29.507 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! Oct 27 20:20:29.507 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.507 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.507 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.507 INFO kablam! ... Oct 27 20:20:29.507 INFO kablam! 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Oct 27 20:20:29.507 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.507 INFO kablam! Oct 27 20:20:29.507 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.507 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.507 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.507 INFO kablam! ... Oct 27 20:20:29.507 INFO kablam! 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Oct 27 20:20:29.507 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! Oct 27 20:20:29.507 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.507 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.507 INFO kablam! | ^^^^^ Oct 27 20:20:29.507 INFO kablam! ... Oct 27 20:20:29.507 INFO kablam! 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Oct 27 20:20:29.507 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.507 INFO kablam! | Oct 27 20:20:29.507 INFO kablam! Oct 27 20:20:29.508 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.508 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.508 INFO kablam! | Oct 27 20:20:29.508 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.508 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.508 INFO kablam! ... Oct 27 20:20:29.508 INFO kablam! 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Oct 27 20:20:29.508 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.508 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.514 INFO kablam! | Oct 27 20:20:29.514 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.514 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.514 INFO kablam! ... Oct 27 20:20:29.514 INFO kablam! 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Oct 27 20:20:29.514 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.514 INFO kablam! | Oct 27 20:20:29.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.514 INFO kablam! | Oct 27 20:20:29.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.514 INFO kablam! | Oct 27 20:20:29.514 INFO kablam! Oct 27 20:20:29.514 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.514 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.514 INFO kablam! | Oct 27 20:20:29.514 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.514 INFO kablam! | ^^^^^ Oct 27 20:20:29.514 INFO kablam! ... Oct 27 20:20:29.514 INFO kablam! 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Oct 27 20:20:29.514 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.514 INFO kablam! | Oct 27 20:20:29.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.514 INFO kablam! | Oct 27 20:20:29.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.514 INFO kablam! | Oct 27 20:20:29.514 INFO kablam! Oct 27 20:20:29.514 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.514 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.514 INFO kablam! | Oct 27 20:20:29.515 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.515 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.515 INFO kablam! ... Oct 27 20:20:29.515 INFO kablam! 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Oct 27 20:20:29.515 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.515 INFO kablam! Oct 27 20:20:29.515 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.515 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.515 INFO kablam! | Oct 27 20:20:29.515 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.515 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.515 INFO kablam! ... Oct 27 20:20:29.515 INFO kablam! 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Oct 27 20:20:29.515 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.515 INFO kablam! | Oct 27 20:20:29.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.515 INFO kablam! | Oct 27 20:20:29.515 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.515 INFO kablam! | Oct 27 20:20:29.515 INFO kablam! Oct 27 20:20:29.515 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.515 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.515 INFO kablam! | Oct 27 20:20:29.515 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.515 INFO kablam! | ^^^^^ Oct 27 20:20:29.515 INFO kablam! ... Oct 27 20:20:29.515 INFO kablam! 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); Oct 27 20:20:29.515 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.515 INFO kablam! | Oct 27 20:20:29.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.515 INFO kablam! | Oct 27 20:20:29.515 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.515 INFO kablam! | Oct 27 20:20:29.515 INFO kablam! Oct 27 20:20:29.515 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.515 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.515 INFO kablam! | Oct 27 20:20:29.515 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.515 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.515 INFO kablam! ... Oct 27 20:20:29.515 INFO kablam! 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); Oct 27 20:20:29.515 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.515 INFO kablam! Oct 27 20:20:29.515 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.515 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.515 INFO kablam! | Oct 27 20:20:29.515 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.515 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.515 INFO kablam! ... Oct 27 20:20:29.515 INFO kablam! 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); Oct 27 20:20:29.515 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.515 INFO kablam! | Oct 27 20:20:29.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.515 INFO kablam! | Oct 27 20:20:29.515 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.515 INFO kablam! | Oct 27 20:20:29.515 INFO kablam! Oct 27 20:20:29.526 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.526 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.527 INFO kablam! | ^^^^^ Oct 27 20:20:29.527 INFO kablam! ... Oct 27 20:20:29.527 INFO kablam! 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); Oct 27 20:20:29.527 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! Oct 27 20:20:29.527 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.527 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.527 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.527 INFO kablam! ... Oct 27 20:20:29.527 INFO kablam! 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); Oct 27 20:20:29.527 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.527 INFO kablam! Oct 27 20:20:29.527 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.527 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.527 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.527 INFO kablam! ... Oct 27 20:20:29.527 INFO kablam! 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); Oct 27 20:20:29.527 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! Oct 27 20:20:29.527 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.527 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.527 INFO kablam! | ^^^^^ Oct 27 20:20:29.527 INFO kablam! ... Oct 27 20:20:29.527 INFO kablam! 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Oct 27 20:20:29.527 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! Oct 27 20:20:29.527 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.527 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.527 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.527 INFO kablam! ... Oct 27 20:20:29.527 INFO kablam! 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Oct 27 20:20:29.527 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.527 INFO kablam! Oct 27 20:20:29.527 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.527 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.527 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.527 INFO kablam! ... Oct 27 20:20:29.527 INFO kablam! 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Oct 27 20:20:29.527 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.527 INFO kablam! | Oct 27 20:20:29.527 INFO kablam! Oct 27 20:20:29.527 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.528 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.528 INFO kablam! | Oct 27 20:20:29.528 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.528 INFO kablam! | ^^^^^ Oct 27 20:20:29.528 INFO kablam! ... Oct 27 20:20:29.528 INFO kablam! 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Oct 27 20:20:29.528 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.528 INFO kablam! | Oct 27 20:20:29.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.528 INFO kablam! | Oct 27 20:20:29.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.528 INFO kablam! | Oct 27 20:20:29.528 INFO kablam! Oct 27 20:20:29.528 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.528 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.528 INFO kablam! | Oct 27 20:20:29.528 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.528 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.528 INFO kablam! ... Oct 27 20:20:29.528 INFO kablam! 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Oct 27 20:20:29.528 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.528 INFO kablam! Oct 27 20:20:29.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.528 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.528 INFO kablam! | Oct 27 20:20:29.528 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.528 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.528 INFO kablam! ... Oct 27 20:20:29.528 INFO kablam! 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Oct 27 20:20:29.528 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.528 INFO kablam! | Oct 27 20:20:29.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.528 INFO kablam! | Oct 27 20:20:29.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.528 INFO kablam! | Oct 27 20:20:29.528 INFO kablam! Oct 27 20:20:29.528 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.528 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.528 INFO kablam! | Oct 27 20:20:29.528 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.528 INFO kablam! | ^^^^^ Oct 27 20:20:29.528 INFO kablam! ... Oct 27 20:20:29.528 INFO kablam! 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); Oct 27 20:20:29.528 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.528 INFO kablam! | Oct 27 20:20:29.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.528 INFO kablam! | Oct 27 20:20:29.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.528 INFO kablam! | Oct 27 20:20:29.528 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.531 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.531 INFO kablam! ... Oct 27 20:20:29.531 INFO kablam! 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); 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! 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); 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! 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); 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.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.532 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! 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); 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! 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); 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! 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); 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.539 INFO kablam! Oct 27 20:20:29.539 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.539 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.540 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.540 INFO kablam! ... Oct 27 20:20:29.540 INFO kablam! 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Oct 27 20:20:29.540 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.540 INFO kablam! Oct 27 20:20:29.540 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.540 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.540 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.540 INFO kablam! ... Oct 27 20:20:29.540 INFO kablam! 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Oct 27 20:20:29.540 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! Oct 27 20:20:29.540 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.540 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.540 INFO kablam! | ^^^^^ Oct 27 20:20:29.540 INFO kablam! ... Oct 27 20:20:29.540 INFO kablam! 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Oct 27 20:20:29.540 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! Oct 27 20:20:29.540 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.540 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.540 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.540 INFO kablam! ... Oct 27 20:20:29.540 INFO kablam! 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Oct 27 20:20:29.540 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.540 INFO kablam! Oct 27 20:20:29.540 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.540 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.540 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.540 INFO kablam! ... Oct 27 20:20:29.540 INFO kablam! 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Oct 27 20:20:29.540 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! Oct 27 20:20:29.540 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.540 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.540 INFO kablam! | ^^^^^ Oct 27 20:20:29.540 INFO kablam! ... Oct 27 20:20:29.540 INFO kablam! 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Oct 27 20:20:29.540 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! Oct 27 20:20:29.540 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.540 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.540 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.540 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.540 INFO kablam! ... Oct 27 20:20:29.540 INFO kablam! 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Oct 27 20:20:29.540 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.540 INFO kablam! Oct 27 20:20:29.540 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.540 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.540 INFO kablam! | Oct 27 20:20:29.541 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.541 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.541 INFO kablam! ... Oct 27 20:20:29.541 INFO kablam! 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Oct 27 20:20:29.541 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.541 INFO kablam! | Oct 27 20:20:29.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.541 INFO kablam! | Oct 27 20:20:29.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.541 INFO kablam! | Oct 27 20:20:29.541 INFO kablam! Oct 27 20:20:29.550 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.550 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.550 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.551 INFO kablam! | ^^^^^ Oct 27 20:20:29.551 INFO kablam! ... Oct 27 20:20:29.551 INFO kablam! 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Oct 27 20:20:29.551 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! Oct 27 20:20:29.551 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.551 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.551 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.551 INFO kablam! ... Oct 27 20:20:29.551 INFO kablam! 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Oct 27 20:20:29.551 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.551 INFO kablam! Oct 27 20:20:29.551 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.551 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.551 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.551 INFO kablam! ... Oct 27 20:20:29.551 INFO kablam! 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Oct 27 20:20:29.551 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! Oct 27 20:20:29.551 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.551 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.551 INFO kablam! | ^^^^^ Oct 27 20:20:29.551 INFO kablam! ... Oct 27 20:20:29.551 INFO kablam! 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Oct 27 20:20:29.551 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! Oct 27 20:20:29.551 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.551 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.551 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.551 INFO kablam! ... Oct 27 20:20:29.551 INFO kablam! 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Oct 27 20:20:29.551 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.551 INFO kablam! Oct 27 20:20:29.551 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.551 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.551 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.551 INFO kablam! ... Oct 27 20:20:29.551 INFO kablam! 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Oct 27 20:20:29.551 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! Oct 27 20:20:29.551 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.551 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.551 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.551 INFO kablam! | ^^^^^ Oct 27 20:20:29.551 INFO kablam! ... Oct 27 20:20:29.551 INFO kablam! 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Oct 27 20:20:29.551 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.551 INFO kablam! | Oct 27 20:20:29.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.552 INFO kablam! | Oct 27 20:20:29.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.552 INFO kablam! | Oct 27 20:20:29.552 INFO kablam! Oct 27 20:20:29.552 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.552 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.552 INFO kablam! | Oct 27 20:20:29.552 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.552 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.552 INFO kablam! ... Oct 27 20:20:29.552 INFO kablam! 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Oct 27 20:20:29.552 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.552 INFO kablam! Oct 27 20:20:29.555 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.555 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.555 INFO kablam! | Oct 27 20:20:29.555 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.555 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.555 INFO kablam! ... Oct 27 20:20:29.555 INFO kablam! 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Oct 27 20:20:29.556 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! Oct 27 20:20:29.556 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.556 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.556 INFO kablam! | ^^^^^ Oct 27 20:20:29.556 INFO kablam! ... Oct 27 20:20:29.556 INFO kablam! 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Oct 27 20:20:29.556 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! Oct 27 20:20:29.556 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.556 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.556 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.556 INFO kablam! ... Oct 27 20:20:29.556 INFO kablam! 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Oct 27 20:20:29.556 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.556 INFO kablam! Oct 27 20:20:29.556 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.556 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.556 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.556 INFO kablam! ... Oct 27 20:20:29.556 INFO kablam! 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Oct 27 20:20:29.556 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! Oct 27 20:20:29.556 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.556 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.556 INFO kablam! | ^^^^^ Oct 27 20:20:29.556 INFO kablam! ... Oct 27 20:20:29.556 INFO kablam! 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Oct 27 20:20:29.556 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! Oct 27 20:20:29.556 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.556 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.556 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.556 INFO kablam! ... Oct 27 20:20:29.556 INFO kablam! 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Oct 27 20:20:29.556 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.556 INFO kablam! Oct 27 20:20:29.556 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.556 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.556 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.556 INFO kablam! ... Oct 27 20:20:29.556 INFO kablam! 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Oct 27 20:20:29.556 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.556 INFO kablam! | Oct 27 20:20:29.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.557 INFO kablam! | Oct 27 20:20:29.557 INFO kablam! Oct 27 20:20:29.557 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.557 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.557 INFO kablam! | Oct 27 20:20:29.557 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.557 INFO kablam! | ^^^^^ Oct 27 20:20:29.557 INFO kablam! ... Oct 27 20:20:29.557 INFO kablam! 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Oct 27 20:20:29.557 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.557 INFO kablam! | Oct 27 20:20:29.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.557 INFO kablam! | Oct 27 20:20:29.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.557 INFO kablam! | Oct 27 20:20:29.557 INFO kablam! Oct 27 20:20:29.563 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.563 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.563 INFO kablam! | Oct 27 20:20:29.563 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.563 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.563 INFO kablam! ... Oct 27 20:20:29.563 INFO kablam! 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Oct 27 20:20:29.563 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.563 INFO kablam! Oct 27 20:20:29.563 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.563 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.563 INFO kablam! | Oct 27 20:20:29.563 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.563 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.563 INFO kablam! ... Oct 27 20:20:29.563 INFO kablam! 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Oct 27 20:20:29.563 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.563 INFO kablam! | Oct 27 20:20:29.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.564 INFO kablam! | Oct 27 20:20:29.564 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.564 INFO kablam! | Oct 27 20:20:29.564 INFO kablam! Oct 27 20:20:29.564 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.564 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.564 INFO kablam! | Oct 27 20:20:29.564 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.564 INFO kablam! | ^^^^^ Oct 27 20:20:29.564 INFO kablam! ... Oct 27 20:20:29.564 INFO kablam! 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Oct 27 20:20:29.564 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.564 INFO kablam! | Oct 27 20:20:29.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.564 INFO kablam! | Oct 27 20:20:29.564 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.564 INFO kablam! | Oct 27 20:20:29.564 INFO kablam! Oct 27 20:20:29.564 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.564 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.564 INFO kablam! | Oct 27 20:20:29.564 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.564 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.564 INFO kablam! ... Oct 27 20:20:29.564 INFO kablam! 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Oct 27 20:20:29.564 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.564 INFO kablam! Oct 27 20:20:29.564 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.564 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.564 INFO kablam! | Oct 27 20:20:29.564 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.564 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.564 INFO kablam! ... Oct 27 20:20:29.564 INFO kablam! 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Oct 27 20:20:29.564 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.564 INFO kablam! | Oct 27 20:20:29.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.564 INFO kablam! | Oct 27 20:20:29.564 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.564 INFO kablam! | Oct 27 20:20:29.564 INFO kablam! Oct 27 20:20:29.570 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.570 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.570 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.571 INFO kablam! | ^^^^^ Oct 27 20:20:29.571 INFO kablam! ... Oct 27 20:20:29.571 INFO kablam! 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Oct 27 20:20:29.571 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.571 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! Oct 27 20:20:29.571 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.571 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.571 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.571 INFO kablam! ... Oct 27 20:20:29.571 INFO kablam! 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Oct 27 20:20:29.571 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.571 INFO kablam! Oct 27 20:20:29.571 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.571 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.571 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.571 INFO kablam! ... Oct 27 20:20:29.571 INFO kablam! 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Oct 27 20:20:29.571 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.571 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! Oct 27 20:20:29.571 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.571 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.571 INFO kablam! | ^^^^^ Oct 27 20:20:29.571 INFO kablam! ... Oct 27 20:20:29.571 INFO kablam! 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Oct 27 20:20:29.571 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.571 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! Oct 27 20:20:29.571 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.571 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.571 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.571 INFO kablam! ... Oct 27 20:20:29.571 INFO kablam! 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Oct 27 20:20:29.571 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.571 INFO kablam! Oct 27 20:20:29.571 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.571 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.571 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.571 INFO kablam! ... Oct 27 20:20:29.571 INFO kablam! 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Oct 27 20:20:29.571 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.571 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.571 INFO kablam! Oct 27 20:20:29.571 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.571 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.571 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.572 INFO kablam! | ^^^^^ Oct 27 20:20:29.572 INFO kablam! ... Oct 27 20:20:29.572 INFO kablam! 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Oct 27 20:20:29.572 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! Oct 27 20:20:29.572 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.572 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.572 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.572 INFO kablam! ... Oct 27 20:20:29.572 INFO kablam! 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Oct 27 20:20:29.572 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.572 INFO kablam! Oct 27 20:20:29.572 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.572 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.572 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.572 INFO kablam! ... Oct 27 20:20:29.572 INFO kablam! 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Oct 27 20:20:29.572 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! Oct 27 20:20:29.572 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.572 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.572 INFO kablam! | ^^^^^ Oct 27 20:20:29.572 INFO kablam! ... Oct 27 20:20:29.572 INFO kablam! 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Oct 27 20:20:29.572 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! Oct 27 20:20:29.572 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.572 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.572 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.572 INFO kablam! ... Oct 27 20:20:29.572 INFO kablam! 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Oct 27 20:20:29.572 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.572 INFO kablam! Oct 27 20:20:29.572 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.572 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.572 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.572 INFO kablam! ... Oct 27 20:20:29.572 INFO kablam! 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Oct 27 20:20:29.572 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.572 INFO kablam! | Oct 27 20:20:29.572 INFO kablam! Oct 27 20:20:29.577 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.577 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.577 INFO kablam! | Oct 27 20:20:29.577 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.577 INFO kablam! | ^^^^^ Oct 27 20:20:29.577 INFO kablam! ... Oct 27 20:20:29.577 INFO kablam! 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Oct 27 20:20:29.577 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.577 INFO kablam! | Oct 27 20:20:29.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.577 INFO kablam! | Oct 27 20:20:29.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.577 INFO kablam! | Oct 27 20:20:29.577 INFO kablam! Oct 27 20:20:29.577 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.577 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.577 INFO kablam! | Oct 27 20:20:29.577 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.577 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.577 INFO kablam! ... Oct 27 20:20:29.577 INFO kablam! 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Oct 27 20:20:29.577 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.577 INFO kablam! Oct 27 20:20:29.577 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.577 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.577 INFO kablam! | Oct 27 20:20:29.577 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.577 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.577 INFO kablam! ... Oct 27 20:20:29.577 INFO kablam! 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Oct 27 20:20:29.577 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.577 INFO kablam! | Oct 27 20:20:29.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.577 INFO kablam! | Oct 27 20:20:29.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.577 INFO kablam! | Oct 27 20:20:29.577 INFO kablam! Oct 27 20:20:29.577 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.577 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.577 INFO kablam! | Oct 27 20:20:29.577 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.578 INFO kablam! | ^^^^^ Oct 27 20:20:29.578 INFO kablam! ... Oct 27 20:20:29.578 INFO kablam! 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Oct 27 20:20:29.578 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.578 INFO kablam! | Oct 27 20:20:29.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.578 INFO kablam! | Oct 27 20:20:29.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.578 INFO kablam! | Oct 27 20:20:29.578 INFO kablam! Oct 27 20:20:29.578 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.578 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.578 INFO kablam! | Oct 27 20:20:29.578 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.578 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.578 INFO kablam! ... Oct 27 20:20:29.578 INFO kablam! 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Oct 27 20:20:29.578 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.578 INFO kablam! Oct 27 20:20:29.583 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.583 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.583 INFO kablam! | Oct 27 20:20:29.583 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.583 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.583 INFO kablam! ... Oct 27 20:20:29.583 INFO kablam! 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Oct 27 20:20:29.583 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.583 INFO kablam! | Oct 27 20:20:29.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.583 INFO kablam! | Oct 27 20:20:29.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.583 INFO kablam! | Oct 27 20:20:29.583 INFO kablam! Oct 27 20:20:29.583 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.583 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.583 INFO kablam! | Oct 27 20:20:29.583 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.583 INFO kablam! | ^^^^^ Oct 27 20:20:29.583 INFO kablam! ... Oct 27 20:20:29.583 INFO kablam! 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Oct 27 20:20:29.583 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.583 INFO kablam! | Oct 27 20:20:29.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.583 INFO kablam! | Oct 27 20:20:29.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.583 INFO kablam! | Oct 27 20:20:29.583 INFO kablam! Oct 27 20:20:29.583 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.583 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.583 INFO kablam! | Oct 27 20:20:29.584 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.584 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.584 INFO kablam! ... Oct 27 20:20:29.584 INFO kablam! 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Oct 27 20:20:29.584 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.584 INFO kablam! Oct 27 20:20:29.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.584 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.584 INFO kablam! | Oct 27 20:20:29.584 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.584 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.584 INFO kablam! ... Oct 27 20:20:29.584 INFO kablam! 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Oct 27 20:20:29.584 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.584 INFO kablam! | Oct 27 20:20:29.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.584 INFO kablam! | Oct 27 20:20:29.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.584 INFO kablam! | Oct 27 20:20:29.584 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! 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Oct 27 20:20:29.584 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.584 INFO kablam! | Oct 27 20:20:29.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.584 INFO kablam! | Oct 27 20:20:29.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.584 INFO kablam! | Oct 27 20:20:29.584 INFO kablam! Oct 27 20:20:29.584 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.584 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.584 INFO kablam! | Oct 27 20:20:29.584 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.584 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.584 INFO kablam! ... Oct 27 20:20:29.584 INFO kablam! 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Oct 27 20:20:29.584 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.584 INFO kablam! Oct 27 20:20:29.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.584 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.584 INFO kablam! | Oct 27 20:20:29.584 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.584 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.584 INFO kablam! ... Oct 27 20:20:29.584 INFO kablam! 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Oct 27 20:20:29.584 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.584 INFO kablam! | Oct 27 20:20:29.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.584 INFO kablam! | Oct 27 20:20:29.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.584 INFO kablam! | Oct 27 20:20:29.584 INFO kablam! Oct 27 20:20:29.591 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.591 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.591 INFO kablam! | Oct 27 20:20:29.591 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.591 INFO kablam! | ^^^^^ Oct 27 20:20:29.591 INFO kablam! ... Oct 27 20:20:29.592 INFO kablam! 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Oct 27 20:20:29.592 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! Oct 27 20:20:29.592 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.592 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.592 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.592 INFO kablam! ... Oct 27 20:20:29.592 INFO kablam! 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Oct 27 20:20:29.592 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.592 INFO kablam! Oct 27 20:20:29.592 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.592 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.592 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.592 INFO kablam! ... Oct 27 20:20:29.592 INFO kablam! 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Oct 27 20:20:29.592 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! Oct 27 20:20:29.592 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.592 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.592 INFO kablam! | ^^^^^ Oct 27 20:20:29.592 INFO kablam! ... Oct 27 20:20:29.592 INFO kablam! 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Oct 27 20:20:29.592 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! Oct 27 20:20:29.592 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.592 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.592 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.592 INFO kablam! ... Oct 27 20:20:29.592 INFO kablam! 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Oct 27 20:20:29.592 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.592 INFO kablam! Oct 27 20:20:29.592 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.592 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.592 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.592 INFO kablam! ... Oct 27 20:20:29.592 INFO kablam! 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Oct 27 20:20:29.592 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! Oct 27 20:20:29.592 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.592 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.592 INFO kablam! | ^^^^^ Oct 27 20:20:29.592 INFO kablam! ... Oct 27 20:20:29.592 INFO kablam! 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Oct 27 20:20:29.592 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.592 INFO kablam! | Oct 27 20:20:29.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.593 INFO kablam! | Oct 27 20:20:29.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.593 INFO kablam! | Oct 27 20:20:29.593 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.600 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.600 INFO kablam! ... Oct 27 20:20:29.600 INFO kablam! 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Oct 27 20:20:29.600 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.600 INFO kablam! Oct 27 20:20:29.600 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.600 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.600 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.600 INFO kablam! ... Oct 27 20:20:29.600 INFO kablam! 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Oct 27 20:20:29.600 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! Oct 27 20:20:29.600 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.600 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.600 INFO kablam! | ^^^^^ Oct 27 20:20:29.600 INFO kablam! ... Oct 27 20:20:29.600 INFO kablam! 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Oct 27 20:20:29.600 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! Oct 27 20:20:29.600 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.600 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.600 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.600 INFO kablam! ... Oct 27 20:20:29.600 INFO kablam! 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Oct 27 20:20:29.600 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.600 INFO kablam! Oct 27 20:20:29.600 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.600 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.600 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.600 INFO kablam! ... Oct 27 20:20:29.600 INFO kablam! 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Oct 27 20:20:29.600 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! Oct 27 20:20:29.600 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.600 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.600 INFO kablam! | ^^^^^ Oct 27 20:20:29.600 INFO kablam! ... Oct 27 20:20:29.600 INFO kablam! 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Oct 27 20:20:29.600 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! Oct 27 20:20:29.600 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.600 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.600 INFO kablam! | Oct 27 20:20:29.600 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.600 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.600 INFO kablam! ... Oct 27 20:20:29.600 INFO kablam! 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Oct 27 20:20:29.601 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.601 INFO kablam! Oct 27 20:20:29.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.601 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.601 INFO kablam! | Oct 27 20:20:29.601 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.601 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.601 INFO kablam! ... Oct 27 20:20:29.601 INFO kablam! 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Oct 27 20:20:29.601 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.601 INFO kablam! | Oct 27 20:20:29.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.601 INFO kablam! | Oct 27 20:20:29.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.601 INFO kablam! | Oct 27 20:20:29.601 INFO kablam! Oct 27 20:20:29.601 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.601 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.601 INFO kablam! | Oct 27 20:20:29.601 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.601 INFO kablam! | ^^^^^ Oct 27 20:20:29.601 INFO kablam! ... Oct 27 20:20:29.601 INFO kablam! 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); Oct 27 20:20:29.601 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.601 INFO kablam! | Oct 27 20:20:29.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.601 INFO kablam! | Oct 27 20:20:29.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.601 INFO kablam! | Oct 27 20:20:29.601 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.608 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.608 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.608 INFO kablam! ... Oct 27 20:20:29.608 INFO kablam! 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); Oct 27 20:20:29.608 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.608 INFO kablam! Oct 27 20:20:29.608 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.608 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.608 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.608 INFO kablam! ... Oct 27 20:20:29.608 INFO kablam! 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); Oct 27 20:20:29.608 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! Oct 27 20:20:29.608 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.608 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.608 INFO kablam! | ^^^^^ Oct 27 20:20:29.608 INFO kablam! ... Oct 27 20:20:29.608 INFO kablam! 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); Oct 27 20:20:29.608 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! Oct 27 20:20:29.608 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.608 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.608 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.608 INFO kablam! ... Oct 27 20:20:29.608 INFO kablam! 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); Oct 27 20:20:29.608 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.608 INFO kablam! Oct 27 20:20:29.608 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.608 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.608 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.608 INFO kablam! ... Oct 27 20:20:29.608 INFO kablam! 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); Oct 27 20:20:29.608 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! Oct 27 20:20:29.608 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.608 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.608 INFO kablam! | ^^^^^ Oct 27 20:20:29.608 INFO kablam! ... Oct 27 20:20:29.608 INFO kablam! 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Oct 27 20:20:29.608 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! Oct 27 20:20:29.608 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.608 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.608 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.608 INFO kablam! ... Oct 27 20:20:29.608 INFO kablam! 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Oct 27 20:20:29.608 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.608 INFO kablam! Oct 27 20:20:29.608 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.608 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.608 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.608 INFO kablam! ... Oct 27 20:20:29.608 INFO kablam! 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Oct 27 20:20:29.608 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.608 INFO kablam! | Oct 27 20:20:29.608 INFO kablam! Oct 27 20:20:29.614 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.614 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.615 INFO kablam! | ^^^^^ Oct 27 20:20:29.615 INFO kablam! ... Oct 27 20:20:29.615 INFO kablam! 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); Oct 27 20:20:29.615 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.615 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! Oct 27 20:20:29.615 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.615 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.615 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.615 INFO kablam! ... Oct 27 20:20:29.615 INFO kablam! 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); Oct 27 20:20:29.615 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.615 INFO kablam! Oct 27 20:20:29.615 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.615 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.615 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.615 INFO kablam! ... Oct 27 20:20:29.615 INFO kablam! 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); Oct 27 20:20:29.615 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.615 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! Oct 27 20:20:29.615 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.615 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.615 INFO kablam! | ^^^^^ Oct 27 20:20:29.615 INFO kablam! ... Oct 27 20:20:29.615 INFO kablam! 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); Oct 27 20:20:29.615 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.615 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! Oct 27 20:20:29.615 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.615 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.615 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.615 INFO kablam! ... Oct 27 20:20:29.615 INFO kablam! 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); Oct 27 20:20:29.615 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.615 INFO kablam! Oct 27 20:20:29.615 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.615 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.615 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.615 INFO kablam! ... Oct 27 20:20:29.615 INFO kablam! 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); Oct 27 20:20:29.615 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.615 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.615 INFO kablam! | Oct 27 20:20:29.615 INFO kablam! Oct 27 20:20:29.615 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.615 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.616 INFO kablam! | Oct 27 20:20:29.616 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.616 INFO kablam! | ^^^^^ Oct 27 20:20:29.616 INFO kablam! ... Oct 27 20:20:29.616 INFO kablam! 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); Oct 27 20:20:29.616 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.616 INFO kablam! | Oct 27 20:20:29.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.616 INFO kablam! | Oct 27 20:20:29.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.616 INFO kablam! | Oct 27 20:20:29.616 INFO kablam! Oct 27 20:20:29.616 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.616 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.616 INFO kablam! | Oct 27 20:20:29.616 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.616 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.616 INFO kablam! ... Oct 27 20:20:29.616 INFO kablam! 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); Oct 27 20:20:29.616 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.616 INFO kablam! Oct 27 20:20:29.616 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.616 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.616 INFO kablam! | Oct 27 20:20:29.616 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.616 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.616 INFO kablam! ... Oct 27 20:20:29.616 INFO kablam! 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); Oct 27 20:20:29.616 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.616 INFO kablam! | Oct 27 20:20:29.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.616 INFO kablam! | Oct 27 20:20:29.623 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.626 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! Oct 27 20:20:29.627 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.627 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.627 INFO kablam! | ^^^^^ Oct 27 20:20:29.627 INFO kablam! ... Oct 27 20:20:29.627 INFO kablam! 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Oct 27 20:20:29.627 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! Oct 27 20:20:29.627 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.627 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.627 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.627 INFO kablam! ... Oct 27 20:20:29.627 INFO kablam! 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Oct 27 20:20:29.627 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.627 INFO kablam! Oct 27 20:20:29.627 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.627 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.627 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.627 INFO kablam! ... Oct 27 20:20:29.627 INFO kablam! 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Oct 27 20:20:29.627 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! Oct 27 20:20:29.627 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.627 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.627 INFO kablam! | ^^^^^ Oct 27 20:20:29.627 INFO kablam! ... Oct 27 20:20:29.627 INFO kablam! 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Oct 27 20:20:29.627 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! Oct 27 20:20:29.627 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.627 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.627 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.627 INFO kablam! ... Oct 27 20:20:29.627 INFO kablam! 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Oct 27 20:20:29.627 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.627 INFO kablam! Oct 27 20:20:29.627 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.627 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.627 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.627 INFO kablam! ... Oct 27 20:20:29.627 INFO kablam! 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Oct 27 20:20:29.627 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.627 INFO kablam! | Oct 27 20:20:29.628 INFO kablam! Oct 27 20:20:29.628 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.628 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.628 INFO kablam! | Oct 27 20:20:29.628 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.628 INFO kablam! | ^^^^^ Oct 27 20:20:29.628 INFO kablam! ... Oct 27 20:20:29.628 INFO kablam! 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Oct 27 20:20:29.628 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.628 INFO kablam! | Oct 27 20:20:29.628 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.628 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.628 INFO kablam! | Oct 27 20:20:29.628 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.628 INFO kablam! | Oct 27 20:20:29.628 INFO kablam! Oct 27 20:20:29.634 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.635 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.635 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.635 INFO kablam! ... Oct 27 20:20:29.635 INFO kablam! 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Oct 27 20:20:29.635 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.635 INFO kablam! Oct 27 20:20:29.635 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.635 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.635 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.635 INFO kablam! ... Oct 27 20:20:29.635 INFO kablam! 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Oct 27 20:20:29.635 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! Oct 27 20:20:29.635 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.635 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.635 INFO kablam! | ^^^^^ Oct 27 20:20:29.635 INFO kablam! ... Oct 27 20:20:29.635 INFO kablam! 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); Oct 27 20:20:29.635 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! Oct 27 20:20:29.635 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.635 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.635 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.635 INFO kablam! ... Oct 27 20:20:29.635 INFO kablam! 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); Oct 27 20:20:29.635 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.635 INFO kablam! Oct 27 20:20:29.635 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.635 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.635 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.635 INFO kablam! ... Oct 27 20:20:29.635 INFO kablam! 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); Oct 27 20:20:29.635 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! Oct 27 20:20:29.635 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.635 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.635 INFO kablam! | ^^^^^ Oct 27 20:20:29.635 INFO kablam! ... Oct 27 20:20:29.635 INFO kablam! 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); Oct 27 20:20:29.635 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.635 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! Oct 27 20:20:29.636 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.636 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.636 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.636 INFO kablam! ... Oct 27 20:20:29.636 INFO kablam! 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); Oct 27 20:20:29.636 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.636 INFO kablam! Oct 27 20:20:29.636 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.636 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.636 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.636 INFO kablam! ... Oct 27 20:20:29.636 INFO kablam! 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); Oct 27 20:20:29.636 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! Oct 27 20:20:29.636 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.636 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.636 INFO kablam! | ^^^^^ Oct 27 20:20:29.636 INFO kablam! ... Oct 27 20:20:29.636 INFO kablam! 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); Oct 27 20:20:29.636 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! Oct 27 20:20:29.636 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.636 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.636 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.636 INFO kablam! ... Oct 27 20:20:29.636 INFO kablam! 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); Oct 27 20:20:29.636 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.636 INFO kablam! Oct 27 20:20:29.636 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.636 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.636 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.636 INFO kablam! ... Oct 27 20:20:29.636 INFO kablam! 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); Oct 27 20:20:29.636 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! Oct 27 20:20:29.636 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.636 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.636 INFO kablam! | ^^^^^ Oct 27 20:20:29.636 INFO kablam! ... Oct 27 20:20:29.636 INFO kablam! 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Oct 27 20:20:29.636 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.636 INFO kablam! | Oct 27 20:20:29.636 INFO kablam! Oct 27 20:20:29.642 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.642 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.643 INFO kablam! | Oct 27 20:20:29.643 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.643 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.643 INFO kablam! ... Oct 27 20:20:29.643 INFO kablam! 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Oct 27 20:20:29.643 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.643 INFO kablam! Oct 27 20:20:29.643 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.643 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.643 INFO kablam! | Oct 27 20:20:29.643 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.643 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.643 INFO kablam! ... Oct 27 20:20:29.643 INFO kablam! 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Oct 27 20:20:29.643 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.643 INFO kablam! | Oct 27 20:20:29.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.643 INFO kablam! | Oct 27 20:20:29.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.643 INFO kablam! | Oct 27 20:20:29.643 INFO kablam! Oct 27 20:20:29.643 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.643 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.643 INFO kablam! | Oct 27 20:20:29.643 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.643 INFO kablam! | ^^^^^ Oct 27 20:20:29.643 INFO kablam! ... Oct 27 20:20:29.643 INFO kablam! 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Oct 27 20:20:29.643 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.643 INFO kablam! | Oct 27 20:20:29.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.643 INFO kablam! | Oct 27 20:20:29.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.643 INFO kablam! | Oct 27 20:20:29.643 INFO kablam! Oct 27 20:20:29.643 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.643 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.643 INFO kablam! | Oct 27 20:20:29.643 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.643 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.643 INFO kablam! ... Oct 27 20:20:29.643 INFO kablam! 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Oct 27 20:20:29.643 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.643 INFO kablam! Oct 27 20:20:29.643 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.643 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.643 INFO kablam! | Oct 27 20:20:29.643 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.643 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.643 INFO kablam! ... Oct 27 20:20:29.643 INFO kablam! 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Oct 27 20:20:29.643 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.643 INFO kablam! | Oct 27 20:20:29.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.643 INFO kablam! | Oct 27 20:20:29.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.643 INFO kablam! | Oct 27 20:20:29.643 INFO kablam! Oct 27 20:20:29.646 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.646 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.647 INFO kablam! | Oct 27 20:20:29.647 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.647 INFO kablam! | ^^^^^ Oct 27 20:20:29.647 INFO kablam! ... Oct 27 20:20:29.647 INFO kablam! 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Oct 27 20:20:29.647 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.647 INFO kablam! | Oct 27 20:20:29.647 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.647 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.647 INFO kablam! | Oct 27 20:20:29.647 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.647 INFO kablam! | Oct 27 20:20:29.647 INFO kablam! Oct 27 20:20:29.647 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.647 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.647 INFO kablam! | Oct 27 20:20:29.647 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.647 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.647 INFO kablam! ... Oct 27 20:20:29.647 INFO kablam! 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Oct 27 20:20:29.647 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.647 INFO kablam! Oct 27 20:20:29.647 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.647 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.647 INFO kablam! | Oct 27 20:20:29.647 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.647 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.647 INFO kablam! ... Oct 27 20:20:29.647 INFO kablam! 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Oct 27 20:20:29.647 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.647 INFO kablam! | Oct 27 20:20:29.647 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.647 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.647 INFO kablam! | Oct 27 20:20:29.647 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.647 INFO kablam! | Oct 27 20:20:29.647 INFO kablam! Oct 27 20:20:29.662 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.663 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.663 INFO kablam! | ^^^^^ Oct 27 20:20:29.663 INFO kablam! ... Oct 27 20:20:29.663 INFO kablam! 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Oct 27 20:20:29.663 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.663 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! Oct 27 20:20:29.663 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.663 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.663 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.663 INFO kablam! ... Oct 27 20:20:29.663 INFO kablam! 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Oct 27 20:20:29.663 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.663 INFO kablam! Oct 27 20:20:29.663 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.663 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.663 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.663 INFO kablam! ... Oct 27 20:20:29.663 INFO kablam! 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Oct 27 20:20:29.663 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.663 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! Oct 27 20:20:29.663 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.663 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.663 INFO kablam! | ^^^^^ Oct 27 20:20:29.663 INFO kablam! ... Oct 27 20:20:29.663 INFO kablam! 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Oct 27 20:20:29.663 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.663 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! Oct 27 20:20:29.663 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.663 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.663 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.663 INFO kablam! ... Oct 27 20:20:29.663 INFO kablam! 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Oct 27 20:20:29.663 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.663 INFO kablam! Oct 27 20:20:29.663 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.663 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.663 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.663 INFO kablam! ... Oct 27 20:20:29.663 INFO kablam! 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Oct 27 20:20:29.663 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.663 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! Oct 27 20:20:29.663 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.663 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.663 INFO kablam! | Oct 27 20:20:29.663 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.663 INFO kablam! | ^^^^^ Oct 27 20:20:29.664 INFO kablam! ... Oct 27 20:20:29.664 INFO kablam! 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Oct 27 20:20:29.664 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! Oct 27 20:20:29.664 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.664 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.664 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.664 INFO kablam! ... Oct 27 20:20:29.664 INFO kablam! 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Oct 27 20:20:29.664 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.664 INFO kablam! Oct 27 20:20:29.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.664 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.664 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.664 INFO kablam! ... Oct 27 20:20:29.664 INFO kablam! 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Oct 27 20:20:29.664 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! Oct 27 20:20:29.664 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.664 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.664 INFO kablam! | ^^^^^ Oct 27 20:20:29.664 INFO kablam! ... Oct 27 20:20:29.664 INFO kablam! 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Oct 27 20:20:29.664 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! Oct 27 20:20:29.664 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.664 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.664 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.664 INFO kablam! ... Oct 27 20:20:29.664 INFO kablam! 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Oct 27 20:20:29.664 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.664 INFO kablam! Oct 27 20:20:29.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.664 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.664 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.664 INFO kablam! ... Oct 27 20:20:29.664 INFO kablam! 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Oct 27 20:20:29.664 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! Oct 27 20:20:29.664 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.664 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.664 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.664 INFO kablam! | ^^^^^ Oct 27 20:20:29.664 INFO kablam! ... Oct 27 20:20:29.664 INFO kablam! 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Oct 27 20:20:29.664 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.664 INFO kablam! | Oct 27 20:20:29.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.665 INFO kablam! | Oct 27 20:20:29.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.665 INFO kablam! | Oct 27 20:20:29.665 INFO kablam! Oct 27 20:20:29.665 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.665 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.665 INFO kablam! | Oct 27 20:20:29.665 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.665 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.665 INFO kablam! ... Oct 27 20:20:29.665 INFO kablam! 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Oct 27 20:20:29.665 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.665 INFO kablam! Oct 27 20:20:29.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.665 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.665 INFO kablam! | Oct 27 20:20:29.665 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.665 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.665 INFO kablam! ... Oct 27 20:20:29.665 INFO kablam! 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Oct 27 20:20:29.665 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.665 INFO kablam! | Oct 27 20:20:29.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.665 INFO kablam! | Oct 27 20:20:29.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.665 INFO kablam! | Oct 27 20:20:29.665 INFO kablam! Oct 27 20:20:29.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.665 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.665 INFO kablam! | Oct 27 20:20:29.665 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.665 INFO kablam! | ^^^^^ Oct 27 20:20:29.665 INFO kablam! ... Oct 27 20:20:29.665 INFO kablam! 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Oct 27 20:20:29.665 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.665 INFO kablam! | Oct 27 20:20:29.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.670 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.670 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! Oct 27 20:20:29.671 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.671 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.671 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.671 INFO kablam! ... Oct 27 20:20:29.671 INFO kablam! 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Oct 27 20:20:29.671 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.671 INFO kablam! Oct 27 20:20:29.671 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.671 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.671 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.671 INFO kablam! ... Oct 27 20:20:29.671 INFO kablam! 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Oct 27 20:20:29.671 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! Oct 27 20:20:29.671 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.671 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.671 INFO kablam! | ^^^^^ Oct 27 20:20:29.671 INFO kablam! ... Oct 27 20:20:29.671 INFO kablam! 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Oct 27 20:20:29.671 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! Oct 27 20:20:29.671 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.671 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.671 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.671 INFO kablam! ... Oct 27 20:20:29.671 INFO kablam! 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Oct 27 20:20:29.671 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.671 INFO kablam! Oct 27 20:20:29.671 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.671 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.671 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.671 INFO kablam! ... Oct 27 20:20:29.671 INFO kablam! 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Oct 27 20:20:29.671 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! Oct 27 20:20:29.671 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.671 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.671 INFO kablam! | ^^^^^ Oct 27 20:20:29.671 INFO kablam! ... Oct 27 20:20:29.671 INFO kablam! 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Oct 27 20:20:29.671 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! Oct 27 20:20:29.671 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.671 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.671 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.671 INFO kablam! ... Oct 27 20:20:29.671 INFO kablam! 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Oct 27 20:20:29.671 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.671 INFO kablam! Oct 27 20:20:29.671 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.671 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.671 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.671 INFO kablam! ... Oct 27 20:20:29.671 INFO kablam! 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Oct 27 20:20:29.671 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! Oct 27 20:20:29.671 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.671 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.671 INFO kablam! | ^^^^^ Oct 27 20:20:29.671 INFO kablam! ... Oct 27 20:20:29.671 INFO kablam! 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Oct 27 20:20:29.671 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.671 INFO kablam! | Oct 27 20:20:29.671 INFO kablam! Oct 27 20:20:29.682 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.686 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.686 INFO kablam! | Oct 27 20:20:29.686 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.687 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.687 INFO kablam! ... Oct 27 20:20:29.687 INFO kablam! 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Oct 27 20:20:29.687 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.687 INFO kablam! Oct 27 20:20:29.687 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.687 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.687 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.687 INFO kablam! ... Oct 27 20:20:29.687 INFO kablam! 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Oct 27 20:20:29.687 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.687 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! Oct 27 20:20:29.687 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.687 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.687 INFO kablam! | ^^^^^ Oct 27 20:20:29.687 INFO kablam! ... Oct 27 20:20:29.687 INFO kablam! 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Oct 27 20:20:29.687 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.687 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! Oct 27 20:20:29.687 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.687 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.687 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.687 INFO kablam! ... Oct 27 20:20:29.687 INFO kablam! 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Oct 27 20:20:29.687 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.687 INFO kablam! Oct 27 20:20:29.687 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.687 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.687 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.687 INFO kablam! ... Oct 27 20:20:29.687 INFO kablam! 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Oct 27 20:20:29.687 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.687 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! Oct 27 20:20:29.687 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.687 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.687 INFO kablam! | ^^^^^ Oct 27 20:20:29.687 INFO kablam! ... Oct 27 20:20:29.687 INFO kablam! 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Oct 27 20:20:29.687 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.687 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! Oct 27 20:20:29.687 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.687 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.687 INFO kablam! | Oct 27 20:20:29.687 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.687 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.687 INFO kablam! ... Oct 27 20:20:29.687 INFO kablam! 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Oct 27 20:20:29.688 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.688 INFO kablam! Oct 27 20:20:29.688 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.688 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.688 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.688 INFO kablam! ... Oct 27 20:20:29.688 INFO kablam! 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Oct 27 20:20:29.688 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! Oct 27 20:20:29.688 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.688 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.688 INFO kablam! | ^^^^^ Oct 27 20:20:29.688 INFO kablam! ... Oct 27 20:20:29.688 INFO kablam! 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Oct 27 20:20:29.688 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! Oct 27 20:20:29.688 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.688 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.688 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.688 INFO kablam! ... Oct 27 20:20:29.688 INFO kablam! 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Oct 27 20:20:29.688 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.688 INFO kablam! Oct 27 20:20:29.688 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.688 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.688 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.688 INFO kablam! ... Oct 27 20:20:29.688 INFO kablam! 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Oct 27 20:20:29.688 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! Oct 27 20:20:29.688 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.688 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.688 INFO kablam! | ^^^^^ Oct 27 20:20:29.688 INFO kablam! ... Oct 27 20:20:29.688 INFO kablam! 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Oct 27 20:20:29.688 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! Oct 27 20:20:29.688 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.688 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.688 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.688 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.688 INFO kablam! ... Oct 27 20:20:29.688 INFO kablam! 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Oct 27 20:20:29.688 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.688 INFO kablam! Oct 27 20:20:29.688 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.688 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.688 INFO kablam! | Oct 27 20:20:29.689 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.689 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.689 INFO kablam! ... Oct 27 20:20:29.689 INFO kablam! 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Oct 27 20:20:29.689 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.689 INFO kablam! | Oct 27 20:20:29.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.689 INFO kablam! | Oct 27 20:20:29.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.689 INFO kablam! | Oct 27 20:20:29.689 INFO kablam! Oct 27 20:20:29.689 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.689 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.689 INFO kablam! | Oct 27 20:20:29.689 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.689 INFO kablam! | ^^^^^ Oct 27 20:20:29.689 INFO kablam! ... Oct 27 20:20:29.689 INFO kablam! 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Oct 27 20:20:29.689 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.689 INFO kablam! | Oct 27 20:20:29.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.689 INFO kablam! | Oct 27 20:20:29.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.689 INFO kablam! | Oct 27 20:20:29.689 INFO kablam! Oct 27 20:20:29.689 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.689 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.689 INFO kablam! | Oct 27 20:20:29.689 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.689 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.689 INFO kablam! ... Oct 27 20:20:29.689 INFO kablam! 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Oct 27 20:20:29.689 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.689 INFO kablam! Oct 27 20:20:29.694 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.694 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.695 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.695 INFO kablam! ... Oct 27 20:20:29.695 INFO kablam! 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Oct 27 20:20:29.695 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! Oct 27 20:20:29.695 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.695 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.695 INFO kablam! | ^^^^^ Oct 27 20:20:29.695 INFO kablam! ... Oct 27 20:20:29.695 INFO kablam! 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Oct 27 20:20:29.695 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! Oct 27 20:20:29.695 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.695 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.695 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.695 INFO kablam! ... Oct 27 20:20:29.695 INFO kablam! 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Oct 27 20:20:29.695 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.695 INFO kablam! Oct 27 20:20:29.695 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.695 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.695 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.695 INFO kablam! ... Oct 27 20:20:29.695 INFO kablam! 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Oct 27 20:20:29.695 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! Oct 27 20:20:29.695 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.695 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.695 INFO kablam! | ^^^^^ Oct 27 20:20:29.695 INFO kablam! ... Oct 27 20:20:29.695 INFO kablam! 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Oct 27 20:20:29.695 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! Oct 27 20:20:29.695 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.695 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.695 INFO kablam! | Oct 27 20:20:29.695 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.695 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.695 INFO kablam! ... Oct 27 20:20:29.695 INFO kablam! 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Oct 27 20:20:29.695 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.695 INFO kablam! Oct 27 20:20:29.702 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.703 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.703 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.703 INFO kablam! ... Oct 27 20:20:29.703 INFO kablam! 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Oct 27 20:20:29.703 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! Oct 27 20:20:29.703 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.703 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.703 INFO kablam! | ^^^^^ Oct 27 20:20:29.703 INFO kablam! ... Oct 27 20:20:29.703 INFO kablam! 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Oct 27 20:20:29.703 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! Oct 27 20:20:29.703 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.703 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.703 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.703 INFO kablam! ... Oct 27 20:20:29.703 INFO kablam! 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Oct 27 20:20:29.703 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.703 INFO kablam! Oct 27 20:20:29.703 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.703 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.703 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.703 INFO kablam! ... Oct 27 20:20:29.703 INFO kablam! 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Oct 27 20:20:29.703 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! Oct 27 20:20:29.703 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.703 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.703 INFO kablam! | ^^^^^ Oct 27 20:20:29.703 INFO kablam! ... Oct 27 20:20:29.703 INFO kablam! 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Oct 27 20:20:29.703 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! Oct 27 20:20:29.703 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.703 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.703 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.703 INFO kablam! ... Oct 27 20:20:29.703 INFO kablam! 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Oct 27 20:20:29.703 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.703 INFO kablam! Oct 27 20:20:29.703 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.703 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.703 INFO kablam! | Oct 27 20:20:29.703 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.703 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.704 INFO kablam! ... Oct 27 20:20:29.704 INFO kablam! 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); 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! 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); 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! 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); 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.712 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.712 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.712 INFO kablam! | Oct 27 20:20:29.712 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.712 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.712 INFO kablam! ... Oct 27 20:20:29.712 INFO kablam! 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); 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! 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.712 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.712 INFO kablam! | Oct 27 20:20:29.712 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.712 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.712 INFO kablam! ... Oct 27 20:20:29.712 INFO kablam! 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.712 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.712 INFO kablam! | Oct 27 20:20:29.712 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.712 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.712 INFO kablam! ... Oct 27 20:20:29.712 INFO kablam! 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); 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.713 INFO kablam! | ^^^^^ Oct 27 20:20:29.713 INFO kablam! ... Oct 27 20:20:29.713 INFO kablam! 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Oct 27 20:20:29.713 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.713 INFO kablam! | Oct 27 20:20:29.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.713 INFO kablam! | Oct 27 20:20:29.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.713 INFO kablam! | Oct 27 20:20:29.713 INFO kablam! Oct 27 20:20:29.713 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.713 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.713 INFO kablam! | Oct 27 20:20:29.713 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.713 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.713 INFO kablam! ... Oct 27 20:20:29.713 INFO kablam! 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Oct 27 20:20:29.713 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.713 INFO kablam! Oct 27 20:20:29.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.713 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.713 INFO kablam! | Oct 27 20:20:29.713 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.713 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.713 INFO kablam! ... Oct 27 20:20:29.713 INFO kablam! 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Oct 27 20:20:29.713 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.713 INFO kablam! | Oct 27 20:20:29.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.713 INFO kablam! | Oct 27 20:20:29.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.713 INFO kablam! | Oct 27 20:20:29.713 INFO kablam! Oct 27 20:20:29.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.713 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.713 INFO kablam! | Oct 27 20:20:29.713 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.713 INFO kablam! | ^^^^^ Oct 27 20:20:29.713 INFO kablam! ... Oct 27 20:20:29.713 INFO kablam! 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Oct 27 20:20:29.713 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.713 INFO kablam! | Oct 27 20:20:29.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.713 INFO kablam! | Oct 27 20:20:29.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.713 INFO kablam! | Oct 27 20:20:29.713 INFO kablam! Oct 27 20:20:29.713 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.713 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.713 INFO kablam! | Oct 27 20:20:29.713 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.713 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.713 INFO kablam! ... Oct 27 20:20:29.713 INFO kablam! 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Oct 27 20:20:29.713 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.713 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! 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); 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.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.719 INFO kablam! | Oct 27 20:20:29.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.719 INFO kablam! | Oct 27 20:20:29.719 INFO kablam! Oct 27 20:20:29.719 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.719 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.719 INFO kablam! | Oct 27 20:20:29.719 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.719 INFO kablam! | ^^^^^ Oct 27 20:20:29.719 INFO kablam! ... Oct 27 20:20:29.719 INFO kablam! 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Oct 27 20:20:29.719 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.719 INFO kablam! | Oct 27 20:20:29.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.719 INFO kablam! | Oct 27 20:20:29.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.719 INFO kablam! | Oct 27 20:20:29.719 INFO kablam! Oct 27 20:20:29.719 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.719 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.719 INFO kablam! | Oct 27 20:20:29.719 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.719 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.719 INFO kablam! ... Oct 27 20:20:29.719 INFO kablam! 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Oct 27 20:20:29.719 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.719 INFO kablam! Oct 27 20:20:29.722 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.722 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.722 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.723 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.723 INFO kablam! ... Oct 27 20:20:29.723 INFO kablam! 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Oct 27 20:20:29.723 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! Oct 27 20:20:29.723 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.723 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.723 INFO kablam! | ^^^^^ Oct 27 20:20:29.723 INFO kablam! ... Oct 27 20:20:29.723 INFO kablam! 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Oct 27 20:20:29.723 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! Oct 27 20:20:29.723 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.723 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.723 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.723 INFO kablam! ... Oct 27 20:20:29.723 INFO kablam! 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Oct 27 20:20:29.723 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.723 INFO kablam! Oct 27 20:20:29.723 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.723 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.723 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.723 INFO kablam! ... Oct 27 20:20:29.723 INFO kablam! 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Oct 27 20:20:29.723 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! Oct 27 20:20:29.723 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.723 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.723 INFO kablam! | ^^^^^ Oct 27 20:20:29.723 INFO kablam! ... Oct 27 20:20:29.723 INFO kablam! 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Oct 27 20:20:29.723 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! Oct 27 20:20:29.723 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.723 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.723 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.723 INFO kablam! ... Oct 27 20:20:29.723 INFO kablam! 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Oct 27 20:20:29.723 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.723 INFO kablam! Oct 27 20:20:29.723 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.723 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.723 INFO kablam! | Oct 27 20:20:29.723 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.723 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.723 INFO kablam! ... Oct 27 20:20:29.723 INFO kablam! 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Oct 27 20:20:29.723 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.730 INFO kablam! | Oct 27 20:20:29.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! Oct 27 20:20:29.731 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.731 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.731 INFO kablam! | ^^^^^ Oct 27 20:20:29.731 INFO kablam! ... Oct 27 20:20:29.731 INFO kablam! 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Oct 27 20:20:29.731 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! Oct 27 20:20:29.731 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.731 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.731 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.731 INFO kablam! ... Oct 27 20:20:29.731 INFO kablam! 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Oct 27 20:20:29.731 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.731 INFO kablam! Oct 27 20:20:29.731 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.731 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.731 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.731 INFO kablam! ... Oct 27 20:20:29.731 INFO kablam! 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Oct 27 20:20:29.731 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! Oct 27 20:20:29.731 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.731 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.731 INFO kablam! | ^^^^^ Oct 27 20:20:29.731 INFO kablam! ... Oct 27 20:20:29.731 INFO kablam! 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Oct 27 20:20:29.731 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! Oct 27 20:20:29.731 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.731 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.731 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.731 INFO kablam! ... Oct 27 20:20:29.731 INFO kablam! 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Oct 27 20:20:29.731 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.731 INFO kablam! Oct 27 20:20:29.731 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.731 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.731 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.731 INFO kablam! ... Oct 27 20:20:29.731 INFO kablam! 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Oct 27 20:20:29.731 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! Oct 27 20:20:29.731 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.731 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.731 INFO kablam! | ^^^^^ Oct 27 20:20:29.731 INFO kablam! ... Oct 27 20:20:29.731 INFO kablam! 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); Oct 27 20:20:29.731 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.731 INFO kablam! | Oct 27 20:20:29.731 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! 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); 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! 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); 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! 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Oct 27 20:20:29.739 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.740 INFO kablam! | Oct 27 20:20:29.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.740 INFO kablam! | Oct 27 20:20:29.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.740 INFO kablam! | Oct 27 20:20:29.740 INFO kablam! Oct 27 20:20:29.740 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.740 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.740 INFO kablam! | Oct 27 20:20:29.740 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.740 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.740 INFO kablam! ... Oct 27 20:20:29.740 INFO kablam! 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Oct 27 20:20:29.740 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.740 INFO kablam! Oct 27 20:20:29.740 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.740 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.740 INFO kablam! | Oct 27 20:20:29.740 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.740 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.740 INFO kablam! ... Oct 27 20:20:29.740 INFO kablam! 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Oct 27 20:20:29.740 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.740 INFO kablam! | Oct 27 20:20:29.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.740 INFO kablam! | Oct 27 20:20:29.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.740 INFO kablam! | Oct 27 20:20:29.740 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! 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); 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 `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! 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); 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! 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); 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.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! Oct 27 20:20:29.749 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.749 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.749 INFO kablam! | ^^^^^ Oct 27 20:20:29.749 INFO kablam! ... Oct 27 20:20:29.749 INFO kablam! 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Oct 27 20:20:29.749 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! Oct 27 20:20:29.749 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.749 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.749 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.749 INFO kablam! ... Oct 27 20:20:29.749 INFO kablam! 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Oct 27 20:20:29.749 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.749 INFO kablam! Oct 27 20:20:29.749 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.749 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.749 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.749 INFO kablam! ... Oct 27 20:20:29.749 INFO kablam! 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Oct 27 20:20:29.749 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! Oct 27 20:20:29.749 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.749 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.749 INFO kablam! | ^^^^^ Oct 27 20:20:29.749 INFO kablam! ... Oct 27 20:20:29.749 INFO kablam! 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Oct 27 20:20:29.749 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! Oct 27 20:20:29.749 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.749 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.749 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.749 INFO kablam! ... Oct 27 20:20:29.749 INFO kablam! 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Oct 27 20:20:29.749 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.749 INFO kablam! Oct 27 20:20:29.749 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.749 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.749 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.749 INFO kablam! ... Oct 27 20:20:29.749 INFO kablam! 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Oct 27 20:20:29.749 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! Oct 27 20:20:29.749 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.749 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.749 INFO kablam! | Oct 27 20:20:29.749 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.749 INFO kablam! | ^^^^^ Oct 27 20:20:29.749 INFO kablam! ... Oct 27 20:20:29.750 INFO kablam! 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); 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.754 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.755 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.755 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.755 INFO kablam! ... Oct 27 20:20:29.755 INFO kablam! 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Oct 27 20:20:29.755 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.755 INFO kablam! Oct 27 20:20:29.755 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.755 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.755 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.755 INFO kablam! ... Oct 27 20:20:29.755 INFO kablam! 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Oct 27 20:20:29.755 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.755 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! Oct 27 20:20:29.755 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.755 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.755 INFO kablam! | ^^^^^ Oct 27 20:20:29.755 INFO kablam! ... Oct 27 20:20:29.755 INFO kablam! 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Oct 27 20:20:29.755 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.755 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! Oct 27 20:20:29.755 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.755 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.755 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.755 INFO kablam! ... Oct 27 20:20:29.755 INFO kablam! 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Oct 27 20:20:29.755 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.755 INFO kablam! Oct 27 20:20:29.755 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.755 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.755 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.755 INFO kablam! ... Oct 27 20:20:29.755 INFO kablam! 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Oct 27 20:20:29.755 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.755 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! Oct 27 20:20:29.755 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.755 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.755 INFO kablam! | ^^^^^ Oct 27 20:20:29.755 INFO kablam! ... Oct 27 20:20:29.755 INFO kablam! 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Oct 27 20:20:29.755 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.755 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! Oct 27 20:20:29.755 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.755 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.755 INFO kablam! | Oct 27 20:20:29.755 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.755 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.755 INFO kablam! ... Oct 27 20:20:29.755 INFO kablam! 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Oct 27 20:20:29.755 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.755 INFO kablam! Oct 27 20:20:29.755 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! 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); 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.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! 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.769 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! 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); 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! 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); 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! 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); 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.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! Oct 27 20:20:29.770 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.770 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.770 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.770 INFO kablam! ... Oct 27 20:20:29.770 INFO kablam! 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Oct 27 20:20:29.770 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.770 INFO kablam! Oct 27 20:20:29.770 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.770 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.770 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.770 INFO kablam! ... Oct 27 20:20:29.770 INFO kablam! 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Oct 27 20:20:29.770 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! Oct 27 20:20:29.770 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.770 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.770 INFO kablam! | ^^^^^ Oct 27 20:20:29.770 INFO kablam! ... Oct 27 20:20:29.770 INFO kablam! 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); Oct 27 20:20:29.770 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! Oct 27 20:20:29.770 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.770 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.770 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.770 INFO kablam! ... Oct 27 20:20:29.770 INFO kablam! 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); Oct 27 20:20:29.770 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.770 INFO kablam! Oct 27 20:20:29.770 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.770 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.770 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.770 INFO kablam! ... Oct 27 20:20:29.770 INFO kablam! 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); Oct 27 20:20:29.770 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! Oct 27 20:20:29.770 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.770 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.770 INFO kablam! | ^^^^^ Oct 27 20:20:29.770 INFO kablam! ... Oct 27 20:20:29.770 INFO kablam! 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); Oct 27 20:20:29.770 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.770 INFO kablam! | Oct 27 20:20:29.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.770 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! 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); 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.771 INFO kablam! 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); 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! = 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.771 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.771 INFO kablam! | Oct 27 20:20:29.771 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.771 INFO kablam! | ^^^^^ Oct 27 20:20:29.771 INFO kablam! ... Oct 27 20:20:29.771 INFO kablam! 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); 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! = 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! 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); 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.771 INFO kablam! 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); 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! = 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.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.779 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.779 INFO kablam! | ^^^^^ Oct 27 20:20:29.779 INFO kablam! ... Oct 27 20:20:29.779 INFO kablam! 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Oct 27 20:20:29.779 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! Oct 27 20:20:29.779 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.779 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.779 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.779 INFO kablam! ... Oct 27 20:20:29.779 INFO kablam! 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Oct 27 20:20:29.779 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.779 INFO kablam! Oct 27 20:20:29.779 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.779 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.779 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.779 INFO kablam! ... Oct 27 20:20:29.779 INFO kablam! 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Oct 27 20:20:29.779 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! Oct 27 20:20:29.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.779 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.779 INFO kablam! | ^^^^^ Oct 27 20:20:29.779 INFO kablam! ... Oct 27 20:20:29.779 INFO kablam! 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Oct 27 20:20:29.779 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! Oct 27 20:20:29.779 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.779 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.779 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.779 INFO kablam! ... Oct 27 20:20:29.779 INFO kablam! 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Oct 27 20:20:29.779 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.779 INFO kablam! Oct 27 20:20:29.779 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.779 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.779 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.779 INFO kablam! ... Oct 27 20:20:29.779 INFO kablam! 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Oct 27 20:20:29.779 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! Oct 27 20:20:29.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.779 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.779 INFO kablam! | Oct 27 20:20:29.779 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.779 INFO kablam! | ^^^^^ Oct 27 20:20:29.779 INFO kablam! ... Oct 27 20:20:29.779 INFO kablam! 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); 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! 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); 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! 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); 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.786 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.786 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.787 INFO kablam! | ^^^^^ Oct 27 20:20:29.787 INFO kablam! ... Oct 27 20:20:29.787 INFO kablam! 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Oct 27 20:20:29.787 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! Oct 27 20:20:29.787 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.787 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.787 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.787 INFO kablam! ... Oct 27 20:20:29.787 INFO kablam! 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Oct 27 20:20:29.787 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.787 INFO kablam! Oct 27 20:20:29.787 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.787 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.787 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.787 INFO kablam! ... Oct 27 20:20:29.787 INFO kablam! 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Oct 27 20:20:29.787 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! Oct 27 20:20:29.787 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.787 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.787 INFO kablam! | ^^^^^ Oct 27 20:20:29.787 INFO kablam! ... Oct 27 20:20:29.787 INFO kablam! 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Oct 27 20:20:29.787 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! Oct 27 20:20:29.787 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.787 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.787 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.787 INFO kablam! ... Oct 27 20:20:29.787 INFO kablam! 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Oct 27 20:20:29.787 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.787 INFO kablam! Oct 27 20:20:29.787 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.787 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.787 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.787 INFO kablam! ... Oct 27 20:20:29.787 INFO kablam! 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Oct 27 20:20:29.787 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! Oct 27 20:20:29.787 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.787 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.787 INFO kablam! | Oct 27 20:20:29.787 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.787 INFO kablam! | ^^^^^ Oct 27 20:20:29.787 INFO kablam! ... Oct 27 20:20:29.787 INFO kablam! 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); Oct 27 20:20:29.787 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! 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); 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.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! 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); 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.793 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.793 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.793 INFO kablam! | Oct 27 20:20:29.793 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.793 INFO kablam! | ^^^^^ Oct 27 20:20:29.793 INFO kablam! ... Oct 27 20:20:29.793 INFO kablam! 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); 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.793 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.793 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.793 INFO kablam! | Oct 27 20:20:29.793 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.793 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.793 INFO kablam! ... Oct 27 20:20:29.793 INFO kablam! 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); 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! 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); 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.798 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.798 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.799 INFO kablam! | ^^^^^ Oct 27 20:20:29.799 INFO kablam! ... Oct 27 20:20:29.799 INFO kablam! 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Oct 27 20:20:29.799 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! Oct 27 20:20:29.799 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.799 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.799 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.799 INFO kablam! ... Oct 27 20:20:29.799 INFO kablam! 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Oct 27 20:20:29.799 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.799 INFO kablam! Oct 27 20:20:29.799 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.799 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.799 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.799 INFO kablam! ... Oct 27 20:20:29.799 INFO kablam! 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Oct 27 20:20:29.799 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! Oct 27 20:20:29.799 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.799 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.799 INFO kablam! | ^^^^^ Oct 27 20:20:29.799 INFO kablam! ... Oct 27 20:20:29.799 INFO kablam! 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Oct 27 20:20:29.799 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! Oct 27 20:20:29.799 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.799 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.799 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.799 INFO kablam! ... Oct 27 20:20:29.799 INFO kablam! 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Oct 27 20:20:29.799 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.799 INFO kablam! Oct 27 20:20:29.799 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.799 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.799 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.799 INFO kablam! ... Oct 27 20:20:29.799 INFO kablam! 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Oct 27 20:20:29.799 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! Oct 27 20:20:29.799 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.799 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.799 INFO kablam! | ^^^^^ Oct 27 20:20:29.799 INFO kablam! ... Oct 27 20:20:29.799 INFO kablam! 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); Oct 27 20:20:29.799 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.799 INFO kablam! | Oct 27 20:20:29.799 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! 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); 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! 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); 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 `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! 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); 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.806 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.806 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.807 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.807 INFO kablam! ... Oct 27 20:20:29.807 INFO kablam! 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Oct 27 20:20:29.807 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.807 INFO kablam! Oct 27 20:20:29.807 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.807 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.807 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.807 INFO kablam! ... Oct 27 20:20:29.807 INFO kablam! 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Oct 27 20:20:29.807 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.807 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! Oct 27 20:20:29.807 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.807 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.807 INFO kablam! | ^^^^^ Oct 27 20:20:29.807 INFO kablam! ... Oct 27 20:20:29.807 INFO kablam! 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Oct 27 20:20:29.807 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.807 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! Oct 27 20:20:29.807 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.807 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.807 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.807 INFO kablam! ... Oct 27 20:20:29.807 INFO kablam! 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Oct 27 20:20:29.807 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.807 INFO kablam! Oct 27 20:20:29.807 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.807 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.807 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.807 INFO kablam! ... Oct 27 20:20:29.807 INFO kablam! 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Oct 27 20:20:29.807 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.807 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! Oct 27 20:20:29.807 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.807 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.807 INFO kablam! | ^^^^^ Oct 27 20:20:29.807 INFO kablam! ... Oct 27 20:20:29.807 INFO kablam! 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Oct 27 20:20:29.807 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.807 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! Oct 27 20:20:29.807 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.807 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.807 INFO kablam! | Oct 27 20:20:29.807 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.807 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.807 INFO kablam! ... Oct 27 20:20:29.807 INFO kablam! 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Oct 27 20:20:29.807 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.807 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! 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); 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.816 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.816 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.816 INFO kablam! | Oct 27 20:20:29.816 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.816 INFO kablam! | ^^^^^ Oct 27 20:20:29.816 INFO kablam! ... Oct 27 20:20:29.816 INFO kablam! 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); 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.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! 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); 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! 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); 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.816 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.816 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.816 INFO kablam! | Oct 27 20:20:29.816 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.816 INFO kablam! | ^^^^^ Oct 27 20:20:29.816 INFO kablam! ... Oct 27 20:20:29.816 INFO kablam! 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); 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.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! 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); 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! 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); 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.820 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.820 INFO kablam! | ^^^^^ Oct 27 20:20:29.820 INFO kablam! ... Oct 27 20:20:29.820 INFO kablam! 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Oct 27 20:20:29.820 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! Oct 27 20:20:29.820 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.820 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.820 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.820 INFO kablam! ... Oct 27 20:20:29.820 INFO kablam! 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Oct 27 20:20:29.820 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.820 INFO kablam! Oct 27 20:20:29.820 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.820 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.820 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.820 INFO kablam! ... Oct 27 20:20:29.820 INFO kablam! 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Oct 27 20:20:29.820 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! Oct 27 20:20:29.820 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.820 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.820 INFO kablam! | ^^^^^ Oct 27 20:20:29.820 INFO kablam! ... Oct 27 20:20:29.820 INFO kablam! 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Oct 27 20:20:29.820 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! Oct 27 20:20:29.820 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.820 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.820 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.820 INFO kablam! ... Oct 27 20:20:29.820 INFO kablam! 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Oct 27 20:20:29.820 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.820 INFO kablam! Oct 27 20:20:29.820 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.820 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.820 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.820 INFO kablam! ... Oct 27 20:20:29.820 INFO kablam! 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Oct 27 20:20:29.820 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! Oct 27 20:20:29.820 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.820 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.820 INFO kablam! | ^^^^^ Oct 27 20:20:29.820 INFO kablam! ... Oct 27 20:20:29.820 INFO kablam! 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Oct 27 20:20:29.820 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.820 INFO kablam! | Oct 27 20:20:29.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.821 INFO kablam! | Oct 27 20:20:29.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.821 INFO kablam! | Oct 27 20:20:29.821 INFO kablam! Oct 27 20:20:29.821 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.821 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.821 INFO kablam! | Oct 27 20:20:29.821 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.821 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.821 INFO kablam! ... Oct 27 20:20:29.821 INFO kablam! 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Oct 27 20:20:29.821 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.830 INFO kablam! Oct 27 20:20:29.830 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.830 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.831 INFO kablam! | Oct 27 20:20:29.831 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.831 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.831 INFO kablam! ... Oct 27 20:20:29.831 INFO kablam! 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); 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 `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! 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); 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.831 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.831 INFO kablam! | Oct 27 20:20:29.831 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.831 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.831 INFO kablam! ... Oct 27 20:20:29.831 INFO kablam! 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.831 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.831 INFO kablam! | Oct 27 20:20:29.831 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.831 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.831 INFO kablam! ... Oct 27 20:20:29.831 INFO kablam! 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); 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 `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! 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); 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.834 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.835 INFO kablam! ... Oct 27 20:20:29.835 INFO kablam! 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Oct 27 20:20:29.835 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.835 INFO kablam! Oct 27 20:20:29.835 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.835 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.835 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.835 INFO kablam! ... Oct 27 20:20:29.835 INFO kablam! 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Oct 27 20:20:29.835 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 INFO kablam! Oct 27 20:20:29.835 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.835 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.835 INFO kablam! | ^^^^^ Oct 27 20:20:29.835 INFO kablam! ... Oct 27 20:20:29.835 INFO kablam! 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Oct 27 20:20:29.835 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 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.835 INFO kablam! ... Oct 27 20:20:29.835 INFO kablam! 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Oct 27 20:20:29.835 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.835 INFO kablam! Oct 27 20:20:29.835 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.835 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.835 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.835 INFO kablam! ... Oct 27 20:20:29.835 INFO kablam! 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Oct 27 20:20:29.835 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 INFO kablam! Oct 27 20:20:29.835 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.835 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.835 INFO kablam! | ^^^^^ Oct 27 20:20:29.835 INFO kablam! ... Oct 27 20:20:29.835 INFO kablam! 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); Oct 27 20:20:29.835 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 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! 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); 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! 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); 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! 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); 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.837 INFO kablam! | Oct 27 20:20:29.837 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.837 INFO kablam! | Oct 27 20:20:29.837 INFO kablam! Oct 27 20:20:29.842 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.843 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.843 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.843 INFO kablam! ... Oct 27 20:20:29.843 INFO kablam! 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); Oct 27 20:20:29.843 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.843 INFO kablam! Oct 27 20:20:29.843 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.843 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.843 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.843 INFO kablam! ... Oct 27 20:20:29.843 INFO kablam! 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); Oct 27 20:20:29.843 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! Oct 27 20:20:29.843 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.843 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.843 INFO kablam! | ^^^^^ Oct 27 20:20:29.843 INFO kablam! ... Oct 27 20:20:29.843 INFO kablam! 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Oct 27 20:20:29.843 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! Oct 27 20:20:29.843 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.843 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.843 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.843 INFO kablam! ... Oct 27 20:20:29.843 INFO kablam! 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Oct 27 20:20:29.843 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.843 INFO kablam! Oct 27 20:20:29.843 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.843 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.843 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.843 INFO kablam! ... Oct 27 20:20:29.843 INFO kablam! 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Oct 27 20:20:29.843 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! Oct 27 20:20:29.843 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.843 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.843 INFO kablam! | ^^^^^ Oct 27 20:20:29.843 INFO kablam! ... Oct 27 20:20:29.843 INFO kablam! 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); Oct 27 20:20:29.843 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! Oct 27 20:20:29.843 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.843 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.843 INFO kablam! | Oct 27 20:20:29.843 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.843 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.843 INFO kablam! ... Oct 27 20:20:29.843 INFO kablam! 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); 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! 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); 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.844 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.844 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.844 INFO kablam! | Oct 27 20:20:29.844 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.844 INFO kablam! | ^^^^^ Oct 27 20:20:29.844 INFO kablam! ... Oct 27 20:20:29.844 INFO kablam! 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); 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.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! 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); 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.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.852 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.852 INFO kablam! | Oct 27 20:20:29.852 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.852 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.852 INFO kablam! ... Oct 27 20:20:29.852 INFO kablam! 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.852 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.852 INFO kablam! | Oct 27 20:20:29.852 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.852 INFO kablam! | ^^^^^ Oct 27 20:20:29.852 INFO kablam! ... Oct 27 20:20:29.852 INFO kablam! 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); 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! 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.852 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.852 INFO kablam! | Oct 27 20:20:29.852 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.852 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.852 INFO kablam! ... Oct 27 20:20:29.852 INFO kablam! 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.852 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.852 INFO kablam! | Oct 27 20:20:29.852 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.852 INFO kablam! | ^^^^^ Oct 27 20:20:29.852 INFO kablam! ... Oct 27 20:20:29.852 INFO kablam! 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); 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.853 INFO kablam! | Oct 27 20:20:29.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.853 INFO kablam! | Oct 27 20:20:29.853 INFO kablam! Oct 27 20:20:29.853 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.853 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.853 INFO kablam! | Oct 27 20:20:29.853 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.853 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.853 INFO kablam! ... Oct 27 20:20:29.853 INFO kablam! 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Oct 27 20:20:29.853 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.853 INFO kablam! Oct 27 20:20:29.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.853 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.853 INFO kablam! | Oct 27 20:20:29.853 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.853 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.853 INFO kablam! ... Oct 27 20:20:29.853 INFO kablam! 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Oct 27 20:20:29.853 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.853 INFO kablam! | Oct 27 20:20:29.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.853 INFO kablam! | Oct 27 20:20:29.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.853 INFO kablam! | Oct 27 20:20:29.853 INFO kablam! Oct 27 20:20:29.853 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.853 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.853 INFO kablam! | Oct 27 20:20:29.853 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.853 INFO kablam! | ^^^^^ Oct 27 20:20:29.853 INFO kablam! ... Oct 27 20:20:29.853 INFO kablam! 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Oct 27 20:20:29.853 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.853 INFO kablam! | Oct 27 20:20:29.853 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.860 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.860 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.860 INFO kablam! | Oct 27 20:20:29.860 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.860 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.860 INFO kablam! ... Oct 27 20:20:29.860 INFO kablam! 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Oct 27 20:20:29.860 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.860 INFO kablam! Oct 27 20:20:29.860 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.860 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.860 INFO kablam! | Oct 27 20:20:29.860 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.860 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.860 INFO kablam! ... Oct 27 20:20:29.860 INFO kablam! 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Oct 27 20:20:29.860 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.860 INFO kablam! | Oct 27 20:20:29.860 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.860 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.860 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.860 INFO kablam! | Oct 27 20:20:29.860 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.860 INFO kablam! | ^^^^^ Oct 27 20:20:29.860 INFO kablam! ... Oct 27 20:20:29.860 INFO kablam! 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Oct 27 20:20:29.860 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.860 INFO kablam! | Oct 27 20:20:29.860 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.860 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.860 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.860 INFO kablam! | Oct 27 20:20:29.860 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.860 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.860 INFO kablam! ... Oct 27 20:20:29.860 INFO kablam! 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Oct 27 20:20:29.860 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.860 INFO kablam! Oct 27 20:20:29.860 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.860 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.860 INFO kablam! | Oct 27 20:20:29.860 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.860 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.860 INFO kablam! ... Oct 27 20:20:29.860 INFO kablam! 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Oct 27 20:20:29.860 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.860 INFO kablam! | Oct 27 20:20:29.860 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.951 INFO kablam! error: aborting due to 6301 previous errors Oct 27 20:20:29.951 INFO kablam! Oct 27 20:20:29.951 INFO kablam! Some errors occurred: E0432, E0599. Oct 27 20:20:29.951 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 27 20:20:29.967 INFO kablam! error: Could not compile `jemallocator`. Oct 27 20:20:29.967 INFO kablam! Oct 27 20:20:29.967 INFO kablam! To learn more, run the command again with --verbose. Oct 27 20:20:29.968 INFO kablam! su: No module specific data is present Oct 27 20:20:30.344 INFO running `"docker" "rm" "-f" "dfd07edbc99755eda65928ed92dc2780033c76f185c433bb36e6f3d27cb9d745"` Oct 27 20:20:30.539 INFO blam! dfd07edbc99755eda65928ed92dc2780033c76f185c433bb36e6f3d27cb9d745